-
Notifications
You must be signed in to change notification settings - Fork 67
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Where to change line_thickness. Seems to be defaulted to 4? #53
Comments
Moehrenbaum, Great! you have it working now, I think what your looking for is here; I would recommend to make sure clone the SD card & safe keeping it as it is difficult to replicate same install (Tflite changes & other variable changes) hope that help |
Thanks Martin2kid, for responding. Turned out my code was always using parts from the site-package and not from inside the package. I must have done a pip install rpi-deep-pantilt into my virtual env .... After I uninstalled latter I got it to work, after changing import statements and a path setting. I guess all of this is clear to someone with better Python skills but that's not me. So, again thanks for replying! |
Moehrenbaum, Glad I could be a help! If you want it start automatically (every time you turn Pi on) 1st modify this file: /etc/xdg/lxsession/LXDE-pi/autostart #you'll need to use sudo nano to edit this file My auto-start.sh file content #!/bin/bash |
I'm puzzled. I got the code working. All good. However, for some reason I cannot change the line_thickness. None of my change seem to make any difference. It appears to be defaulted around 4.
What am I missing? Sorry, maybe a noobs question but we all start from a place of comfort.
Thx
The text was updated successfully, but these errors were encountered: