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

core: app: Extend the search for compatible video devices #644

Merged
merged 1 commit into from
Feb 26, 2024

Conversation

njhollinghurst
Copy link
Collaborator

In get_platform(), don't assume that a compatible video device will be found at /dev/video[0-4]. Extending the search range to /dev/video255 is cost-free in cases where it terminates early.

In get_platform(), don't assume that a compatible video device
will be found at /dev/video[0-4]. Extending the search range to
/dev/video255 is cost-free in cases where it terminates early.

Signed-off-by: Nick Hollinghurst <nick.hollinghurst@raspberrypi.com>
@njhollinghurst
Copy link
Collaborator Author

We seem to need this on Pi 5 on Linux 6.7

@naushir naushir merged commit 264d37d into main Feb 26, 2024
10 checks passed
@njhollinghurst njhollinghurst deleted the more-dev-video branch February 26, 2024 17:05
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