Hello everyone
I have been trying to put some newly shot depthkit footage (with a very recent deptkit version) in a depthkit.js webpage but it’s less trivial than I would expect and for some reason, I can’t get it to work…
When I look at the metadafafile from the assets included in the original depthkit.js examples compared to my footage, they are quite different. The example asset Chae included in the original examples has
“_versionMajor” : “0”,
“_versionMinor” : “2” and next to several fields also some field called “extrinsics”.
The deptkit footage I have shot (with a D415) only has
“_versionMajor” : “0”,
“_versionMinor” : “1” and no “extrensics” field whatsoever (among others.)
When I substitute my own txt metadata and mp4 in the simple.html example from depthkit.js, the webpage gives some javascript errors (referencing missing extrensics values among others) and no streaming asset whatsoever. (I also tried pasting the values of this metadata txt into the working Chae metadata txt but that also does not work…)
Is there something obvious I might not have taken into account and should this just work out of the box ?
Does a working example exist that combines the depthkit.js with the kind of metadata txt and mp4 file I get as my current output from depthkit ? (Or is the metadata txt file different if I would use a kinect2 ?)
Any helpful advice or pointers very much appreciated!
Best regards
Tom