Search found 3 matches

by Swappart
Tue Aug 17, 2021 9:36 am
Forum: Feature requests
Topic: Support for Nikon Z7ii?
Replies: 0
Views: 10791

Support for Nikon Z7ii?

I currently have an app I built around the CameraControlDevices example which I use for taking product photos. It works fine with my D3200, but now it's time for a new camera. I want the Z7ii but I don't see it in the supported devices list. I don't want to spend a ton of money on a camera and then ...
by Swappart
Tue May 28, 2019 1:50 am
Forum: Development
Topic: Standalone library usage. How to begin?
Replies: 2
Views: 10365

Re: Standalone library usage. How to begin?

Thank you. I think I was using the wrong version of Visual Studio. I switched to VS2015, and have been working with the example you linked above and am making pretty good progress. Surprisingly, it's easier than I expected. I've always heard C# and Java were similar, and I think my Java experience i...
by Swappart
Sat May 25, 2019 9:47 pm
Forum: Development
Topic: Standalone library usage. How to begin?
Replies: 2
Views: 10365

Standalone library usage. How to begin?

I'm trying to develop a custom application for my business. It doesn't need to do much. Essentially, I want to be able to scan a barcode, take a few pictures, then transmit them via a POST request to my servlet which will then process the request and store everything in my database as a draft. Of co...