Expose
Expose( duration, shutter, deinterlace, filename );
double duration Duration of exposure in seconds.
boolean shutter Open shutter during exposure if true, false for dark.
int deinterlace Deinterlace algorithm: CameraAPI.DEINTERLACE_NONE, CameraAPI.DEINTERLACE_PARALLEL, CameraAPI.DEINTERLACE_SERIAL, CameraAPI.DEINTERLACE_CCD_QUAD, CameraAPI.DEINTERLACE_IR_QUAD, CameraAPI.DEINTERLACE_CDS_IR_QUAD, CameraAPI.DEINTERLACE_HAWAII_RG, CameraAPI.DEINTERLACE_STA1600.
None
Starts an exposure. Throws an Exception if an error occurs, which can be caught using try/catch block.