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

feat(uvc): support format frame based #2656

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

lijunru-hub
Copy link
Contributor

Describe the PR
Add support for UVC frame-based

Transmitting H264 video streams using frame-based transfer on the ESP32-S3 has been very successful.

image

@lijunru-hub
Copy link
Contributor Author

@kkitayam PTAL! If you need any examples, I will provide them to you ASAP

@kkitayam
Copy link
Collaborator

kkitayam commented Jun 1, 2024

@kkitayam PTAL! If you need any examples, I will provide them to you ASAP

Sorry for late response. And, thank you for your suggestion.
Could you share the example for this PR? I will try the example.

@lijunru-hub
Copy link
Contributor Author

@kkitayam PTAL! If you need any examples, I will provide them to you ASAP

Sorry for late response. And, thank you for your suggestion. Could you share the example for this PR? I will try the example.

Please try example with https://github.com/lijunru-hub/esp-iot-solution/tree/feat/usb_uvc_support_h265_trans/examples/usb/device/usb_dual_uvc_device.

You need to set up the ESP-IDF environment and use an ESP32S2/3 development board to flash this project. Please change the format of UVC1 to H264 in the menuconfig. This will simulate two UVC devices on the computer, playing one H264 stream and one JPG stream.

image

@lijunru-hub
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants