Is there any way of integrating the Pixy Camera into a Lego Mindstorms Ev3 without having to use either the EV3 programming language or the PixyMon.
we want to develop our own face recognition algorithms in C/C++; and I want to be able to use the Pixy Camera to capture images in the first instance.
The RobotC language provides a neat motors/sensors configuration tool - which maps neatly to the EV3 i/p and o/p ports. I’d like to be able to use this. But if not, then how can I configure the ports myself in C ?
There doesn’t seem to be much info on this around. I’ve found a forum post which says that it should be easy to convert the Ev3 block to RobotC -but I don’t want this 'cos the EV3 blocks rely on PixyMOn, they don’t allow you to train your own algorithms.
If all else fails, does anyone know to automatically access pixymon so the learning process can be automated ?
M