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

media: uvcvideo: Increase number of URBs for UVC #6469

Closed
wants to merge 1 commit into from

Conversation

6by9
Copy link
Contributor

@6by9 6by9 commented Nov 14, 2024

Speculative for https://forums.raspberrypi.com/viewtopic.php?t=371104 based on a past experience with "fast" USB3 UVC devices on "slow" processors, and running out of URBs resulting in dropped image data.

Speculative for https://forums.raspberrypi.com/viewtopic.php?t=371104
based on a past experience with "fast" USB3 UVC devices on "slow"
processors, and running out of URBs resulting in dropped image data.

Signed-off-by: Dave Stevenson <[email protected]>
@P33M
Copy link
Contributor

P33M commented Nov 14, 2024

From the lsusb dump in the thread, these are apparently FS devices:

	Line 62:    Port 1: 0000.02a0 5Gbps power Rx.Detect
	Line 733:    Port 1: 0000.0303 lowspeed power enable connect
	Line 734:    Port 2: 0000.0103 power enable connect
	Line 799:    Port 1: 0000.02a0 5Gbps power Rx.Detect
	Line 940:    Port 1: 0000.0100 power
	Line 941:    Port 2: 0000.0103 power enable connect

Bus 3 device 3 could be either of the Port 2 connections.

@6by9
Copy link
Contributor Author

6by9 commented Nov 14, 2024

I couldn't find that detail, hence the suggestion.
It sounds unlikely though, so I'll close this (CI will still complete).

@6by9 6by9 closed this Nov 14, 2024
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