Ptz Control Software

  1. Camera Ptz Control Software
  2. Panasonic Ptz Control Software
  3. Ptz Control Software Free
  4. Ptz Controller Software Freeware
  5. Sony Ptz Control Software

Network Video Management Software for All Marshall PTZ IP and IP encoder models (CV/VS) Download VMS-16 Manager Manual: MSVMS1065712 (32bit) MSVMS1065712x64. PTZ Camera + Control Assist Camera (AW-HEA10W/K) Pan/Tilt control of live video is possible by touching the wide video shot by the Control Assist Camera AW-HEA10W/K. This enables the sudden change of shooting angles even in broad area. Camera View GUI with max. The PTZ Control Center is a software-based controller that gives you access to a multitude of PTZ camera operations in a clean, easy to use package.

How to Add Camera

Click menu Setting –> Camera Manager to open Camera Manager panel.

It can also be opened by clicking button on normal main interface.

Click New button to show Camera Setting panel to edit or select the camera’s name, address, protocol, connected Com Port and baud rate. Please refer the manual of your PTZ Camera to select the right value.

The option Set Absolute Position for Preset works for Pelco D protocol ONLY. Be sure you have your camera or Pan &Tilt head connected when you check this option.

All supported protocols are list here.

All added cameras will be list in Camera Panel on normal main interface.

Software

How to Control Pan

5 ways to control Pan:

  • Click the button or to pan left or pan right step by step.

  • Drag the circle bar to move PTZ camera left or right continuously.

  • In Mouse Control Area, press down the mouse to show control arrow . Move the arrow to control.

  • Use Keyboard Shortcuts, for pan left, for pan right.

  • If joystick or gamepad is connected, you can also control pan with joystick or gamepad.

How to Control Tilt

5 ways to control Tilt:

  • Click the button or to tilt up or tilt down step by step.

  • Drag the circle bar to move PTZ camera up or down continuously.

  • In Mouse Control Area, press down the mouse to show control arrow . Move the arrow to control.

  • Use Keyboard Shortcuts, for tilt down, for tilt up.

  • If joystick or gamepad is connected, you can also control tilt with joystick or gamepad.

How to Control Zoom

4 ways to control Zoom:

  • Click the button or to pan left or pan right step by step.

  • Drag the circle bar to adjust zoom continuously.

  • Use Keyboard Shortcuts, for zoom in, for zoom out.

  • If joystick or gamepad is connected, you can also control zoom with joystick or gamepad.

How to Control Focus

3 ways to control Focus:

  • Click the Auto/Manual bar to select control focus automatically or manually. The focus near and focus far buttons are available for manual control only.

  • Use Keyboard Shortcuts, for focus far, for focus near.

  • If joystick or gamepad is connected, you can also control focus with joystick or gamepad.

How to Control Iris

3 ways to control Iris:

  • Click the Auto/Manual bar to select control iris automatically or manually. The iris open and iris close buttons are available for manual control only.

  • Use Keyboard Shortcuts, for iris oepn, for iris close.

  • If joystick or gamepad are connected, you can also control iris with joystick or gamepad.

How to Set Preset

There are 127 preset position in Presets Panel. To set preset, after your move/control PTZ camera to a position, select a preset item in Presets Panel. Click button to store current camera’s position to the specified preset item.

You can also use default Custom Functions button to set preset directly. There are 6 buttons in Custom Functions 1 panel. These 6 buttons are shortcut buttons for some custom functions. You can keep them for Set Preset function.

Right-click the prest item to show context menu. Click Set option to Set the preset directly.

How to Go to Preset

After you have set preset, you can select the preset item in Presets Panel, click button to move the camera to the saved position.

There are 16 Go To Preset buttons already be list on main interface. You can also just click the Go To preset button directly.

Right-click the prest item to show context menu. Click Go To option to Go To the preset directly.

How to Control Auto Scan

PTZ Controller 3.7 supports multiple auto scan tracks.

Camera Ptz Control Software

Click menu Setting -> Auto Scan Manager -> New to add auto scan track to Auto Scan Manager panel.

Or, click button to open Auto Scan panel.

Click Edit Track button to show Auto Scan Track Setting panel.

There are 2 ways for auto scan.

1. Auto Scan by Preset

