record
Last updated
Last updated
This example shows you how to remove the background of an image using depth camera with range filter.
After recording, we will get a record.oni
file. Using NiViewer
, you can replay the recording frames.
Create a openni::Recorder
object to control the recording.
You can choose which stream you want to attach. Here we attach all 3 streams.
Then we use start()
to record and stop()
to stop.