-
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
libcamera support for v4l2rtspserver #283
Comments
Hi, I never used libcamera, but it seems to have a compability layer exposing a V4L2 device.
Best Regards, |
Hey @mpromonet I did try that but didnt work out.
|
Using libcamera would be awesome, I have the exact same usecase. |
It would be great, because all the new cams are only supported with libcamera. |
Hi, You may submit pull request implementing this. This project use a standard interface V4L2, using a library is an approach, that I don't find interesting. It may be better to use a V4L2 device feed with libcamera. Best Regards, |
Hello @mpromonet, as of today, the new official raspberry camera V3 has been released, they are not compatible with the old camera stack and only are compatible with libcamera. I assume the old V2 camera are going to be discontinued, do you plan to add support for the newer cameras (and thus libcamera support) ? |
Also would very much like to see libcamera support for the new camera V3. A very nice upgrade from the V2 and I would like to switch several of my cameras out to this version. I'll take the opportunity to thank @mpromonet for this wonderful tool which I have only recently started using, I have high hopes to be able to keep using it with the new camera module! |
I am curious as to how difficult the change would be to implement. If someone knows C/C++. Would it require very deep knowledge of video and Linux technology or can a mere mortal attempt the change? |
It seems there a wrapper called libcamerify available in libcamera-tools (sudo apt install libcamera-tools) that allows v4l2rtspserver to work with the new cameras supported by libcamera, however i can't get the stream to play with VLC nor ffplay :( See issue: #297 |
I have exactly the same problem, apparently is working fine but I can't open it with VLC nor ffplay... |
Hi again, there are any new about how to use the wrapper libcamerify to get it work with bullseye? many thanks. |
Hi there,
i'm using v4l2rtspserver for mobile video streaming from raspberrypi zero2w (Bullseye, H264) into a milestone VMS system. Low latency and reliability are the highest priorities. To my question:
I would like to use the new ArduCam Cameras (imx519), which only work with libcamera. Will v4l2rtspserver work with libcamera soon, or is there a way to pipe trough the libcamera-vid to a virtual device, which can be processed by v4l2rtspserver?
I like to apologize in advance for wierd questions, as i just started with linux and raspberrypi's. Thank you for your work and support!
The text was updated successfully, but these errors were encountered: