views:

31

answers:

0

My application needs to detect that a camera is plugged in and automatically import all photos. I have been googling for quite sometime with no luck.

a. How do I list my app in the list of actions for camera devices? I guess this is about setting my app with some registry key.

b. Once my app is launched, how do I read from the camera device? Is there some standard API I can use? Or is this like a mapped file sytem in which I have to search for image files.