Hi Guys, I have a video adaptor converting a signal from an old camera into a vga port. Can anyone tell me the correct way to address the vga port from gst-launch? It doesn't show up on the /dev/video<n> list. There is only /dev/video0, which is my webcam. There is a vga-arbiter, but it gives permission denied. I'd like to have something like: gst-launch v4l2src device=/dev/xxxx ! xvimagesink Your advice would be appreciated. Regards _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel Blank Bkgrd.gif (202 bytes) Download Attachment |
On 03/21/2012 01:56 PM, Steve Cookson wrote:
Where do you plug the adaptor. Do a tail -f /var/log/messages as root and plug it. Check what happens in the log. That could tell you if the hardware is recognized by the kernel. Stefan
_______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
In reply to this post by Steve_Bz
>I have a video adaptor converting a signal from an old camera into a vga
>port. > >Can anyone tell me the correct way to address the vga port from gst-launch? > >It doesn't show up on the /dev/video<n> list. There is only /dev/video0, >which is my webcam. Typically if you have something that produces a VGA signal (so you can plug it directly into a monitor), you'll will need a vga capture card. If the capture card is supported under Linux and the driver (kernel module) supports V4L2 you'll will see an additional /dev/videoX entry. If uncertain contact the capture card manufacturer and ask for V4L2 support. If you have an older camera it most likely will support NTSC. In this case you'll need a capture card that supports svideo/composite. There is plenty support for that with Linux. _______________________________________________ gstreamer-devel mailing list [hidden email] http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Free forum by Nabble | Edit this page |