I'd like to modify the SOURCE video stream from FFMPEG, NOT the transform done in .octoprint. I have my video working fine in octoprint, but the image is flipped for use in home assistant. I can't figure out how to flip the image/stream in home assistant so i figure the other angle to attack is fix the source.
and because there's always that guy:
no, i can’t re-orient the camera
no, i’m not turning the printer upside down
no, i’m not turning my head to view it
sigh, found the upload button. something mentioning that probably would have been helpful for someone who has not used this platform before octoprint-systeminfo-20231231143504.zip (146.1 KB)
i've tried editing the file in boot and it either doesnt work or gives a configuration error. its the original pi camera so i think it has support to do whatever and it's not a random USB one.
This caused error:
camera="input_raspi.so"
camera_raspi_options="-rot 180"
causes error: Webcam stream not loaded
It might not be configured correctly or require authentication. You can change the URL of the stream under "Settings" > "Classic Webcam" > "Stream URL". If you don't have a webcam you can also just disable webcam support there.
This didnt change anything:
camera_raspi_options="-rot 180"
It might not be configured correctly or require authentication. You can change the URL of the stream under "Settings" > "Classic Webcam" > "Stream URL". If you don't have a webcam you can also just disable webcam support there.
Make sure you're reading the configuration instructions correctly. The only options available for camera="..." are auto, raspi or usb.
In this case you want to have camera="raspi".
Looking at your systeminfo bundle shows that you are running OctoPi 0.18. So this comment does not apply to you. Using camera_raspi_options is correct. Don't use the USB mode.
Found video devices:
/dev/video0
/dev/video10
/dev/video11
/dev/video12
/dev/video13
/dev/video14
/dev/video15
/dev/video16
/dev/video18
Scan again in two minutes
/root/bin/webcamd: line 103: kill: (787) - No such process