v4l2src with HDMI
Nicolas Dufresne
nicolas.dufresne at collabora.com
Wed Jul 16 12:44:06 PDT 2014
Le lundi 14 juillet 2014 à 13:03 +0000, Meenakumari Shedole a écrit :
>
> Hi All.
>
> we are using following gstreamer pipe with HDMI port.
>
> gst-launch-1.0 v4l2src device=/dev/video0 !
> video/x-raw,width=1920,height=540 ! xvimagesink
>
> Our objective is to run v4l2src with HDMI_RX on out target and we
> tried by adding video caps,filter,formats.
> we are getting "Error: Cannot capture at 1920x540" and "unknown sensor
> format, unknown pixel format error" for more error I attached log
> file.
>
> Any suggestion will be helpful.
The attached trace does not contain any useful information. If you are
developing a new driver, make sure to run v4l2-compliance from latest
git master (http://git.linuxtv.org/cgit.cgi/v4l-utils.git/ ) that may
save you some time.
To produce a useful trace, I would suggest to use GST_DEBUG="v4l2*:7".
This should dump everything being done on the V4L2 side. In general, you
should also test with at least GST_DEBUG=3 to see meaningful trace.
1920x540 does not seem very standard, maybe you should start by letting
GStreamer negotiation a valid resolution ?
>
> Thanks and Regards,
> Meena
>
>
>
> ::DISCLAIMER::
> ----------------------------------------------------------------------------------------------------------------------------------------------------
>
> The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
> E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
> lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
> (with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
> Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
> views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
> distribution and / or publication of this message without the prior written consent of authorized representative of
> HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
> Before opening any email and/or attachments, please check them for viruses and other defects.
You can most likely drop this when writing to public and archived
mailing list.
More information about the gstreamer-devel
mailing list