Skip to content
/ PTZ Public

Pan Tilt Zoom and more control for vedio camera like SONY EVI-D70 or HSD-VQ203U

Notifications You must be signed in to change notification settings

manymuch/PTZ

Repository files navigation

Pan Tilt Zoom Control Interface for Video Camera

alt

The project was developed in Visual Studio 2017 For serial communications part, I use CSerial

How to use

  1. Power on the Pan Tilt Camera
  2. Connect the camera to your computer using Serial Ports(RS232) if your computer doesn't have serial ports, use a USB to RS232 Adapter
  3. Check your Systems Serial Ports COM connection status, for example: COM1 or COM2
  4. change here to your COM port number for example, if your camera is connected to your computer on COM1,
    if (ptz1.Open(2, 9600) == FALSE) {
    

Notes

PTZ.cpp is just a demo usage to test serial.cpp, you can use your own code to use function in serial.h to control the vedio camera

The video camera don't have close loop control for pan tilt angles, so the project will do auto calibration after a few actions

About

Pan Tilt Zoom and more control for vedio camera like SONY EVI-D70 or HSD-VQ203U

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published