If you have a Depthkit Studio capture, but would like to edit and export the data from only a single sensor like when working with a Depthkit Core capture, you can make the following modification to your Depthkit project:
Always back up your Depthkit project JSON before making any changes.
- Open your Depthkit project JSON in a text editor.
- Locate the take in
"recordings"/<TAKE NAME>
and the nested objects"compositions"
and"streams"
. Each will contain an array of each of the sensors used to make the Depthkit Studio recording.
- Delete all elements from both arrays except for the sensor which you would like to keep. Make sure the serial number of the camera object in the both
compostitions
andstreams
objects.
- Save the JSON and close the editor.
- Load the project in Depthkit. The edited take should now be editable as a Depthkit Core capture.