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

a specification of webcam is not detected with Caputure.list() #77

Open
gell1029 opened this issue Aug 17, 2017 · 5 comments
Open

a specification of webcam is not detected with Caputure.list() #77

gell1029 opened this issue Aug 17, 2017 · 5 comments
Labels

Comments

@gell1029
Copy link

gell1029 commented Aug 17, 2017

I try to use a Intel RealSense SR300 which can capture 720p and 60fps with YUY2 format.
Additionally, I confirm it work with the specification on OBS Studio which is an open broadcaster software.
However, Caputure.list() of GettingStartedCapture sample couldn't find out the specification (please see the attachment), and I couldn't use it even if I specify the device name and the specification directly with the constructor of the Capture class.
I really want to use this webcam with this specification.
Please solve this problem.
temp image

@hamoid
Copy link
Contributor

hamoid commented Aug 28, 2017

Hi! What's the output on the console when you run GettingStartedCapture?

@gell1029
Copy link
Author

gell1029 commented Aug 28, 2017

Hi! @hamoid ! Thank you for your reply!

What's the output on the console when you run GettingStartedCapture?

The picture of the first post is it. This is the WHOLE output of GettingStartedCapture.
output of gettingstartedcapture

@hamoid
Copy link
Contributor

hamoid commented Aug 29, 2017

My bad, I did not understand what you meant with "specification".

So 1280x720 @ 60fps should be in that list, but it's missing, and it's available in other software on the same computer.

What OS are you using? Internally the Capture class uses different techniques in Linux, Mac OS and Windows to interface with the webcam.

@gell1029
Copy link
Author

gell1029 commented Aug 29, 2017

Hi, @hamoid,

Thank you for your reply!
I apologize that I can't use English accurately. I called 1280x720@60fps "the specification".

So 1280x720 @ 60fps should be in that list, but it's missing, and it's available in other software on the same computer.

You are absolutely right.

What OS are you using?

I'm using windows 10 Pro.

@hamoid
Copy link
Contributor

hamoid commented Aug 29, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants