I’m not sure how to use the camera with a Beaglebone Black in bespoke code, as in not just running the example. Assuming it is set up exactly as the documentation indicates:
-
Can I just make a C++ file calling a function from the pixy usb library (given correct headers are included), such as retrieving the x coordinate of a signature, and expect it to interpret the usb data from the pixy and provide that coordinate to the programme as it executes?
-
If so that’s great, where can a find a guide to the pixy functions/methods available in C++?
-
Can I instead use Python? In the github repository (that we clone as part of the setup instructions) I can’t seem to find any Python modules.