You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to run Viseron on a Jetson Orin Nano using Jetpack 6.0 and Docker. Installation and Config of 1st camera running well. Videofeed of Camera1 cannot be obtained. Using Foscam T5EP (H.264 Video Compression)
viseron | [2024-05-23 17:21:06] [INFO ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier camera_1, attempt 5
viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /usr/lib/aarch64-linux-gnu/libv4l2.so.0) viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version GLIBC_2.34' not found (required by /usr/lib/aarch64-linux-gnu/libv4lconvert.so.0)
viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/aarch64-linux-gnu/libv4lconvert.so.0)
viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components] - Domain camera for component ffmpeg is not ready. Retrying in 50 seconds. Error: FFprobe could not connect to stream. Output: b''
The text was updated successfully, but these errors were encountered:
Sorry for the delayed response.
The jetson-nano image is made for the older versions of the Nano, not the Orin Nano.
From what i can gather the Orin Nano is based on a newer L4T version.
I would love to support the Orin Nano but they are very expensive and i cannot justify buying one for the development, so someone would need to help out with that
Hi Community,
I am trying to run Viseron on a Jetson Orin Nano using Jetpack 6.0 and Docker. Installation and Config of 1st camera running well. Videofeed of Camera1 cannot be obtained. Using Foscam T5EP (H.264 Video Compression)
viseron | [2024-05-23 17:21:06] [INFO ] [viseron.components] - Setting up domain camera for component ffmpeg with identifier camera_1, attempt 5
viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /usr/lib/aarch64-linux-gnu/libv4l2.so.0) viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version
GLIBC_2.34' not found (required by /usr/lib/aarch64-linux-gnu/libv4lconvert.so.0)viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components.ffmpeg.stream.camera_1] - ffprobe: /lib/aarch64-linux-gnu/libc.so.6: version `GLIBC_2.33' not found (required by /usr/lib/aarch64-linux-gnu/libv4lconvert.so.0)
viseron | [2024-05-23 17:21:06] [ERROR ] [viseron.components] - Domain camera for component ffmpeg is not ready. Retrying in 50 seconds. Error: FFprobe could not connect to stream. Output: b''
The text was updated successfully, but these errors were encountered: