-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Feature_req] ghpoto2 command line tool build #1
Comments
did you build success? |
Unfortunately no. |
oh, unhappy . |
Again, can it be built successfully? |
Yes! |
how can u do it? can you give me your demo for reference? |
You can build it for yourself based on instructions described here: Or I can upload somewhere my current build for arm64 architecture. But again, it will work only on rooted Android devices! |
thank you, |
hello again, |
你应该是中国人,所以我用汉语来跟你讲解把, |
啊哈,是的.就目前而言的话, usb的模块已经实现了,现在就差无线网络这模块的功能. |
你可以告诉我你的qq,回头我加你把, |
你可以编译成so文件,然后调用,通过wifi通信,类似于再IOS一样。你可以告诉我你的QQ或者VX,再沟通,很少能碰到国内研究这玩意的。 |
@SiuyuenChow 我帮你咨询了一下作者,是可以直接采用wifi模式,你编译好以后去调用,然后wifi通信,不要采用usb通信,就可以了。虽然我也没明白你说的‘’usb的模块已经实现了,现在就差无线网络这模块的功能‘’这句话的意思。 |
你发一下你qq,我加你好了 |
Attached you can find my aarch64 build of the whole gphoto2 stuff. Please note that you will need a rooted 64bit Android device to test it. Also you will need a Terminal app or Android ADB. The root is needed due to USB connection (between smartphone and camera). You can build your Android application around these binaries, but again, without root it will not support USB cameras. Good luck! |
我的QQ有问答,我加你把,你留我你的QQ |
我在编译这个项目的时候遇到一些错误,可以加我QQ联系吗?谢谢 845274309 |
加QQ交流下 |
hello again, |
@SiuyuenChow Hi,SiuyuenChow,I was busy with other projects recently, so I didn't reply to you in time. Send me your QQ. You can't add my QQ. |
我的微信:wangguanxiao |
hello ,https://github.com/JohnChu/Snoopy 这个很老,5D3都不支持了,我也没有老的相机测试,请问不用root 有其他的办法吗? |
Hi!
First of all thank you for adding me here.
Based on your instructions I was not able to build libgphoto2, the configure script ended with an error, it was not able to found/probe ltdl. Maybe I did something wrong.
But my feature request or a suggestion would be to build also the gphoto2 command line tool made by the same developers as the libgphoto2 library.
It would be useful at least for developers to test the library directly on (a rooted) Android device.
BTW I checked your repo and realized that you are doing it in a different way (standalone toolchain) than me. I started to create Android buildscripts and building the stuff using ndk-build script.
BR,
Ladislav
The text was updated successfully, but these errors were encountered: