-
Notifications
You must be signed in to change notification settings - Fork 805
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
The esp32-S3 doesn't get the 1280*720 resolution of the USB camera (AEGHB-654) #358
Comments
@GSl-Horizon: The camera has different configuration descriptors between High-Speed and Full-Speed modes. Using ESP32-S3, you can only get the Full-speed configurations, which may have no 720P resolution. |
我怎么配置才能获取到720P的分辨率呢?还是只能换相机? |
Modify Camera's firmware to support 720P in Fullspeed mode |
你好,我怎么才能把USB相机拍摄的一张图片通过wifi发送到PC呢? |
Answers checklist.
General issue report
My camera supports the resolution of 1280720, but the esp32 can not get the resolution of 1280720 when the get list, only get the resolution of the picture.
The text was updated successfully, but these errors were encountered: