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

OpenCVFrameGrabber.getDeviceDescriptions() throws UnsupportedOperationException on Mac OS X #664

Closed
clicit opened this issue Apr 6, 2017 · 2 comments

Comments

@clicit
Copy link

clicit commented Apr 6, 2017

On Windows I'm successfully using VideoInputFrameGrabber.getDeviceDescriptions()

Now since VideoInputFrameGrabber is only available on Windows, I tried to use OpenCVFrameGrabber and FFmpegFrameGrabber for Mac OS X.

Now getting:

java.lang.UnsupportedOperationException: Device enumeration not support by OpenCV.

..respectively..

java.lang.UnsupportedOperationException: Device enumeration not support by FFmpeg.

when trying to getDeviceDescription().

Is there any solution? I need the device description ...

Thanks!

@saudet
Copy link
Member

saudet commented Apr 6, 2017

FFmpeg has some support for listing devices: https://trac.ffmpeg.org/wiki/Capture/Webcam

We just need someone to make a contribution :)

@saudet
Copy link
Member

saudet commented Jan 18, 2018

Marking as duplicate of #189

@saudet saudet closed this as completed Jan 18, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants