-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
update video_capture #2428
update video_capture #2428
Conversation
YixingShen
commented
Jan 26, 2024
- add tx_busy = 1 into examples/device/video_capture/src/main.c because "if (tx_busy)" is always false.
- Correct VIDEO_CS_VS_INTERFACE_FRAME_MJPEG to VIDEO_CS_ITF_VS_FRAME_MJPEG for #define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
…PEG for #define TUD_VIDEO_DESC_CS_VS_FRM_MJPEG_DISC
Thank you for fixing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can you revert the change in the f1 family.c since it break compile with other f1 that does not use UART.
…r f1 that does not use UART.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you for the fix