Insta360Develop / Insta360_OSC

36 stars 4 forks source link

OSC Take_picture API for One X2 #17

Closed YouYue123 closed 1 year ago

YouYue123 commented 2 years ago

Device: Insta OneX2 Firmware: 1.0.43 Build 1 Behaviour:

By calling take_picture command, OneX2 camera will generate 2 files a .dng file (~40MB) and a .jpg file(~5MB).

The option we set is as below

    String options = "\"captureMode\":\"image\"," +
      "\"hdr\": \"off\"," +
      "\"photoStitching\": \"none\"";

Is there any way to disable the .dng RAW file generation?

Thanks