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

WIP: libfx2-migration: video example #52

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

jedrzejboczar
Copy link

This is a part of splitting #47 into smaller PRs.

This is an example of USB video device implementation.
The relevant code is located in examples/audio/ and in common/.

WIP: video-specific commands handling must yet be finished.

@todo
Copy link

todo bot commented Jan 8, 2020

reorganise logically

enum { // TODO: reorganise logically
USB_UVC_CC_VIDEO = 0x0e,
USB_UVC_SC_VIDEO_INTERFACE_COLLECTION = 0x03,
USB_UVC_SUBCLASS_CC_VIDEOCONTROL = 0x01,
USB_UVC_SUBCLASS_CC_VIDEOSTREAMING = 0x02,


This comment was generated by todo based on a TODO comment in 90adb01 in #52. cc @antmicro.

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.

1 participant