RatOS 2 and Rasp Pi v3 cam

Is there anyway to get this camera working with Ratos 2? I have tried several guides with no luck. Fresh install of Ratos, tried a reload of crowsnest. Only getting "no signal". Camer is detected "/base/soc/i2c0mux/i2c@1/imx708@1a" any help?
2 Replies
cgrr
cgrr8mo ago
What are your settings? If it is webRTC streamer, try Adaptive MJPEG.
miklschmidt
miklschmidt8mo ago
Fresh install, just plug it in and use these settings (+ /webcam/webrtc and select camera-streamer in mainsail):
# This will crop the sensor
[cam 1]
mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices)
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
rtsp_port: 8554 # Set different ports for each device!
port: 8080 # HTTP/MJPG Stream/Snapshot Port
device: /base/soc/i2c0mux/i2c@1/imx219@10 # See Log for available ...
resolution: 192x1080 # widthxheight format
max_fps: 40 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
custom_flags: --camera-height=1080 --camera-width=1920 --camera-video.height=1920 --camera-snapshot.height=1920 --camera-format=YUYV
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
# This will crop the sensor
[cam 1]
mode: camera-streamer # ustreamer - Provides mjpg and snapshots. (All devices)
# camera-streamer - Provides webrtc, mjpg and snapshots. (rpi + Raspi OS based only)
enable_rtsp: false # If camera-streamer is used, this enables also usage of an rtsp server
rtsp_port: 8554 # Set different ports for each device!
port: 8080 # HTTP/MJPG Stream/Snapshot Port
device: /base/soc/i2c0mux/i2c@1/imx219@10 # See Log for available ...
resolution: 192x1080 # widthxheight format
max_fps: 40 # If Hardware Supports this it will be forced, otherwise ignored/coerced.
custom_flags: --camera-height=1080 --camera-width=1920 --camera-video.height=1920 --camera-snapshot.height=1920 --camera-format=YUYV
#v4l2ctl: # Add v4l2-ctl parameters to setup your camera, see Log what your cam is capable of.
camera-streamer is all about using the right settings or it'll just die.. For a full sensor view:
[cam 1]
mode: camera-streamer
enable_rtsp: false
rtsp_port: 8554
port: 8080
device: /base/soc/i2c0mux/i2c@1/imx219@10
resolution: 1472x1088
max_fps: 30
custom_flags: --camera-height=2464 --camera-width=3280 --camera-video.height=1232 --camera-snapshot.height=1232 --camera-format=YUYV
[cam 1]
mode: camera-streamer
enable_rtsp: false
rtsp_port: 8554
port: 8080
device: /base/soc/i2c0mux/i2c@1/imx219@10
resolution: 1472x1088
max_fps: 30
custom_flags: --camera-height=2464 --camera-width=3280 --camera-video.height=1232 --camera-snapshot.height=1232 --camera-format=YUYV
Want results from more Discord servers?
Add your server