Hello;
I get a PAL-B video from my video card on jetson-tx2. I can open it properly by setting video standart to PAL-B on vlc. However when i set v4l2src norm= PAL-B I can not get a proper video. Why could it be? Can not v4l2src set to PAL-B? How can I set PAL-B with v4l2src? Btw after vlc sets the video standart, I can get video from v4l2src properly without any settings. Is there a way for me to do the confirugation vlc does manually to /dev/video#? -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mardi 03 septembre 2019 à 04:31 -0500, Osman Berk a écrit :
> Hello; > > I get a PAL-B video from my video card on jetson-tx2. > > I can open it properly by setting video standart to PAL-B on vlc. > > However when i set v4l2src norm= PAL-B I can not get a proper video. > > Why could it be? Can not v4l2src set to PAL-B? > How can I set PAL-B with v4l2src? > > Btw after vlc sets the video standart, I can get video from v4l2src properly > without any settings. > > > Is there a way for me to do the confirugation vlc does manually to > /dev/video#? With v4l2-ctl CLI utility. > > > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (201 bytes) Download Attachment |
Hello,
v4l2-ctl --device=/dev/videoX -s pal-B I do use this command, however it does not fix the video footage totally. The output is same as v4l2src norm= PAL-B. What might vlc be doing with selecting signal as PAL-B, it fixes the device completely. -- Sent from: http://gstreamer-devel.966125.n4.nabble.com/ _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel |
Le mercredi 04 septembre 2019 à 05:37 -0500, Osman Berk a écrit :
> Hello, > > v4l2-ctl --device=/dev/videoX -s pal-B > > I do use this command, however it does not fix the video footage totally. > > The output is same as v4l2src norm= PAL-B. > > What might vlc be doing with selecting signal as PAL-B, it fixes the device > completely. echo 0xff > /sys/class/video4linux/video0/dev_debug Don't forget to change video0 with the name of the video node you are using. > > > > > > -- > Sent from: http://gstreamer-devel.966125.n4.nabble.com/ > _______________________________________________ > gstreamer-devel mailing list > [hidden email] > https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel _______________________________________________ gstreamer-devel mailing list [hidden email] https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel signature.asc (201 bytes) Download Attachment |
Free forum by Nabble | Edit this page |