-
Notifications
You must be signed in to change notification settings - Fork 432
New issue
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
Add ONVIF discovery feature? #337
Comments
Hi, You might look to https://github.com/mpromonet/v4l2onvif Best Regards |
Thank you for your feedback. I want to install and run this server on Rasberry Pi 4 with camera module V1.3. I just need the server to be able to get the camera stream from the Pi. I see in the documentation you need Download UV4L for Pi. I'm having trouble downloading UV4L driver for Pi. Can I use V4L2 driver instead? |
Hi @tuananh-lab The approach of this project is to use v4L2 interface, driver should not matter till it implement the interface. Best Regards, |
my rasberry pi does not directly support h264,MJPEG format so v4l2rtspserver cannot run on Pi. My Pi has libcamera-vid available and it can record videos in .h264 format. I can use libcamera-vid to help the server run on Pi? If there is no other way to run the server on Pi? |
hello. I'm really having trouble because the rasberry pi using v4l2 only supports the YUV video format but does not support the formats the server is using such as :h264,MJPEG. What do I need to do so that v4l2rtspserver can run on it? My Pi and can stream rtsp stream from pi cam. |
Hi @mpromonet |
My project is to build an RTSP server for cameras (using rasberry Pi). My server has two main functions: transmitting RTSP to the client and discovering ONVIF devices in the LAN. I don't know if this project is right. Is it a good choice and can I add a discovery feature?
The text was updated successfully, but these errors were encountered: