PSA: How to autostart Chameleon Vision on a Raspberry Pi

This is just a little something to help teams out since the docs don’t have a tutorial for it.
The process is as follows:

While in the default directory, (/home/pi/) run sudo nano .bashrc and scroll to the bottom.

At the bottom, skip a couple lines to preference, and type
sudo java -jar chameleon-vision.jar and do a ctrl+x, y, to save

reboot your pi and done!

Please do not use that method chameleon has an auto start function built in that creates a service and allows to update the jar from the ui

2 Likes

oh, ok!

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.