emcCameraSetDefault
NAME
emcCameraSetDefault - Reset camera
parameters to their default values
SYNOPSIS
#include "emc.h"
int emcCameraSetDefault(EM *em, int id);
DESCRIPTION
emcCameraSetDefault() returns the
parameters and settings for the camera associated with camera identification number id
to their default values. The paramters effected are: binsize, area, mode
and exposure.
- *em
- points to an
EM control and communications structure that
was returned by the emcOpen() call.
- id
- camera identification number which was returned by the
emcCameraOpen() call.
DIAGNOSTICS
EMC_OK (0) |
Success |
EMC_ERROR (-1) |
Error |
Page 24 of 54 