I have a question:
We can integrate the sensor data with record of the video CC5MPX Digital Camera?
I hope somebody help me
Thanks Regards
HUGORIOJA,
If you are using the CC5MPX family of digital cameras in conjunction with a PakBus datalogger you can send text, whether it be raw text or sensor data as you requested. You can also control a few limited functions of the camera such as a camera shutdown or toggling the defroster, if your camera came so equipped.
You will need a free COM port to wire the TX/RX pair from the CC5MPX and in your logger program use a properly configured SendVariable instruction. If your CC5MPX is configured to record a video clip based on a user defined condition, then the data will then be displayed on the banner embedded in the video clip.
So in your instance of wanting data this command:
SendVariables (sendVarResult,Com2,0,55,0000,400,"Public","CC5MPXVideoBanner1",BannerString,1)
will send the string defined by the BannerString variable.
Refer to the manual for more detailed instruction.
Does this help?
Collin