This might be a silly question but I am new to OpenNI. Using the OpenNI-Linux-x86-2.2 package.
When I use Recorder.create(String filename)
, does it create the file or use a pre-existing file? I am asking because I can't find anything which creates .oni files other then making a blank file with .oni suffix (which feels risky).
If it uses a pre-existing .oni file, how do I create one? The API seems unclear.
Also, is filename just the name without the .oni suffix? (as in, always same directory and not relative/absolute filepath or something)
After playing with it a little I reached the following: