Page 1 of 1

Github repositories

Posted: 26 Jan 2016, 23:36
by niduri
Are the GitHub repos up to date? I assume DslrDashboard might not be but how about ddserver?

Re: Github repositories

Posted: 27 Jan 2016, 06:02
by hubaiz
DslrDashboardServer is up to date.

Re: Github repositories

Posted: 27 Jan 2016, 20:50
by deffcon
Hi,

Is there anyway to cache the images captured by camera through ddserver to stay on ddserver device to ftp upload the files to an ftp server ?

Dave

Re: Github repositories

Posted: 28 Jan 2016, 07:28
by hubaiz
No, the ddserver is only a proxy application that forwards PTP packets between the USB connected DSLR and qDslrDashboard over network.

Re: Github repositories

Posted: 29 Jan 2016, 19:11
by niduri
Alright, thank you. I cross compiled it without major problems under Jessie together with OpenWrt Designated Driver r48510. Had to include a new shared library via

Code: Select all

-lgcc_s
under libs in the Makefile.

I have been using it for an hour and it works great. I was not sure if that's really worth a pull request so I mention it here.