Recording SVO files in Unity during runtime with button press

Me again:
I am attempting to record SVO files in runtime on a button press, I notice there is no function which can be accessed in the OnClick menu which explicitly handles this. There are functions in there for Body Tracking, Spatial Mapping and Object Detection but there doesn’t appear to be one for Recording an SVO

My question is: how do I start and stop recording SVO files with a button press in Unity for use in a standalone build.

Thank you all so much
-Jeremy

Hello Jeremy,

You can refer to these lines to create a “ToggleRecording” method: ZEDCameraEditor

Unfortunately, we haven’t exposed this function more than what these lines describe. They are the inner workings of the “Start Recording” button in the ZED Manager inspector panel.

I hope this helps!