emcCameraGetExposure
NAME
emcCameraGetExposure - Set the camera
exposure time
SYNOPSIS
#include "emc.h"
int emcCameraGetExposure(EM *em, int id, double exposure);
DESCRIPTION
emcCameraGetExposure() retrieves the
image acquisition exposure time 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.
- *exposure
- pointer to the variable to store the exposure time in. This time is
measured in seconds.
DIAGNOSTICS
EMC_OK (0) |
Success |
EMC_ERROR (-1) |
Error |
Page 17 of 54 