Christian, According to the MBS (and Apple’s) documentation the AVCaptureDeviceMBS.activeInputSource property has both getters and setters, but for some reason Xojo reports a compile time “Cannot assign a value to the property” error when I am attempting set a new AVCaptureDeviceInputSourceMBS to a valid AVCaptureDeviceMBS object.
This isn’t a runtime error, the following line of code won’t even compile SelectedVideoDevice.activeInputSource = NamedInput(Input) SelectedVideoDevice is an AVCaptureDeviceMBS class NamedInput(Input) is a method which returns an AVCaptureDeviceInputSourceMSS class Getting the activeInputSource isn’t a problem. Christian, can you please look into this to see if the setter has been included in the plugin? Cheers. -bill k https://developer.apple.com/documentation/avfoundation/avcapturedevice/1390141-activeinputsource _______________________________________________ [email protected] mailing list %(list_address)s https://ml-cgn08.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
