We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On Windows I'm successfully using VideoInputFrameGrabber.getDeviceDescriptions()
VideoInputFrameGrabber.getDeviceDescriptions()
Now since VideoInputFrameGrabber is only available on Windows, I tried to use OpenCVFrameGrabber and FFmpegFrameGrabber for Mac OS X.
VideoInputFrameGrabber
OpenCVFrameGrabber
FFmpegFrameGrabber
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().
getDeviceDescription()
Is there any solution? I need the device description ...
Thanks!
The text was updated successfully, but these errors were encountered:
FFmpeg has some support for listing devices: https://trac.ffmpeg.org/wiki/Capture/Webcam
We just need someone to make a contribution :)
Sorry, something went wrong.
Marking as duplicate of #189
No branches or pull requests
On Windows I'm successfully using
VideoInputFrameGrabber.getDeviceDescriptions()
Now since
VideoInputFrameGrabber
is only available on Windows, I tried to useOpenCVFrameGrabber
andFFmpegFrameGrabber
for Mac OS X.Now getting:
..respectively..
when trying to
getDeviceDescription()
.Is there any solution? I need the device description ...
Thanks!
The text was updated successfully, but these errors were encountered: