Insta360Develop / CameraSDK-Cpp

CameraSDK-Cpp is a C++ library to control Insta360 cameras.
https://www.insta360.com
115 stars 16 forks source link

How to view the live stream? #40

Open karmelcorn opened 10 months ago

karmelcorn commented 10 months ago

Was able to connect the camera and run the CameraSDKTest.exe successfully. But how do we preview the live stream when we select option10?

vandeppce commented 10 months ago

Same question, have you found the solution? Thanks.

3LucasZ commented 10 months ago

Trying to do this with no result so far

ardiya commented 10 months ago

duplicate of https://github.com/Insta360Develop/CameraSDK-Cpp/issues/10

orzechow commented 5 months ago

I'm working on Linux, but the code is the same for Windows, so this could work for you as well:

The live preview mode creates two files in the current directory (01.h264 and 02.h264). One of these will be fed by the stream (the one which grows in file size). Opening this file in VLC player shows the live stream.