Gigio (udrones) has added a great tutorial to the manual on how to add a pan-tilt camera mount to ArduCopter using Hobbyking parts. Total cost: about $57. Perfect for a GoPro camera.
AC2 defaults to autostabilizing the camera (tilt/roll servo outputs are one Out 5 and Out 6). We'll be adding the ability to automatically track a position on the ground soon.
Comments
Amit,
Camera stabilization is already in the code (see camera.pde) and enabled by default :
Pitch can be manually controlled at the same time thru channel 6 of the receiver.#define CAMERA_STABILIZER ENABLED
in APM_config.hTrue, thats what i mean. like in this link
http://code.google.com/p/ardupirates/wiki/StabilizedCameraMount