Instruction manual

Guppy PRO Technical ManualV4.1.0
180
Configuration of the camera
Sample program
The following sample code in C/C++ shows how the register is set for video
mode/format, trigger mode etc. using the FireGrab and FireStack API.
Example FireGrab
// Set Videoformat
if(Result==FCE_NOERROR)
Result= Camera.SetParameter(FGP_IMAGEFORMAT,MAKEIMAGEFORMAT(RES_640_480,
CM_Y8, FR_15));
// Set external Trigger
if(Result==FCE_NOERROR)
Result= Camera.SetParameter(FGP_TRIGGER,MAKETRIGGER(1,0,0,0,0));
// Start DMA logic
if(Result==FCE_NOERROR)
Result=Camera.OpenCapture();
// Start image device
if(Result==FCE_NOERROR)
Result=Camera.StartDevice();
MaxResolution
TimeBase
ExtdShutter
Testimage
VersionInfo
Look-up tables
Trigger Delay
Misc. features
Bit0123456789101112131415
1111101010000011
SoftReset
UserProfiles
GP_Buffer
Bit16171819202122232425262728293031
1000010110000011
Table 107: Configuring the camera: registers