Page MenuHomePhabricator

US image of USVideoDevice does not appear in the data storage
Closed, ResolvedPublic

Description

When activating a video device with the Ultrasound plugin the image is missing in the data storage. Seems that the image is never initialized in the device object.

VS2010 was used when this bug appeared.

Event Timeline

Reduced the importance of the bug, as the problem only occurs if '-1' (for using the default camera) is set as the index for the video device. The actual index (e.g. 0) works for getting images of the camera.

User wintersa has pushed new remote branch:

bug-17747-invalid-video-device-index

[515cd2]: Merge branch 'bug-17747-invalid-video-device-index'

Merged commits:

2014-05-13 17:54:35 Adrian Winterstein [6e371c]
Do not allow '-1' as video device index anymore
as at least some backends used by OpenCV cannot handle this index.