<< return to Pixycam.com

User Tools

Site Tools


wiki:v2:general_api

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
wiki:v2:general_api [2018/05/22 14:47]
pixycam
wiki:v2:general_api [2018/05/22 15:14]
pixycam [Pixy2 General API]
Line 1: Line 1:
 ===== Pixy2 General API ===== ===== Pixy2 General API =====
 +
 +Pixy2'​s general API can be called through the base Pixy2 object, for example:
 +
 +<​code>​
 +Pixy2 pixy;
 +
 +pixy.init();​ // call init() member function
 +</​code>​
  
 ==== Member functions ==== ==== Member functions ====
Line 79: Line 87:
  
 === PIXY_RESULT_BUSY === === PIXY_RESULT_BUSY ===
-This is returned when Pixy has no new data.  It is used for polling mode, not blocking.+This is returned when Pixy has no new data.  It is used in polling mode, as opposed to blocking ​mode.
  
 === PIXY_RESULT_CHECKSUM_ERROR === === PIXY_RESULT_CHECKSUM_ERROR ===
wiki/v2/general_api.txt ยท Last modified: 2019/04/29 20:08 by pixycam