I am running Bookworm version 12 on a Pi 5. I want to run NVO Ninja for a web cam but have hit problems.
I followed the instructions on this page, but when I ran the test python program, I got the error:
I think I got around it by installing gst
sudo apt install python3-gst-1.0
But now I get the error:
I assume I need to install GstWebRtc, but do not know how. I thought the instruction here would resolve the issue but did not.
https://developer.ridgerun.com/wiki/ind ... _GstWebRTC
Has anyone run NVO Ninja on a Bookworm Pi 5?
How can I install GstWebRtc?
Do you suggest other sw for a web cam?
Also the Ninja GitHub has a download for a Pi image with Ninja already installed, but that version gave me an errors saying it could not run on a Pi 5.
Thanks
I followed the instructions on this page, but when I ran the test python program, I got the error:
Code:
Traceback (most recent call last): File "/home/kashine/vdoninja/raspberry_ninja/publish.py", line 38, in <module> gi.require_version('Gst', '1.0') File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace)ValueError: Namespace Gst not available
sudo apt install python3-gst-1.0
But now I get the error:
Code:
Traceback (most recent call last): File "/home/kashine/vdoninja/raspberry_ninja/publish.py", line 40, in <module> gi.require_version('GstWebRTC', '1.0') File "/usr/lib/python3/dist-packages/gi/__init__.py", line 126, in require_version raise ValueError('Namespace %s not available' % namespace)ValueError: Namespace GstWebRTC not available
I assume I need to install GstWebRtc, but do not know how. I thought the instruction here would resolve the issue but did not.
https://developer.ridgerun.com/wiki/ind ... _GstWebRTC
Has anyone run NVO Ninja on a Bookworm Pi 5?
How can I install GstWebRtc?
Do you suggest other sw for a web cam?
Also the Ninja GitHub has a download for a Pi image with Ninja already installed, but that version gave me an errors saying it could not run on a Pi 5.
Thanks
Statistics: Posted by GoCartMozart — Sat Sep 07, 2024 10:07 pm