bytedeco/javacv

CvCapture_MSMF::initStream Failed to reset streams

Open

#1,486 opened on Aug 7, 2020

View on GitHub
 (2 comments) (0 reactions) (0 assignees)Java (1,583 forks)batch import
help wantedquestion

Repository metrics

Stars
 (6,985 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

My device has multiple cameras, identified by camera IDs. VideoCapture videoCapture = new VideoCapture(WEBCAM_DEVICE_INDEX); Although they can be started, they start up very slow. It usually takes about 20 seconds in total.

These error CvCapture_MSMF::initStream Failed to reset streams will be reported 6-7 times.

Also the LED light next to my camera will flash.

Contributor guide