Insta360Develop / Insta360_OSC

35 stars 5 forks source link

camera.getLivePreview is not supported #7

Open gshcherb opened 3 years ago

gshcherb commented 3 years ago

SDK v1.3.10 is not supporting camera.getLivePreview command. Can this be added?

qizhiyu2018 commented 3 years ago

use SDK instead of OSC to get LivePreview

gshcherb commented 3 years ago

Yes, we can potentially use SDK for this. But there are number of problems with using SDK:

qizhiyu2018 commented 3 years ago

Dynamic loading SDK, only when user use Insta360 cameras they download these files.

gshcherb commented 3 years ago

Even if we implement dynamic delivery for the Insta SDK this anyways means separate implementation for every camera brand, when everything can be implement on OSC side. Still highly desirable to have as much OSC functionality as possible.

MaksimDanilov commented 2 months ago

Hello! As I see, there is currently no real-time preview implementation for OSC. Will this be done in the near future?