Instruction manual

CC5MPX Digital Camera
42
Public sendGps As Boolean
Public gpsLat, gpsLong As Float
public sendVarResult
BeginProg
sendGps = false
gpsLat = 50.0
gpsLong = -139.0
SerialOpen (Com1,115200,4,0,2000)
Scan (1,Sec,0,0)
If sendGps Then
sendGps = false
SendVariables
(sendVarResult,Com1,0,55,0000,0,"Public","CC5MPXGPSLatitude",gpsLat, 1)
SendVariables (sendVarResult,Com1,0,55,0000,0,"Public","CC5MPXGPSLongitude",gpsLong, 1)
EndIf
NextScan
EndProg
7.7 Image Capture
Selecting the Image Capture tab will bring up the Image Capture settings page (see
Figure 7-27). The Image Capture settings are the most significant settings in
determining how the camera will operate.
There are 6 sub tabs that include:
x Power Modes
x Self-Timed Capture
x External Trigger
x Motion Detection
x Read/Save Camera Settings
Figure 7-27 Image Capture Page