Add preset position to Preset Track list, PTZ Camera will scan the preset position automatically according to the list. Each preset position can be set a stay time.

2. Auto Scan by Built-in Auto Pan

Select Clockwise or Anticlockwise option. Drag the slide bar to select the speed of rotation. PTZ camera will rotate continually according to the selected direction.

After adding or editing auto scan track, click Start button with selected track on Auto Scan panel.

PTZ Controller 3.7 supports two group of Custom Functions. Each group includes 6 buttons. The buttons can be set to different functions.

Click menu Setting -> Custom Functions 1 Setting to show the panel below.

Click Edit button to show Function Setting panel. There are several function options.

Edit above panel to set the functions for custom buttons on Custom Functions 1 and Custom Functions 2 panels.

How to Send HTTP Request

PTZ Controller 3.7 supports build-in HTTP CGI server. It allow to control PTZ cameras remotely through HTTP request.

Click menu Setting –> Options to select “Enable PTZ Controller Server” and set Port Number or keep it default as 8080.

To test if PTZ Controller server is running, open the internet browser, and type the following line, replace the port number if the port is set other than 8080.

A webpage should show as below. That means PTZ Controller server is running. Click the button on the webpage will send HTTP request to control PTZ Camera.

Make sure the port number is allow to access in Windows firewall setting. Please visit Microsoft website to get more information about firewall setup. tup.

HTTP request format : http://IPaddress:port/command

IPaddress : it’s the IP address of the computer that running PTZ Controller.

Port: it’s the port number the server listen.

Port number can be reset on Options panel shown above.

You can control Pan, Tilt and Zoom without parameters, or with parameters. The value of Pan, Tilt and Zoom is -63 to 63. It can be used with pan tilt only or zoom only.

Command FormatExample
http://IPaddress:port/PanLeft http://192.168.1.9:8080/PanLeft
http://IPaddress:port/PanRight://IPaddress:port/PanRight http://192.168.1.9:8080/PanRight
http://IPaddress:port/TiltUPtp://IPaddress:port/TiltUP http://192.168.1.9:8080/TiltUp
http://IPaddress:port/TiltDown://IPaddress:port/TiltDown http://192.168.1.9:8080/TiltDown
http://IPaddress:port/ZoomIntp://IPaddress:port/ZoomIn http://192.168.1.9:8080/ZoomIn
http://IPaddress:port/ZoomOutp://IPaddress:port/ZoomOut http://192.168.1.9:8080/ZoomOut
http://IPaddress:port/Stophttp://IPaddress:port/Stop http://192.168.1.9:8080/stop
http://IPaddress:port/PtzRequest?Pan=XX&Tilt=XX&Zoom=XXXX&Tilt=XX&Zoom=XX http://192.168.1.9:8080/PtzRequest?Pan=10&Tilt=20&Zoom=10
http://IPaddress:port/PtzRequest?Pan=XX&Tilt=XXRequest?Pan=XX&Tilt=XX http://192.168.1.9:8080/PtzRequest?Pan=10&Tilt=20
http://IPaddress:port/PtzRequest?Zoom=XXss:port/PtzRequest?Zoom=XX http://192.168.1.9:8080/PtzRequest?Zoom=10

In PTZ Controller 3.7 , the command buttons are built in the webpage. Click the button to control Pan, Tilt and Zoom directly.

Each custom function can be set up a HTTP request command also.

For example, according the Custom Function Setting, the HTTP request below will do 'Set Preset 1'.

http://192.168.1.9:8080/custom1

PTZ Controller 3.7 supports built-in joystick. Connect your USB joystick with computer. We recommend Logitech’s extreme 3D joystick or Logitech RumblePad. Once the joystick is connected with your computer, you will see the info in PTZ Controller Log panel.

Panasonic Ptz Control Software

Click menu Joystick -> Connect to select the detected joystick or gamepad.

Click menu Joystick -> Configuration to show Joystick Configuration panel.

Click Setting button to select stick or button to map the function for Pan, Tilt, Zoom, Focus, Iris, Camera, Preset, and Custom Functions as you want. Here is the example for Pan control setting.

Ptz Control Software Free

You can Export or Import your configuration, as well as Reset to Default setting.

Ptz Controller Software Freeware

