NativeCamera icon indicating copy to clipboard operation
NativeCamera copied to clipboard

Unable to open video capture, cv::VideoCapture.open(0) always returns false

Open DanielRotnemer opened this issue 2 years ago • 0 comments

cv::VideoCapture.open(0) always returns false, I heard this problem is because there's no ffmpeg backend for VideoCapture on android. I read some posts that suggest to install "FFmpeg" Codecs on the Android device - but how, and is this possible at all?

DanielRotnemer avatar Apr 06 '22 22:04 DanielRotnemer