I’m trying to use my pixy cam for the first time. I’m running on a Raspberry Pi 3. I built PixyMon, and it runs as expected. However, hello_pixy just gives the following output:
…
frame 52:
pixydebug: USBLink::receive()
pixydebug: libusb_bulk_transfer(64 bytes) = 0
pixydebug: USBLink::receive() returned 64 (bytes transferred)
frame 53:
pixydebug: USBLink::receive()
pixydebug: libusb_bulk_transfer(64 bytes) = 0
pixydebug: USBLink::receive() returned 64 (bytes transferred)
frame 54:
…
According to the wiki, hello_pixy should show detected blocks, but it’s not doing that. Does anyone know what the message above mean and why I’m not seeing blocks?
Thanks,
Osman