Search found 26 matches

by Serge
Thu May 14, 2020 9:21 pm
Forum: Feature requests
Topic: Automatic WIFI connections
Replies: 1
Views: 12929

Re: Automatic WIFI connections

Bump.

Can someone comment if its possible to get DDC to connect to a camera wifi automatically or via commends sent through the web-server interface. Ie without user interacting with the DCC GUI?

And if not is it a big job to add such ability, theoretically?

Best regards,
by Serge
Sat Jun 30, 2018 6:18 pm
Forum: Feature requests
Topic: Make property.nodownload settable via webserver and cmd
Replies: 0
Views: 3612

Make property.nodownload settable via webserver and cmd

Hello, Am I right to say "Transfer" mode (located in bottom left of the app window) cannot be set via webserver and cmd. Its state can only be read using "http://localhost:5513/?SLC=List&param1=property". Would it be possible to make it settable? Also, a naive question, perha...
by Serge
Sat Jun 30, 2018 5:31 pm
Forum: Feature requests
Topic: Registry entry to find program location
Replies: 0
Views: 3331

Registry entry to find program location

Hello, Is it possible to have digiCamControl add a registry key with a pointer to its install folder? I like the remote utility and have scripts that use it. But my scripts don't know where digiCamControl was installed to. I would like my scripts to consult the registry instead of asking the user. I...
by Serge
Sat Jun 30, 2018 5:11 pm
Forum: Feature requests
Topic: timestamp option
Replies: 2
Views: 5498

Re: timestamp option

Hello, I am not a developer so I can not help. But I wanted to check, you want the timestamps to be burned into the image? Not file name or exif metadata that are already available. This would require each jpg image to be opened edited saved after downloading from camera. Which corner of the image, ...
by Serge
Mon May 28, 2018 3:16 am
Forum: Testing/Bug Reports
Topic: 'Access denied' when capturing photo with Nikon D80 in Matlab
Replies: 3
Views: 6100

Re: 'Access denied' when capturing photo with Nikon D80 in Matlab

Hello Luigi, If the web browser works then the problem is with my MatLab code.. or MatLab itself, either way i don't think it concerns this forum. Try the C.dbg=2; command I posted to MatLab central to figure out what request MATLAB is sending. Yoy can also contact me directly on: s3rg3y at hotmail ...
by Serge
Fri Jun 16, 2017 7:51 pm
Forum: Feature requests
Topic: List and download photos via HTTP web server
Replies: 2
Views: 5038

Re: List and download photos via HTTP web server

Hello, I am interested in downloading images that are on the camera only. http://localhost:5513/session.json appears to list only images in the session ie I can have no images in the session, but plenty of images on the camera, which I can download via the digiCamControl download menu. I would like ...
by Serge
Wed May 31, 2017 6:55 pm
Forum: Feature requests
Topic: List and download photos via HTTP web server
Replies: 2
Views: 5038

List and download photos via HTTP web server

There seems to be no way to download a previously captured photos without using the GUI, please correct me if I missed it. I wish to download programatically via the remote utility or the web server, to allow automation. I like the web server because it runs much faster then CameraControlRemoteCmd.e...
by Serge
Wed May 03, 2017 5:25 pm
Forum: Testing/Bug Reports
Topic: Single Command System: can't determine if camera is set to Manual Focus
Replies: 0
Views: 2825

Single Command System: can't determine if camera is set to Manual Focus

If a camera (Canon 70D) is connected while it is set to Manual Focus then: -“List camera” does not list focusmode as a valid property -“Get camera.focusmode” returns “Unknow parameter” -“Focus Mode” in app displays no text “” If camera is then switched to AF everything works as expected: -“List came...
by Serge
Sat Apr 22, 2017 5:43 pm
Forum: Testing/Bug Reports
Topic: Space in filename argument to Capture methods not supported
Replies: 0
Views: 2620

Space in filename argument to Capture methods not supported

Following command does not work correctly (v2.0.72) because the argument contains a space and quotes are ignored. "C:\Program Files (x86)\digiCamControl\CameraControlRemoteCmd.exe" /c CaptureNoAf "Test\[Time hh-mm-ss]" A workaround is to use the webserver interface and replace sp...