Is there any way to change the camera focus in Adobe Air 14 without a Native Extension?
I am trying to find a way to control the Camera's manual focus.
Is there any way to change the camera focus in Adobe Air 14 without a Native Extension?
I am trying to find a way to control the Camera's manual focus.
You need to find your camera DLL(if you developing this for Windows).
I know that Nikon D90 have own *.DLL's that provide full range of own API. So you need to develop ANE that will send calls to that dll and receive feedback.
Also same way you can do live preview (I done this 2 years ago).