__header__
Description
The CIFCamercorder save(records) and loads images from a folder on the harddrive
The threading allows images to be saved in real time, as images are buffered internally.
Images as saved/played in an indexed manner
To edit the File Camera right-click the Grab or Live button on the Camera
toolbar.
Settings - Record
Path
path where to save the images or movie
BaseFileName
base image or move name (apended with date time)
FileType
- JPG
- BMP
- MJPEG(avi)
motion jpeg avi file
Save Separate Thread
Initial Sleep Time
this really has not effect as the sppe thread is start wiht a trgger / record event
Record Skip Count
eg to record every second frame set this to 2
Record Count Pre Trigger
Number of images to record to save before the record / trigger command
Record Count Post Trigger
Number of images to record to save after the record / trigger command
Stack Size
Max Number of internal images to store
If we are save as a thread then this may be less the eht toal image when saving images
but not whane saving a movie
OverlaySlide
If set then the overlay items on the image are saved on the images for a movie
Note time is set to 0 at the record trigger event, and negative before this event
(Still to be implemented: with jpeg images these will be saved as image tags)
Settings - Playback
Play forwards
Play back Rate
FrameIndex
Loop
If set loops
IndexOffset
the file image number
State
the current start of the recorder
- CAMCORDERGrabbed = 0,
- CAMCORDERGrabbing= 1
- CAMCORDERLive= 2
- CAMCORDERArmed=3
- CAMCORDERRecording=4
- CAMCORDERFinalizing=5
__footer__