boundarydevices / linux

Kernel tree for Ezurio (ex-Boundary Devices) platforms
https://www.ezurio.com/
194 stars 290 forks source link

[USB Camera Streaming Interface with iMX6Q SABRELITE] #63

Closed Ashok12698 closed 3 years ago

Ashok12698 commented 3 years ago

Hi, I am trying to access USB camera connected with my iMX6Q SABRE Board. I am preferring to use gstreamer but stucked, how to use properly. I followed this tutorial... https://boundarydevices.com/yocto-dunfell-release-for-i-mx6-i-mx7-platforms/ but doesnt work. Please help.

gibsson commented 3 years ago

Hi, The procedure provided on this blog post is about MIPI-CSI camera. For USB camera, you should use v4l2src GStreamer plugin. If it doesn't work, please check your camera support in the mainline kernel. We know it works with UVC-compliant camera. I'll close this issue as it is camera-specific, not a kernel bug. Regards,