Skip to content
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

Closed
3 tasks done
GSl-Horizon opened this issue May 14, 2024 · 5 comments
Closed
3 tasks done

Comments

@GSl-Horizon
Copy link

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
  • I have searched the issue tracker for a similar issue and not found a similar issue.

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.
微信截图_20240514223012

@github-actions github-actions bot changed the title The esp32-S3 doesn't get the 1280*720 resolution of the USB camera The esp32-S3 doesn't get the 1280*720 resolution of the USB camera (AEGHB-654) May 14, 2024
@leeebo
Copy link
Collaborator

leeebo commented May 15, 2024

@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.

@GSl-Horizon
Copy link
Author

:相机在高速模式和全速模式之间具有不同的配置描述符。使用 ESP32-S3 时,只能获得全速配置,可能没有 720P 分辨率。

我怎么配置才能获取到720P的分辨率呢?还是只能换相机?

@leeebo
Copy link
Collaborator

leeebo commented May 15, 2024

:相机在高速模式和全速模式之间具有不同的配置描述符。使用 ESP32-S3 时,只能获得全速配置,可能没有 720P 分辨率。

我怎么配置才能获取到720P的分辨率呢?还是只能换相机?

Modify Camera's firmware to support 720P in Fullspeed mode

@GSl-Horizon
Copy link
Author

:相机在高速模式和全速模式之间具有不同的配置描述符。使用 ESP32-S3 时,只能获得全速配置,可能没有 720P 分辨率。

我怎么配置才能获取到720P的分辨率呢?还是只能换相机?

修改相机固件以支持全速模式下的 720P

你好,我怎么才能把USB相机拍摄的一张图片通过wifi发送到PC呢?

@leeebo
Copy link
Collaborator

leeebo commented May 21, 2024

@leeebo leeebo closed this as completed May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants