Support for Pixy Cam for EV3 (maybe NXT)
Integration of PixyCam as I2C-Sensor with different modes The PixyCam is a combined Imagesensor and computation unit, which detects color blobs. This imageprocessing unit can be used as Sensor for LEGO MINDSTORMS systems, via I2C interface. Detecting the biggest blob the PixyCam provides several information which are implemented as sensormodes:
- ID ( Up to 7 IDs can be trained with colored objects)
- X-, Y-Coordinate of the blob
- Hight and Width of the blob Each of these values is provided as integer.
Create Block (Blockly)
- Create configurationblock

- Create Expert-block

Integrate Pixy-blocks into OR-Server
Integrate Pixy-classes into Lejos and EV3-dev
@bjost2s please actually fill the above template :)
+ Integrate Pixy-classes into c4ev3, maybe later
next TODO: check the branches from @RiErdmann, if we easily can integrate this feature