paukstelis
paukstelis
`sudo octoprint_deploy/octoprint_deploy.sh` Select `Utilities` Select `Diagnostic Output` Copy and paste the output here.
You are using OctoPi, so setting up cameras must be done manually, not with octoprint_deploy (unless you change the streamer to ustreamer). You can do this from the utility menu....
octoprint_deploy will do it for you
> One more question. Can I change the resolution of the camera afterwards? Yes. You must modify the service files (/etc/systemd/system/cam_instancename.service)
The WARNING! tells you what has happened. ustreamer has not been installed properly. Try the following `sudo apt update` `sudo octoprint_deploy/octoprint_deploy.sh f deb_packages` Provide the output of that last command.
I would do a `sudo apt remove libjpeg-dev libjpeg62-turbo-dev` and try the deb_packages command again.
not sure what packages are installed and where the conflict exists. You can try: `sudo apt --fix-broken`
Ahh....`sudo apt remove libjpeg8-dev` is probably what is needed.
I don't know exactly what is going. I've seen similar things like this but there isn't a clear resolution to me. try: `sudo apt install libevent-dev libbsd-dev ffmpeg` and see...
best to run octoprint_deploy and provide output from Utilities -> Diagnostic output.