after i clone https://github.com/charmedlabs/pixy2.git i cant find cd pixy/scripts
./build_libpixyusb.sh on pixy2
help please
after i clone https://github.com/charmedlabs/pixy2.git i cant find cd pixy/scripts
./build_libpixyusb.sh on pixy2
help please
Hello,
We’re actually in the process of rewriting libpixyusb. The original libpixyusb had a different API than the Arduino API, which caused confusion, etc. The new library will have the same API as Arduino and other serial-connected controllers.
We’re going to have it released before the end of this month (June).
https://docs.pixycam.com/wiki/doku.php?id=wiki:v2:building_the_libpixyusb_example_on_linux
But if you’re adventurous, you can give things a try. Go to ~/src/host/libpixyusb2/src and run make. Then cd … and run make again. What you should get is a bare-bones color connected components (ccc_hello_world) program.
Edward