RecordTexture node


Similar to RecordTexture with the camera input. Display the camera input as an ImageTexture and record its content according to startTime and stopTime (only for photo). The resulting file is stored in a file called "c:/pictures/cadrephoto.jpg" for picture (video can not be recorded).


SFTime startTime -1:
Video capture start time (in second)

SFTime stopTime -1:
Video capture stop time (in second)

SFBool singleShot FALSE:
Capture a photo (TRUE) or a video (FALSE).

SFVec2f size 320 240:
size field define the output video (or photo) size.

SFBool enabled TRUE: Recordtexture node is enabled (and it displays the camera input) or disabled.