NXPCup_Cachan / Mbed 2 deprecated NXPCup

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

T_pixy2BarCode Struct Reference

T_pixy2BarCode Struct Reference

Structured type that match pixy2 barcode definition - used in Line frame (type 48/49) - message payload. More...

#include <PIXY2.h>


Detailed Description

Structured type that match pixy2 barcode definition - used in Line frame (type 48/49) - message payload.

Parameters:
pixX(Byte) : X axis coordinate of the barcode (in pixel, between 0 and 78)
pixY(Byte) : Y axis coordinate of the barcode (in pixel, between 0 and 51)
pixFlag(Byte) : Flag to indicate if barcode met filtering constraint
pixCode(Byte) : Indicate the numeric value associated with the barcode (between 0 and 15)
Note:
This structure is a feature of Line API, packed as a feature in a Line Frame, documented here : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:protocol_reference
More info can be found here : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:line_api
or here : https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:line_tracking

Definition at line 334 of file PIXY2.h.