Link to home
Create AccountLog in
Avatar of expert_tanmay
expert_tanmayFlag for Singapore

asked on

Nikon Camera Control

Hi Experts,
I am trying to develop a program for controlling a Nikon camera (D90) from a windows XP host connected using a USB cable. My target is to see live view and capture from my PC. Nikon provides a driver and sample code which is CUI. The sample program can capture image but does not show live view. I am looking for help if any body has developed a similar program and is ready to share the code with me.

Thanks...
ASKER CERTIFIED SOLUTION
Avatar of vinaypatki
vinaypatki
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of expert_tanmay

ASKER

The operations such as taking picture, adjusting zoom, ISO, white balance, etc can be executed using WIA. However for live view i.e. what we see on the LCD of the camera before taking a picture has to be writen using the SDK from Nikon. Any other ways of achiving this objective?

Thankx
I managed to create the live view myself using the Nikon SDK..

Thanks
vinay
The links provided shows how to get preview not live view
Hi Tanmay, Would you help to setup the same for me.... can you post what exactly you did to get the control from computer to your camera??