Video Sink End of trail navigation bar

Table of Contents > QUARC > User's Guide > QUARC External Interfaces > C Functions > Multimedia > Function Reference > Functions - By Category > Function Categories

Video3D Capture

video3d_open Opens a 3D video capture device, such as am RGBD camera.
video3d_open_file Opens a file to emulate a 3D video device.
video3d_stream_open Opens a video3d stream.
video3d_stream_set_properties Sets properties of a video stream.
video3d_start_streaming Start streaming on all open streams.
video3d_stream_get_frame Get the latest frame for the given stream.
video3d_frame_get_number Get the frame number for the given frame.
video3d_frame_get_timestamp Get the timestamp for the given frame.
video3d_frame_get_data Get the frame data in the specified image format and data type.
video3d_frame_get_motion_data Get the frame motion data, such as gyroscope, accelerometer or pose data.
video3d_frame_get_meters Get the frame motion data in meters.
video3d_frame_release Release the frame so that it can be re-used by the video3d API.
video3d_stop_streaming Stop streaming on all open streams.
video3d_stream_close Closes a video stream.
video3d_close Closes a video3d device.

 

navigation bar