Search found 6 matches

by Steven
07 Nov 2017, 17:08
Forum: Feature request/ideas
Topic: Move DslrDashboardServer to android
Replies: 4
Views: 5968

Re: Move DslrDashboardServer to android

Or, do static link on RPI3, then copy ddserver to android?
How do static link on RPI3?
by Steven
07 Nov 2017, 16:53
Forum: Feature request/ideas
Topic: Move DslrDashboardServer to android
Replies: 4
Views: 5968

Re: Move DslrDashboardServer to android

I compile ddserver by android g++ with no error, but much errors when linking: src/main.cpp: In function 'void joinGroup(int, char*)': src/main.cpp:280:55: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] if ((groupStruct.sin_addr.s_addr = inet_addr(group)) == -1)...
by Steven
07 Nov 2017, 14:19
Forum: Feature request/ideas
Topic: Move DslrDashboardServer to android
Replies: 4
Views: 5968

Re: Move DslrDashboardServer to android

I compile ddserver on android, using gcc for android/c4droid, some errors: src/main.cpp: In function 'void* udpThread(void*)': src/main.cpp:35:1: warning: no return statement in function returning non-void [-Wreturn-type] src/main.cpp: In function 'void* clientThread(void*)': src/main.cpp:267:1: war...
by Steven
03 Nov 2017, 11:30
Forum: Feature request/ideas
Topic: Move DslrDashboardServer to android
Replies: 4
Views: 5968

Move DslrDashboardServer to android

Move DslrDashboardServer to android, Is it possible?
by Steven
31 Oct 2017, 09:22
Forum: Error reports
Topic: qDslrDashboard_v0.30.30 can' connect to ddserver
Replies: 1
Views: 3069

qDslrDashboard_v0.30.30 can' connect to ddserver

    I run ddserver on RPI3, raspbian-Strench. Then I start qDslrDashboard on Android phone. qDD can't connect to ddserver. But qDD on OSX can connect to the ddserver and control my Canon 40D connected to RPI3.
    by Steven
    30 Oct 2017, 15:55
    Forum: Error reports
    Topic: qDslrDashboard_V3.5.3_RPI on raspberry pi 3 error
    Replies: 0
    Views: 2689

    qDslrDashboard_V3.5.3_RPI on raspberry pi 3 error

    When I start qDslrDashboard on raspberry pi 3, errors are reported: pi@raspberrypi:~/qDslrDashboard_V3.5.3_RPI $ sudo ./qDslrDashboard libEGL warning: DRI2: failed to authenticate JIT is disabled for QML. Property bindings and animations will be very slow. Visit https://wiki.qt.io/V4 to learn about ...