- Run
make - Run
make install(replaces /home/pi/runCamera) - Run
./runInteractive"in /home/pi or"sudo svc -t /service/camerato restart service.
Install the Raspbian compiler [1] as well as GNU make [2].
- https://github.com/wpilibsuite/raspbian-toolchain/releases
- (windows) http://gnuwin32.sourceforge.net/packages/make.htm
- Set the CXX variable in the makefile to
C:\PATH_TO_RASPBIAN_COMPILER_FOLDER\bin\arm-raspbian9-linux-gnueabihf-g++.exe, or whatever the exe is for the latest version of the WPILib Raspbian Toolchain. rr
Run make
On the rPi web dashboard:
- Make the rPi writable by selecting the "Writable" tab
- In the rPi web dashboard Application tab, select the "Uploaded C++ executable" option for Application
- Click "Browse..." and select the "multiCameraServerExample" executable in your desktop project directory
- Click Save
The application will be automatically started. Console output can be seen by enabling console output in the Vision Status tab.