TOP Contributors

  1. MIKROE (2650 codes)
  2. Alcides Ramos (350 codes)
  3. Shawon Shahryiar (307 codes)
  4. jm_palomino (112 codes)
  5. Chisanga Mumba (90 codes)
  6. S P (73 codes)
  7. dany (71 codes)
  8. MikroBUS.NET Team (35 codes)
  9. NART SCHINACKOW (34 codes)
  10. Armstrong Subero (27 codes)

Most Downloaded

  1. Timer Calculator (136537 times)
  2. FAT32 Library (69729 times)
  3. Network Ethernet Library (55837 times)
  4. USB Device Library (46170 times)
  5. Network WiFi Library (41798 times)
  6. FT800 Library (40984 times)
  7. GSM click (28921 times)
  8. PID Library (26383 times)
  9. mikroSDK (26276 times)
  10. microSD click (25297 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

sony ptz dome camera controller with VISCA protocol

Rating:

0

Author: Chris Peters

Last Updated: 2016-02-18

Package Version: 1.0.0.0

Category: Communication

Downloaded: 1477 times

Followed by: 1 user

License: MIT license  

project to control the sony dome camera's with VISCA protocol via rs232. Tested with brc300 en EVI-D70. Moving is done with a analog joystick potentiometer. Every direction has two speeds. Zooming is done with two buttons. There are two buttons for setting en recalling 2 possition presets.
Pic16F688 is uses with 8Mhz xtal.

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "sony ptz dome camera controller with VISCA protocol" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "sony ptz dome camera controller with VISCA protocol" changes.

Do you want to report abuse regarding "sony ptz dome camera controller with VISCA protocol".

  • Information
  • Comments (1)
DOWNLOAD LINK RELATED COMPILER CONTAINS
mikroBasic PRO for PIC
  • lib
  • src
  • exa
  • hlp
  • hex
  • sch
  • pcb
  • doc

Project Blog

scheme

scheme

scheme of desing

View full image

RELATED CODES

UART Driver using Interrupts for MultiMedia PIC32MX7

0

The MikroElektronika libraries for the UARTs work well but they block the CPU from executing code until the function is finished. This can be a long time since the UART is generally a slow peripheral device. It's better to let the interrupt mechanism handle the sending or receiving of individual characters while allowing the CPU to do other tasks.

[Learn More]

SHIFT REGISTER 74HC595

5

a simple library to use SHIFT REGISTER 74HC595

[Learn More]

stm32 uwTick; uses with low speed sensors dht11

0

stm32 uwTick; uses with low speed sensors dht11 Video: https://youtu.be/lklmy5J5Mu8

[Learn More]