-
Notifications
You must be signed in to change notification settings - Fork 6
Description
Dear Insta360 Development Team,
I'm currently working with the Insta360 ONE RS camera and attempting to control it using the Open Spherical Camera (OSC) API. My objective is to record videos in the INSV format by setting the appropriate options through the API. However, despite my efforts, the videos are not being saved in the desired INSV format.
Here is the JSON payload I am sending to the camera:
{ "name": "camera.setOptions", "parameters": { "options": { "captureMode": "video", "fileFormat": { "type": "insv", "width": 5888, "height": 2944, "frameRate": 30 } } } }
After setting these options, I proceed to start and stop the video capture using the camera.startCapture and camera.stopCapture commands, respectively. Despite this, the recorded videos are not saved in the INSV format as intended.
I have reviewed the Insta360 OSC GitHub repository and other related documentation but have not found a solution to this issue. I am seeking guidance on the correct method to configure the camera via the OSC API to ensure videos are saved in the INSV format.
Could you please provide insights or recommendations on how to achieve this? Are there specific settings or additional parameters required to enable INSV recording through the OSC API on the Insta360 ONE RS?
Thank you for your assistance.