Skip to content

An Arduino sketch for a basic pan-tilt-zoom controller. It controls panning and tilting by direct voltage control, and controls zooming by sending LANC commands to a compatible camcorder.

License

Notifications You must be signed in to change notification settings

dgatwood/arduino_ptz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

This Arduino sketch is the software for a pan/tilt/zoom controller. It uses wired motor control for panning and tilting, and uses LANC for sending zoom commands to compatible cameras. It supports both the Bescor MP-101 (with direct wiring) and the Vidpro MH-430 (with a Pololu Dual MC33926 Motor Driver Shield).

The LANC circuit and the original version of the LANC driver code can be found on the web at:

http://controlyourcamera.blogspot.com/2011/02/arduino-controlled-video-recording-over.html

Note that the record button in that circuit is unused, and does not need to be included. The LANC portions of this code are verified to work with the Canon XH-A1 and the Panasonic AG-CX350. It is likely that it will work with any LANC-compatible (a.k.a. Control-L) camera.

About

An Arduino sketch for a basic pan-tilt-zoom controller. It controls panning and tilting by direct voltage control, and controls zooming by sending LANC commands to a compatible camcorder.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages