Some drivers may require that the camera device preview to be in a running state before it can determine which controls are supported by the VideoDeviceController. If you check whether a certain control is supported by the VideoDeviceController before the preview stream is running, the control may be described as unsupported even though it is supported by the video device.
GetAvailableMediaStreamProperties(MediaStreamType)
GetAvailableMediaStreamProperties(MediaStreamType)
GetAvailableMediaStreamProperties(MediaStreamType)
GetAvailableMediaStreamProperties(MediaStreamType)
GetAvailableMediaStreamProperties(MediaStreamType)
|
Gets a list of the supported encoding properties for the video device.
|
GetDeviceProperty(String)
GetDeviceProperty(String)
GetDeviceProperty(String)
GetDeviceProperty(String)
GetDeviceProperty(String)
|
Gets the value of the property with the specified ID from the capture device driver. You can use this method to query properties that are specific to a particular camera.
|
GetDevicePropertyByExtendedId(Byte[], IReference<UInt32>)
GetDevicePropertyByExtendedId(Byte[], IReference<UInt32>)
GetDevicePropertyByExtendedId(Byte[], IReference<UInt32>)
GetDevicePropertyByExtendedId(Byte[], IReference<UInt32>)
GetDevicePropertyByExtendedId(Byte[], IReference<UInt32>)
|
Gets the value of the property with the specified ID from the capture device driver, using an extended ID with custom header information and specifying the maximum buffer size required to store the result. You can use this method to query properties that are specific to a particular camera.
|
GetDevicePropertyById(String, IReference<UInt32>)
GetDevicePropertyById(String, IReference<UInt32>)
GetDevicePropertyById(String, IReference<UInt32>)
GetDevicePropertyById(String, IReference<UInt32>)
GetDevicePropertyById(String, IReference<UInt32>)
|
Gets a the value of the property from the capture device driver with the ID with custom header information. You can use this method to query properties that are specific to a particular camera.
|
GetMediaStreamProperties(MediaStreamType)
GetMediaStreamProperties(MediaStreamType)
GetMediaStreamProperties(MediaStreamType)
GetMediaStreamProperties(MediaStreamType)
GetMediaStreamProperties(MediaStreamType)
|
Gets the encoding properties for the specified media stream type for the video device.
|
SetDeviceProperty(String, Object)
SetDeviceProperty(String, Object)
SetDeviceProperty(String, Object)
SetDeviceProperty(String, Object)
SetDeviceProperty(String, Object)
|
Sets the value of the property with the specified ID on the capture device driver. You can use this method to set properties that are specific to a particular camera.
|
SetDevicePropertyByExtendedId(Byte[], Byte[])
SetDevicePropertyByExtendedId(Byte[], Byte[])
SetDevicePropertyByExtendedId(Byte[], Byte[])
SetDevicePropertyByExtendedId(Byte[], Byte[])
SetDevicePropertyByExtendedId(Byte[], Byte[])
|
Sets the value of the property with the specified ID from the capture device driver, using an extended ID with custom header information and providing the value as a byte array.
|
SetDevicePropertyById(String, Object)
SetDevicePropertyById(String, Object)
SetDevicePropertyById(String, Object)
SetDevicePropertyById(String, Object)
SetDevicePropertyById(String, Object)
|
Sets the value of the property with the specified ID from the capture device driver, using an extended ID with custom header information and providing the value as an object.
|
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)
SetMediaStreamPropertiesAsync(MediaStreamType, IMediaEncodingProperties)
|
Sets the encoding properties asynchronously for the specified media stream type for the video device.
|
TryGetPowerlineFrequency(PowerlineFrequency)
TryGetPowerlineFrequency(PowerlineFrequency)
TryGetPowerlineFrequency(PowerlineFrequency)
TryGetPowerlineFrequency(PowerlineFrequency)
TryGetPowerlineFrequency(PowerlineFrequency)
|
Gets the local power line frequency.
|
TrySetPowerlineFrequency(PowerlineFrequency)
TrySetPowerlineFrequency(PowerlineFrequency)
TrySetPowerlineFrequency(PowerlineFrequency)
TrySetPowerlineFrequency(PowerlineFrequency)
TrySetPowerlineFrequency(PowerlineFrequency)
|
Sets the local power line frequency.
|