
VISCA Camera Controller - GitHub
VISCA Camera Controller is a Windows desktop app to control a PTZ camera using the VISCA protocol via a serial communication. How to get it ? Download the latest package in the Releases section.
Camera control application for PTZ cameras using the VISCA …
After the first start, the IP address of the camera and the port for the VISCA protocol (if different from the default) must be typed in. (How to get this information is described in the user manual of the camera) After that, the connection can be established …
Camera Controller for Visca Over IP Cameras - GitHub
This software is a Visca Over IP Camera Controller, built on Python. The software controls all PTZ functions and allows for presets to quickly move a camera to a predetermined position. Additionally, the software allows for a USB joystick to be used to control the camera, allowing for an alternative to expensive joystick controller products.
Arduino based VISCA controller for Cisco TelePresence ... - GitHub
This is a project for using an Arduino to send VISCA commands. This is tailored for interfacing with the Cisco TelePresence PrecisionHD series of conference cameras (specifically testing with the TTC8-02 12x zoom w/ SDI output). The TelePresence cameras have a slight quirk to controlling it over VISCA.
GitHub - sinhote/pysca: Pysca is a pure Python implementation of …
Pysca is a purely-Python implementation of the Sony Visca protocol. The protocol is primarily used in PTZ (Pan, Tilt, Zoom) cameras, i.e. cameras that can be remotely steered and controlled using a RS-232 ("serial") port . The Visca standard covers not only positiioning and zooming, but also controlling many different camera parameters.
GitHub - mutax/PyVisca: Reimplementation of libvisca in python to ...
Reimplementation of libvisca in python to control video cameras via the serial line using the visca protocol - mutax/PyVisca
DevDecoder/ViscaNet - GitHub
This library provides a cross-platform service for communicating with PTZ cameras using Sony's VISCA protocol over TCP (note UDP is not currently supported due to it's reliability issues which can result in a camera's command sockets filling). NOTE: Package is a WIP and currently in beta, so is subject to frequent breaking changes.
reflex33/visca: c# Control of a VISCA Camera - GitHub
This library supports the EVI-D70 camera currently. It is easy enough to add new cameras to the library and only requires discovery of hardware limits (assuming no major VISCA protocol changes). Library is designed to control camera through the complete abstraction. Commands are issued based on what type of movement is desired.
midimonster/backends/visca.md at master - GitHub
The visca backend provides control of compatible PTZ (Pan, Tilt, Zoom) controllable cameras via the network. The VISCA protocol has, with some variations, been implemented by multiple manufacturers in their camera equipment. There may be some specific limits on the command set depending on the make and model of your equipment.
GitHub - dib0/ViscaOverIpSimulator: A lightweight simulator for …
A lightweight simulator for VISCA over IP cameras, enabling testing and debugging of PTZ camera commands such as pan, tilt, zoom, focus, and other VISCA protocol operations. Supports TCP and UDP communication. - dib0/ViscaOverIpSimulator