After you have joystick connected, click menu Joystick -> Calibrate to show the panel below. Move stick or press buttons on your joystick, you will see the action on this panel. You also can adjust the start position, max speed for the sticks here.

Click menu View-> Normal to show full control interface.

Sony Ptz Control Software

Click menu View -> Compact to getsmaller Size.

Click menu View -> Mini to getminimize Size.

How to Control with Keyboard Shortcuts

PTZ Controller supports standard windows keyboard shortcuts.

KeyFunctionKeyFunction
Focus FarFocus Near
Zoom Out Zoom In
Iris Close Iris Open
Tilt Up Tilt Down
Pan Left Pan Right
Pan Left + Tilt Up Pan Right + Tilt Up
Pan Left + Tilt Down Pan Right + Tilt Down
+ 1-9 Go to Preset 1~9+ 0Go to Preset 10

Head on this page.

TOP > PTZ Control Center/PTZ Virtual USB Driver

PTZ Control Center

PTZ Virtual USB Driver

HD Camcorder

PTZ Camera Systems

TOP

Control multiple PTZ Cameras from PC.
Improve operability with upgrading software (Ver.1.1.21)

PTZ Control CenterFree software

Supported Cameras

PTZ Camera
・AW-UE150W/K
・AW-HE130W/K
・AW-HE42W/K
・AW-HN130W/K
・AW-HR140
・AW-HE40 series
・AW-HN40HW/HK
・AW-HE38HW/HK
・AW-HN38HW/HK
・AW-UE70W/K
・AW-UN70W/K

Remote Camera Controller
・AW-RP150GJ

Control Assist Camera
・AW-HEA10W/K

* Reinstall software from above download button for upgrading to Ver.1.1.21.

Key features:

  • Centralized management of multiple PTZ cameras
  • The camera’s pan, tilt, zoom and other camera functions can be controlled from the GUI screen
  • Camera preset buttons with thumbnails (Register/Recall/Delete of up to 9 points)
  • Camera picture quality adjustment
  • Simultaneous control of multiple cameras (Focus/Iris/Gain/White balance/Shutter/ND Filter)
  • Camera Micro SD card recording Start/Stop (Only for cameras that support SD card recording)
  • Limits functions by administrator authentication
  • Copies setting data between multiple PCs
  • Automatic camera discovery and network setting
  • Full screen display of H.264 streaming Ver. 1.1.10
  • Touch panel support Ver. 1.1.10
  • Quick and simple zoom operation to specified range by using touch panel or dragging with a mouse Ver. 1.1.10
  • Zoom control with a mouse wheel Ver. 1.1.10
  • Camera control with keyboard Ver. 1.1.10
  • Pan, tilt and zoom control with a game controller (USB joystick) Ver. 1.1.10

3 modes of Main GUI

1. PTZ Camera Standalone

Intuitive and easy operation on PC display

2. PTZ Camera + Panoramic still picture

Pan/Tilt control of live video is possible just by touching the panoramic still picture taken in advance. This enables the sudden change of shooting angles even in broad area.

3. PTZ Camera + Control Assist Camera (AW-HEA10W/K)

Pan/Tilt control of live video is possible by touching the wide video shot by the Control Assist Camera AW-HEA10W/K. This enables the sudden change of shooting angles even in broad area.

Camera View GUI with max. of 16 cameras

Zoom quickly and simply by using touch panel or mouse wheelVer. 1.1.10

Mouse zoom

When using a mouse, move the cursor over an image then simply move the mouse wheel up and down to zoom in and out.

Range-specified zoom

Possible to zoom in and out with fingers to specified range by using touch panel (Both Upper and lower image). When the range is specified using the mouse, left click and drag.

Support commercially available game controller (USB joystick)
for camera controlVer. 1.1.10

[Main supported operations]

  • PTZ camera pan, tilt and zoom
  • Preset call
  • Changing the selected camera

[Joystick/button-assigned operations]

  • X Axis: Pan
  • Y Axis: Tilt
  • Possible to operate Pan/Tilt speed setting zoom, and preset recall according to button number and change selected camera

* These features are supported with DirectInput type of USB joystick. If a joystick is switchable between Xinput and DirectInput, chose DirectInput.

*1: Supported after Ver.1.1.10 software.