NXPCup_Cachan / Mbed 2 deprecated NXPCup

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

T_pixy2Pixel Struct Reference

T_pixy2Pixel Struct Reference

Structured type that match pixy2 video API - used in Video frame (type 112/1) - message payload. More...

#include <PIXY2.h>


Detailed Description

Structured type that match pixy2 video API - used in Video frame (type 112/1) - message payload.

Parameters:
pixBlue(Byte) : Blue RGB value of the average blue component of the 5x5 pixels square centered on X param passes to the function (value between 0 and 255)
pixGreen(Byte) : Green RGB value of the average blue component of the 5x5 pixels square centered on X param passes to the function (value between 0 and 255)
pixRed(Byte) : Red RGB value of the average blue component of the 5x5 pixels square centered on X param passes to the function (value between 0 and 255)
Note:
More info can be found here : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:video_api
or here : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:video

Definition at line 364 of file PIXY2.h.