Insta360Develop / CameraSDK-Cpp

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

not usable at all on any Linux system #15

Open belveder79 opened 1 year ago

belveder79 commented 1 year ago

First it is great that you provide this example... BUT, it is unusable...

Overall, you don't need to provide the sources for the libraries, but PLEASE provide a minimal SDK for Linux to just build the example at hand, consisting of a lib for x86_64 and arm64 and the required include headers...

wtlyu commented 1 year ago

actually the sdk is available here: https://www.insta360.com/sdk/home here is not the real sdk

belveder79 commented 1 year ago

yes, but the downloads available there are somewhat useless....

the android sdk is essentially an app, similar to the ios sdk... the only remaining download is for Windows, no Linux downloads available at all...

belveder79 commented 1 year ago

OHO... I have to correct myself... there is a Linux Download available now, which was not there a couple weeks ago.... will investigate...

aframatilda commented 1 year ago

Hi!

Were you aible to run the program in Linux? Im having some issues...I try to run "g++ main.cc" but get an error : "Cant find camera/camera.h", but when I add the command "g++ -I./include/camera main.cc" I still get the same error. Did you run in to this?

fgeorges56 commented 1 year ago

@aframatilda I had the same error and I solved it this way :

g++ -I ./include ./example/test.cc -Llib -Wl,-rpath,lib -lCameraSDK -ludev -o test_compiled

Note that I did not go much further, I am stuck at https://github.com/Insta360Develop/CameraSDK-Cpp/issues/23

Tianweihaihaihai commented 1 year ago

need to contact with insta360 support team to get sdk