-
Notifications
You must be signed in to change notification settings - Fork 66
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
Camera does not return data #10
Comments
Hello. What do you mean by "transplanted your project"? |
OK, looks like camera say, that it is supporting certain video modes, but I have seen cameras that do not send video data is Full Speed mode (but they where sending good descriptors). So it would be useful to check it at the PC - so you would need to switch USB of the PC to Full Speed mode. |
你好,我也用的这个开发板,可以直接在rgb LCD 屏上显示吗?我的没有屏幕没有视频出现 |
could you share your whole project with me?please [email protected] you |
Hi, I have the same problem as you. I was able to enumerate my UVC device successfully, but I can't get to the interrupt once I start reading data. As per the answer, how to force USB into full speed mode on PC. |
Another problem is that the descriptor information I read with the microcontroller is not the same as what I recognize with the USB Device Tree Viewer software. The total length of the configuration descriptor read by the microcontroller is 0x145 bytes, while the USB Device Tree Viewer recognizes it as 0x2DF bytes. |
"As per the answer, how to force USB into full speed mode on PC." |
Thank you for your answer. I'm guessing my problem is caused by the UVC device not supporting full speed mode. But basically all UVC devices you can buy nowadays run high speed mode. Can you recommend a UVC device that runs in full speed mode? |
See: LINK |
I purchased the Microsoft HD-3000 camera. Now there is no problem with descriptor analysis and adjusting the camera settings, but it is not possible to open the interface to start data transfer using the USBH_SetInterface() function. Do you have a good solution for this please? |
Sorry I don't know. I have not worked with cameras for a long time. |
hello ,I transplanted your project. My camera can be recognized and configured successfully, but there is no data output.
Stuck here
The value of result has always been VIDEO_STATE_IDLE
The text was updated successfully, but these errors were encountered: