DescriptionMac AVFoundation: Blackmagic camera blacklisting update
crrev.com/255933006 landed blacklisting for BlackMagic
cameras in Mac: QTKit would be used instead of AVFoundation
for these devices.
The code was based on the assumption that these cameras
have a USB vendor ID but this is not correct since they
use a Thunderbolt connection, i.e. PCIe, and another
crrev.com/366593003 is going to prevent GetModel().
This CL changes to using a characteristic substring of
the uniqueId.
TEST: Plug in a Blackmagic, f.i. an UltraStudio Mini
Recorder (doesn't need any camera connected to it) and
check enumerate devices, there should be a multiplicity
of devices with a "QTKit..." prefix, indicating there was
a blacklisting process.
BUG=347371
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=281707
Patch Set 1 #
Total comments: 6
Patch Set 2 : Recoded the blacklisted |unique_id_signature| comparison. #
Total comments: 4
Patch Set 3 : tommi@s comments #
Total comments: 4
Patch Set 4 : tommi@s 2nd round of comments #Messages
Total messages: 13 (0 generated)
|