I am trying to use a JeVois for a very simple use where I need object tracking x/y sent to a raspberry pi - no video is needed.
I can connect to the camera and run all sample modes, so it works fine.
I can connect to the camera's CLI on the RaspberryPi using the serial over USB.
What I *can't* seem to do is get any rational messages out of it. I have tried changing modes, setting 'setpar serout USB', various streamon/streamoff combinations.
I have followed the guide for an Arduino here: http://jevois.org/tutorials/UserPanTilt.html as my application is somewhat similar.
It is my understanding that if I issue the following commands:
setmapping2 YUYV 320 240 30.0 JeVois ObjectTracker
setpar serout USB
streamon
I should be able to wave something in front of the camera and get some kind of output - but I'm not getting anything. Is there something I'm missing here?
Thanks in advance!