Search found 9 matches

by lokatz
Thu Dec 01, 2016 2:12 pm
Forum: General discussion
Topic: Onboard Live View While Connected
Replies: 3
Views: 5176

Re: Onboard Live View While Connected

Hi Joe, I'm afraid you're asking too much of Nikon here. ;-) You can use LiveView on the connected computer, but your D7200 refuses to use its internal display while tethered.
by lokatz
Thu Dec 01, 2016 2:08 pm
Forum: General discussion
Topic: Camera Compatability
Replies: 3
Views: 5577

Re: Camera Compatability

Nikon's D90 and D5100 do not support bulb while tethered - I think this may be the same with the D70, though Nikon didn't document it there. The D300 supports it and therefore should work, though.
by lokatz
Tue Sep 20, 2016 10:18 am
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Re: Using digiCamControl as a standalone library

In case anyone is looking at the same issues, here are the solutions I found: Wifi - What caused the error was that I also needed to call DeviceManager.ConnectToCamera() before connecting to the camera's Wifi. I had assumed you couldn't connect to the camera before a Wifi connection was established....
by lokatz
Fri Sep 16, 2016 10:54 am
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Re: Using digiCamControl as a standalone library

Yes, it works fine with digiCamControl - just tested it again.
by lokatz
Thu Sep 15, 2016 11:06 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Re: Using digiCamControl as a standalone library

Thanks a lot for the Wifi hint! I just implemented the change, but unfortunately it still shows the exception error. I traced the method calls in VisualStudio and found that the exception gets thrown in this code (in CameraDeviceManagers.cs): public static Type GetNativeDriver(string model) { if (St...
by lokatz
Tue Sep 13, 2016 3:16 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Re: Using digiCamControl as a standalone library

Thanks, will sink my teeth into it. My focus is solely on Nikons and I already understand their control logic quite well, but that's from Nikon's SDK which does not support WiFi. I'm also looking to support only a single camera, so my issue is accessing the first Nikon I can find wirelessly and iden...
by lokatz
Tue Sep 13, 2016 1:46 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Re: Using digiCamControl as a standalone library

I assume you're referring to CameraControlRemoteCmd ? Will do, thanks!

EDIT: Having looked at it, I guess that's not the one...
by lokatz
Fri Sep 09, 2016 5:29 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15223

Using digiCamControl as a standalone library

Your solution is very powerful but also complex when trying to use it as a standalone library. I'm looking to use it with my own WPF UI (only for Nikon DSLRs) but am struggling to get started. I admit I am not very experienced with C#, which doesn't help. The CameraControl.Devices.Example sample cod...
by lokatz
Fri Aug 19, 2016 10:04 am
Forum: Development
Topic: Errors compiling CameraControl.sln
Replies: 4
Views: 9804

Re: Errors compiling CameraControl.sln

Hi Duka,

I've had similar issues as of last week but just re-tested it: everything compiles fine now in VisualStudio 2015. Thanks for your help.

Best,
Lothar