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

Camera choice #2057

Closed
souravrs999 opened this issue Nov 21, 2020 · 2 comments
Closed

Camera choice #2057

souravrs999 opened this issue Nov 21, 2020 · 2 comments

Comments

@souravrs999
Copy link

Why did pupil capture software recommend logitech C525/C512 and Microsoft HD-6000 and why does it crash when used with other cameras

Thanks in advance

@papr
Copy link
Contributor

papr commented Nov 23, 2020

Hi @souravrs999. The DIY Kit was developed a few years ago and these cameras were the best fit at the time. We support all cameras that fulfill these requirements:

  1. UVC 1.1 [1] (Chapters below refer to this document)
  2. Support Video Interface Class Code 0x0E CC_VIDEO (see A.1)
  3. Support Video Subclass Code 0x02 SC_VIDEOSTREAMING (see A.2)
  4. Support for the UVC_VS_FRAME_MJPEG (0x07) video streaming interface descriptor subtype (A.6)
  5. Support UVC_FRAME_FORMAT_COMPRESSED frame format

[1] http://www.cajunbot.com/wiki/images/8/85/USB_Video_Class_1.1.pdf

Currently, we do not support UVC 1.5 cameras. See this active issue for reference.

@papr papr closed this as completed Nov 23, 2020
@souravrs999
Copy link
Author

Hi @souravrs999. The DIY Kit was developed a few years ago and these cameras were the best fit at the time. We support all cameras that fulfill these requirements:

  1. UVC 1.1 [1] (Chapters below refer to this document)
  2. Support Video Interface Class Code 0x0E CC_VIDEO (see A.1)
  3. Support Video Subclass Code 0x02 SC_VIDEOSTREAMING (see A.2)
  4. Support for the UVC_VS_FRAME_MJPEG (0x07) video streaming interface descriptor subtype (A.6)
  5. Support UVC_FRAME_FORMAT_COMPRESSED frame format

[1] http://www.cajunbot.com/wiki/images/8/85/USB_Video_Class_1.1.pdf

Currently, we do not support UVC 1.5 cameras. See this active issue for reference.

Thanks for the reply and proper explanations

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

No branches or pull requests

2 participants