emcCameraSetMode
NAME
emcCameraSetMode - Set the camera
acquisition mode
SYNOPSIS
#include "emc.h"
int emcCameraSetMode(EM *em, int id, int mode);
DESCRIPTION
emcCameraSetMode() sets the image
acquisition mode for the camera associated with camera identification number id.
- *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.
- mode
- The mode of image acquisition to use:
EMC_UNPROCESSED |
Unprocessed image acquisition |
EMC_GAINNORMALIZED |
Gain Normalized image acquisition |
EMC_DARKSUBTRACTED |
Dark Subtracted image acquitition |
DIAGNOSTICS
EMC_OK (0) |
Success |
EMC_ERROR (-1) |
Error |
Page 26 of 54 