Camera.EnableImageReceiving Method
Definition
Namespace: P1Sdk
Enable/disable for image transferring to host for this camera.
public void EnableImageReceiving(bool enable);
Setting this to true
tells the camera that the host computer is ready to receive captures. The camera may choose to ignore this (and not transmit any captures), as the storage configuration on the camera decides.
Parameters:
enable |
|
SdkException with the error-code if something goes wrong. |
See also: