![Campbell CC5MPXWD Instruction Manual Download Page 62](http://html1.mh-extra.com/html/campbell/cc5mpxwd/cc5mpxwd_instruction-manual_3741587062.webp)
CC5MPX Digital Camera
50
TABLE 8-6. Typical Video File Sizes
Resolution Frames Per Second Kilobytes per Second
720P
1280 x 720
7.5
125
15
250
30
500
320 x 240
7.5
10
15
20
30
65
8.4.5.1 GPS Coordinates
GPS coordinates (
CC5MPXGPSLatitude
and
CC5MPXGPSLongitude)
can be
embedded in the image or video files that the camera generates. Two PakBus
variables allow the logger to send the GPS coordinates to the camera, where
they are embedded in the images or video.
The GPS coordinates must be sent as floating point values. Positive latitude
and longitude represent northern and eastern hemispheres, respectively. While
negative values represent southern and western hemispheres, respectively.
Values are not saved through a power cycle, or in OFF mode, but do not need
to be updated every time an image or video is sent.
8.4.5.1.1 Example Program – Adding GPS Coordinates to the Image Banner
The following example illustrates the use of the
CC5MPXGPSLatitude
and
CC5MPXGPSLongitude
instructions, which can be used with CR800 series,
CR1000, or CR3000 dataloggers.
CRBasic Example 8-1. Adding GPS Coordinates to the Image Banner
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
Summary of Contents for CC5MPXWD
Page 2: ......
Page 6: ......
Page 12: ...Table of Contents vi...
Page 74: ...CC5MPX Digital Camera 62 FIGURE 8 34 External Trigger Setup Page...
Page 118: ...CC5MPX Digital Camera 106...
Page 125: ......