Log in

View Full Version : Axis Camera


krudeboy51
12-02-2011, 09:06
I was just wondering if it was possible to write a code that makes the camera zoom in a lil bit. If yes, how might I go about writing that code in Windriver C++

Greg McKaskle
12-02-2011, 12:01
The camera lens is fixed. No CSI-effects, no zoom. You can, however do SW zooming by taking a portion of the image and sending that to the display (IMAQ display set to zoom to fit).

Greg McKaskle