We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
systemd/camera-streamer-libcamera.service line 15 should be --camera-format=${FORMAT} \ instead of --camera-format=YUYV \
as whatever the settings in the libcamera.conf, the video format is alway set to YUYV when used with a pi cam V1
pi@raspoctotprint:/etc/systemd $ ps -fax | grep camera 2554 pts/0 S+ 0:00 _ grep --color=auto camera 2417 ? SNLsl 0:01 /usr/bin/camera-streamer --http-port=8080 --camera-type=libcamera --camera-path=/base/soc/i2c0mux/i2c@1/ov5647@36 --camera-format=YUYV --camera-width=1920 --camera-height=1080 --camera-video.height=720 --camera-snapshot.height=1080 --camera-fps=24 --camera-nbufs=2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
systemd/camera-streamer-libcamera.service line 15 should be
--camera-format=${FORMAT} \
instead of
--camera-format=YUYV \
as whatever the settings in the libcamera.conf, the video format is alway set to YUYV when used with a pi cam V1
pi@raspoctotprint:/etc/systemd $ ps -fax | grep camera
2554 pts/0 S+ 0:00 _ grep --color=auto camera
2417 ? SNLsl 0:01 /usr/bin/camera-streamer --http-port=8080 --camera-type=libcamera --camera-path=/base/soc/i2c0mux/i2c@1/ov5647@36 --camera-format=YUYV --camera-width=1920 --camera-height=1080 --camera-video.height=720 --camera-snapshot.height=1080 --camera-fps=24 --camera-nbufs=2
The text was updated successfully, but these errors were encountered: