University of Illinois at Urbana-Champaign

emcCameraSetExposure

NAME

emcCameraSetExposure - Set the camera exposure time

SYNOPSIS

#include "emc.h"
int emcCameraSetExposure(EM *em, int id, double exposure);

DESCRIPTION

emcCameraSetExposure() sets 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
exposure time in seconds

DIAGNOSTICS

EMC_OK (0) Success
EMC_ERROR (-1) Error

PREVIOUS Page 25 of 54 NEXT