1080p@30fps USB camera on i.MX8QM

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

1080p@30fps USB camera on i.MX8QM

Jump to solution
700 Views
AndreSilva
Contributor II

Dear NXP support,

I have a Logitech C920 (1080p@30FPS) camera that doesn't reach more than 5fps on the QM board running the following gstreamer pipeline:

gst-launch-1.0 -v v4l2src device=/dev/video2 ! video/x-raw,width=1920,height=1080 ! videoconvert ! waylandsink

 

is there any know issue ? is there any chance to get it tested on your side ?

 

thanks for the support.

Andre

0 Kudos
1 Solution
695 Views
Yuri
NXP Employee
NXP Employee

@AndreSilva 
Hello,

   Please try using buffers in the pipeline (num-buffers)

   Also customers can use so called zero-copy piplining,
described in Chapter 14 (Zero-copy Pipelines) of
the i.MX8 Gstreamer User Guide.

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942...

 

Regards,
Yuri.

View solution in original post

2 Replies
688 Views
AndreSilva
Contributor II

Thanks Yuri, turned out that the logitech cam for x-raw is only 5fps, I need to use x-h264 to get 30 fps, but then my output is completely wrong. I will check for correct pipelines with h264.

 

thanks,

Andre

696 Views
Yuri
NXP Employee
NXP Employee

@AndreSilva 
Hello,

   Please try using buffers in the pipeline (num-buffers)

   Also customers can use so called zero-copy piplining,
described in Chapter 14 (Zero-copy Pipelines) of
the i.MX8 Gstreamer User Guide.

https://community.nxp.com/t5/i-MX-Processors-Knowledge-Base/i-MX-8-GStreamer-User-Guide/ta-p/1098942...

 

Regards,
Yuri.