Hello;
Hope that some one can help me on this, I'm trying to get a list of
QTMediaTypeVideo devices on my MBP, but with monobjc NSArray always come
zero:

NSArray sourceDevices =
QTCaptureDevice.InputDevicesWithMediaType("QTMediaTypeVideo");

But if I code it on Xcode and obj-c NSArray come with the right number of
devices (which is one in my case, isight)


NSArray* sourceDevices =

[QTCaptureDevice inputDevicesWithMediaType:QTMediaTypeVideo];

Seems to be a bug in monobjc

Thanks in advance

-- 
Mario Alberto Chavez
[EMAIL PROTECTED]
http://mario-chavez.blogspot.com/

Reply via email to