This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
wiki:v2:video_api [2018/09/21 17:34] pixycam |
wiki:v2:video_api [2018/10/10 20:06] (current) jfrench added protocol reference link |
||
|---|---|---|---|
| Line 9: | Line 9: | ||
| pixy.video.getRGB(50, 75, &r, &g, &b); // get red, green, blue values at location x=50, y=75 | pixy.video.getRGB(50, 75, &r, &g, &b); // get red, green, blue values at location x=50, y=75 | ||
| </code> | </code> | ||
| + | |||
| + | See also the [[wiki:v2:general_api|Pixy2 General API]], [[wiki:v2:ccc_api|Color Connected Components API]], and [[wiki:v2:line_api|Line tracking API]] for other functionality. | ||
| + | |||
| + | For a byte-level reference to the protocol, check out the new [[wiki:v2:protocol_reference|Pixy2 Serial Protocol - Packet Reference]] | ||