Hello,
I was wondering if there were any good tutorials or if I could get some help in writing a C++ program using the Pixy (specifically the libpixyusb API)?
I am on Linux Mint 17 and was trying to develop in the Netbeans IDE (g++ as my compiler) although I am not limited to that. I was confused as to what libraries I need to include at the beginning in order to make it work as well as how to add the proper libraries to my program.
After messing around with it I believe I got the proper libraries added (although probably not in the best way) but then I continued to get an error saying “sprintf not declared in this scope”. I do have #include <stdio.h> at the beginning of my program.
I was not trying to do anything complex at the moment, mainly just trying to see if I can do some basic functionality using libpixyusb in C++. Any help as to go about doing this would be great.
Thanks.
D. Shinevar