-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UVC: Possible USB shutdown requested from Host, seen during VIDIOC_DQBUF #18
Comments
Manual for installation of uvc-gadget you can found at http://www.davidhunt.ie/raspberry-pi-zero-with-pi-camera-as-usb-webcam/.
|
and many more formats............................... But I need to test 1080@60 fps, but I have proven 1080@5 till now. |
The vivid driver will not do 1080p60 from what I recall. |
Thank you for immediate reply.
|
SDI to UVCTESTING PROCEDURE THAT I FOLLOW:
v4l2-ctl -d /dev/video0 --all User Controls low_latency_controls 0x0098ca21 (int) : min=2 max=8 step=1 default=4 value=4 [0]: 'XM20' (Y/CrCb 4:2:2 10-bit (N-C)) which will create /dev/video1 node
V4L2 open My query is:
Can you please help me in streaming SDI to UVC 3.0 with 1080p @ 60fps? |
Hello, I'm using zynq to implement UVC. The underlying USB3.0 hardware has been enabled. Please refer to the official tutorial given by Xilinx:”https://xilinx-wiki.atlassian.net/wiki/spaces/A/pages/2046001302/Building+Linux+usb+device+drivers+with+2021.1#UVC-Gadget“; picture 2:The process will be stuck in "v4l2:2 buffers allocated", and there will be no change |
We are using zynq Ultrascale + MPSoC with custom board.
Our board has 2 USB ports(Host 2.0 and device 3.0), 2 SDI(one input and another output).
Kernel version on board is 4.19.0 and In host PC 5.4.0-58-generic.
Final project according to customers requirement is Streaming 1080p video taking input from SDI and taking output from USB(device).
Currently We are trying with connecting C922 Pro Stream Webcam to USB(host) port.This creates /dev/video0 node.
Then modprobe g_webcam. This creates /dev/video1.
Using the application https://github.com/peterbay/uvc-gadget
At host side /dev/video0 is created.
When I try to display using application such as guvcview, at the device side, getting below attached log.
I need some more input so that I can move forward with this project.
USBGITLOG.txt
The text was updated successfully, but these errors were encountered: