PTZ and Block Camera Control Protocol. JAN 15 th, 2019

Size: px
Start display at page:

Download "PTZ and Block Camera Control Protocol. JAN 15 th, 2019"

Transcription

1 Rev 1.8 PTZ and Block Camera Control Protocol JAN 15 th, 2019 Model: BC-80, BC-80T, BC-200, BC-200T, PTC-150, PTC-150T, PTC-200, PTC-200T Datavideo Technologies

2 Datavideo PTZ/Block Camera VISCA Commands Overview of VISCA... 3 VISCA Communication Specifications... 4 VISCA Packet Structure... 4 Timing Chart... 5 Command and inquiry... 5 Responses for commands and inquiries... 6 Socket number... 7 VISCA Device Setting Command... 7 VISCA interface command... 7 VISCA Command/ACK Protocol... 7 VISCA Camera-Issued Messages... 9 ACK/Completion Messages... 9 Error Messages... 9 PTZ and Block Camera Commands PTZ and Block Camera General Command List PTZ and Block Camera Inquiry Command List Revision History

3 Overview of VISCA In VISCA, the side outputting commands, for example, a computer is called the controller, while the side receiving the commands, such as a Datavideo camera, is called the peripheral device. The camera serves as a peripheral device in VISCA. In VISCA, up to seven peripheral devices like the BRC-300/P can be connected to one controller using communication conforming to the RS-232C/RS-422 standard. The parameters of the RS-232C/RS-422 interfaces are listed as follows: Communication speed: bps Data bits: 8 Start bit: 1 Stop bit: 1 Non parity Flow control using XON/XO and RTS/CTS, etc., is not supported. The address of the controller is fixed at 0. The addresses of peripheral devices are as follows. When the address of the controller is fixed at 0 The addresses of the peripheral devices are 1, 2, 3 in order, starting from the one nearest the controller. The address of the peripheral device is set by sending address commands during the initialization of the network. When the address of the controller is fixed at 1 through 7 The addresses of the peripheral devices will be set on a pre-selected number. Within a single system, the same number can be used only once. If an address-switch number other than 0 is to be used, change the camera address switch to a different number beforehand. Set the DTR input (the S output of the controller) of VISCA IN to H when controlling VISCA equipment from the controller. Fig. 1 VISCA network configuration 3

4 VISCA Communication Specifications VISCA Packet Structure The basic unit of VISCA communication is called a packet (Fig. 2). The first byte of the packet is called the header and comprises the sender s and receiver s addresses. For example, the header of the packet sent to the camera assigned address 1 from the controller (address 0) is hexadecimal 81H. The packet sent to the camera assigned address 2 is 82H. In the command list, as the header is 8X, input the address of the camera at X. The header of the reply packet from the camera assigned address 1 is 90H. The packet from the camera assigned address 2 is A0H. Some of the commands for setting camera units can be sent to all devices at one time (broadcast). In the case of broadcast, the header should be hexadecimal 88H. When the terminator is H, it signifies the end of the packet. Fig. 2 Packet structure Note Fig. 2 shows the packet structure, while Fig. 3 shows the actual waveform. Data flow will take place with the LSB first. Fig. 3 Actual waveform for 1 byte 4

5 Timing Chart As VISCA Command processing can only be carried out one time in a Vertical cycle, it takes the maximum 1V cycle time for an ACK/Completion to be returned. If the Command ACK/Completion communication time can be cut shorter than the 1V cycle time, then every 1V cycle can receive a Command. From this point, if 2 or more commands in a row are to be sent, wait for the first command (for normal commands, an ACK or an error message, for query commands, an Inquiry Packet) to be carried out before sending the next one. Command and inquiry Command Sends operational commands to the camera. Inquiry Used for inquiring about the current state of the camera. Inquiry Command Packet 8X QQ RR Note QQ 1) = Command/Inquiry RR 2) = Category Code 5

6 1) QQ = 01 (Command), 09 (Inquiry) 2) RR = 00 (Interface), 04 (Camera 1), 06 (Pan/Tilter) X = 1 to 7: Camera address Responses for commands and inquiries ACK message Returned by the camera when it receives a command. No ACK message is returned for inquiries. Completion message Returned by the camera when execution of commands or inquiries is completed. In the case of inquiry commands, it will contain reply data for the inquiry after the 3 rd byte of the packet. If the ACK message is omitted, the socket number will contain a 0. Reply Note Packet Ack X0 4Y Y = socket number Completion (Commands) X0 5Y Y = socket number Completion (Inquiries) X0 5Y Y = socket number X = 9 to F: camera address + 8 Error message When a command or inquiry command could not be executed or failed, an error message is returned. Error Packet X0 6Y 01 X0 6Y 02 X0 6Y 03 X0 6Y 04 X0 6Y 05 X0 6Y 41 Description Message length error Syntax error Command buffer full Command cancelled No socket (to be cancelled) Command not executable 6

7 X = 9 to F: camera address + 8, Y = socket number Socket number = 1 (normal) Socket number When command messages are sent to the camera, it is normal to send the next command message after waiting for the completion message or error message to return. As the completion message or error message also has a socket number, it indicates which command has ended. The ACK message is not returned for these commands and inquiries, and only the completion message of socket number 0 is returned. VISCA Device Setting Command Before starting control of the camera, be sure to send the Address command and the IF_Clear command using the broadcast function. VISCA interface command IF_Clear Clears the command buffers in the camera and cancels the command currently being executed. Command Packet Reply Packet IF_Clear 8X X0 50 IF_Clear (broadcast) X = 1 to 7: camera address (For inquiry packet) X = 9 to F: camera address + 8 (For reply packet) Note VISCA Command/ACK Protocol Command Command Reply Comments Message Message General (ACK) Returns ACK Command when a (Example) (Completion) command has been accepted, 7

8 Inquiry Command Address Set IF_Clear (Broadcast) IF_Clear (For x) and Completion 52 when a command has been executed (Example) (Syntax Error) Accepted a command which is not supported or a command lacking parameters (Example) (Command Buffer Full) There are two commands currently being executed, and the command could not be accepted (Example) (Command Not Executable) Could not execute the command in the current mode ACK is not (Completion) returned for the (Example) inquiry command Accepted an (Syntax Error) incompatible (Example) command Returned the device address to +1.* Returned the same command. 8x z0 50 ACK is not (Completion) returned for this command. 8

9 *When the address-switch is fixed at 0, the value x in x will be indeterminate. Do not transmit the command (except Address Set, IF_Clear, CAM_POWER), when menu panel shows on the screen. In that case, clear the menu panel first using CAM_Menu Command, and then proceed. VISCA Camera-Issued Messages ACK/Completion Messages Command Command Message ACK z0 4y (y: Socket No.) Completion z0 5y (y: Socket No.) z = Device address + 8 Comments Returned when the command is accepted Returned when the command has been executed Error Messages Command Command Comments Messages Syntax Error z Returned when the command format is different or when a command with illegal command parameters is accepted. Command Buffer Full z Indicates that two sockets are already being used (executing two commands) and the command could not be accepted when received. No Socket z0 6y 05 (y: Socket No.) Returned when no command is executed in a socket specified by the cancel command, or when 9

10 Command Not Executable z0 6y 41 (y: Socket No.) an invalid socket number is specified. Returned when a command cannot be executed due to current conditions. For example, when commands controlling the focus manually are received during auto focus. PTZ and Block Camera Commands PTZ and Block Camera General Command List Command Set Command Command Packet Comments AddressSet Broadcast Address Set IF_Clear Broadcast I/F Clear CAM_Power On 8x Power On/Off Off 8x CAM_ZOOM Stop 8x Tele (Standard) 8x Wide (Standard) 8x Tele (Variable) 8x p p (=0: Slow to 7:Fast) Wide (Variable) 8x p p (=0: Slow to 7:Fast) Direct 8x p 0q 0r 0s pqrs: Zoom Position* CAM_Focus Stop 8x Far (Standard) 8x Near (Standard) 8x Direct 8x p 0q 0r 0s pqrs: Focus Position* Auto Focus 8x AF ON/O Manual Focus 8x One Push Trigger 8x One Push AF Trigger 10

11 CAM_WB Auto 8x Normal Auto Indoor 8x Indoor Mode Outdoor 8x Outdoor Mode One Push WB 8x One Push WB Mode Manual 8x Manual Control Mode One Push Trigger 8x One Push WB Trigger CAM_RGain Reset 8x Default R Gain setting Up 8x Down 8x Direct 8x p 0q R Gain Direct pq (=00 to ) CAM_BGain Reset 8x Default B Gain setting Up 8x Down 8x Direct 8x p 0q B Gain Direct pq (=00 to ) CAM_AE Full Auto 8x Automatic exposure mode Manual 8x Manual control mode Shutter Priority 8x A Shutter priority automatic exposure mode Iris Priority 8x B Iris priority automatic exposure mode Bright 8x D Bright mode (Manual) CAM_Shutter Reset 8x A 00 Default Shutter setting Up 8x A 02 11

12 Down 8x A 03 Direct 8x A p 0q pq: Shutter Position CAM_Iris Reset 8x B 00 Default Iris Setting Up 8x B 02 Down 8x B 03 Direct 8x B pq: Iris Position* 0p 0q CAM_Gain Reset 8x C 00 Default Gain setting Up 8x C 02 Down 8x C 03 Direct 8x C pq: Iris Position* 0p 0q CAM_Backlight On 8x Bacsysk Light Off 8x Compensation ON/O PTZ_Position Reset 8x F 00 0p Memory Number p (=0 to 50) Set 8x F 01 0p Memory Number p (=0 to 50) Recall 8x F 02 0p Memory Number p (=0 to 50) CAM_Menu On 8x Menu ON Off 8x Menu O Pan-tilt Drive Up Down 8x VV WW x VV WW PanSpeed VV (=01:Slow to 12h:Fast) TiltSpeed WW Left 8x VV WW (=01:Slow to 12h:Fast) Right 8x VV WW UpLeft 8x VV WW

13 UpRight 8x VV WW DownLeft 8x VV WW DownRight 8x VV WW Stop 8x VV WW AbsolutePosition 8x VV 00 0p 0q 0r 0s 0t 0a 0b 0c 0d RelativePosition 8x VV 00 0X 0X 0X 0X 0X 0Y 0Y 0Y 0Y Home 8x Reset 8x CAM_ImgFlip On 8x Off 8x Cam_PanReverse On 8x 01 7E Off 8x 01 7E Cam_TiltReverse On 8x 01 7E Off 8x 01 7E Cam_Tally On 8x 01 7E 01 0A Off 8x 01 7E 01 0A Speed VV (=01H: Slow to 12H:Fast) pqrst: Pan Position* abcd: Tilt Position* Speed VV (=01: Slow to 12h:Fast) XXXXX: Pan Position* YYYY: Tilt Position* When Power is on, return to off. 13

14 Cam_PT_M_Speed Preset PT Speed 8x 01 7E 01 0B 0p qr Cam_PT_MAX_Speed P/T MAX speed 8x 01 7E 01 0B 7D limitation qr Cam_PT_SPD_Range P/T speed range 8x 01 7E 01 0B 7E 0p Cam Video Mode Switch Video 8x xx Mode *See VISCA Command Setting Values p: Memory number (=0 to 50) qr: Speed (=01 to 12h:fast) qr: Speed (=01 to 12h:fast) p:speed range 1=slow 2=middle 3=fast xx: Resolution and framerate 01=1080i59.94, 04=1080i50, 06=1080p29.97, 08=1080p25 09=720p59.94, 0Ch=720p50, 13h=1080p59.94, 14h=1080p50 1Dh=2160p29.94, 1Eh=2160p25 PTZ and Block Camera Inquiry Command List Inquiry Command Command Packet CAM_PowerInq 8x CAM_ZoomPosInq 8x CAM_FocusModeInq 8x Inquiry Packet y y y0 50 0p 0q 0r 0s y y Comments On Off (Standby) pqrs: Zoom Position Auto Focus Manual Focus 14

15 CAM_FocusPosInq 8x CAM_WBModeInq 8x CAM_RGainInq 8x CAM_BGainInq 8x CAM_AEModeInq 8x CAM_ShutterPosInq 8x A CAM_IrisPosInq 8x B CAM_GainPosInq 8x C CAM_BackLightModeInq 8x CAM_MemoryInq 8x F CAM_MENUInq 8x CAM_VersionInq 8x y0 50 0p 0q 0r 0s y y y y y y p 0q y p 0q y y y0 50 0A y0 50 0B y0 50 0D y p 0q y p 0q y p 0q y y y0 50 pp y y y0 50 mn pq 3x 3x 3x 3x 3y 3y 3y 3z 3z 3z 3z pqrs: Focus Position Auto Indoor Outdoor One Push WB Manual pq: R Gain pq: B Gain Full Auto Manual Shutter Priority Iris Priority Bright pq: Shutter Position pq: Iris Position pq: Gain Position On Off pp: Memory number for PTZ last operated* On Off mnpq: Model Code BC-80: BC-80T: BC-200: BC-200T: PTC-140 : PTC-140T :01 41 PTC-150:

16 PTC-150T: PTC-200: PTC-200T: xx.xx = MCPU version, yyy = FPGA version, zz.zz = Motor CTL version x.x.x.0 = MCPU version, y.y.y = CAMERA version, z.z.z.0 = AF version CAM_ImgFlipInq 8x y On 66 y Off CAM_PanReverseInq 8x 09 7E y On y Off CAM_TiltReverseInq 8x 09 7E y On y Off PanTilt_Status 8x y0 50 pq rs pqrs: PanTilt Status 10 PanTilt_Max_Speed 8x y0 50 pq rs pq: Pan Max Speed, rs: 11 Tilt Max Speed PanTilt_Position 8x y0 50 0p 0q pqrst: Pan Position (*) 12 0r 0s 0t 0a 0b abcd: Tilt Position (**) 0c 0d 0z 0z 0z zzzz: Zoom Position (***) 0z (*)Pan Position pqrst : (center) 0 degree= 00000H, 90 degree = 06400H, 135 degree = 09600H, -90 degree = F9C00H, (**)Tilt Position abcd (center) 0 degree = 0000H, 45 degree = 3200H, 90 degree = 6400H, -15 degree = EF56h. (***) Zoom Position 0000H = Zoom ratio1 (wide), 2A1DH = Zoom 16

17 ratio 5, 3486H = Zoom ratio 10, 3D60H = Zoom ratio 20, 4000H = Zoom ratio 30 (tele) Tally 8x 09 7E y On 01 0A y Off PanTilt_Memory_Speed 8x 09 7E y0 50 0q p: Preset No. 0-50, qq: 01 0B 0p Speed 1-18 (h) System Status 8x 09 7E x0 50 aa bb aa: 7E 70 cc dd ee ff gg bit0 = 1/0 =power on/off hh ii jj kk ll bit1 = color-bar on/off, bit2/3 = tally on/off bit4 =1/0 = setting menu on/off bb: bit5~bit0=video format (Ref. to command 24) cc: WB mode 00 = auto, 01 = indoor, 02 = outdoor(5600k), 03 = one push WB, 04 = ATW, 05 = manual, 08 = lamp dd: R gain H = bit 0~bit 3 ee: R gain L = bit 0~bit 3 ff: B gain H = bit 0~bit 3 gg: B gain L = bit 0~bit 3 hh: Auto focus mode 2 = auto, 3 = manual mode 17

18 ii: IRIS mode: 0 = auto, 3 = manual mode jj: AGC mode: 0 = AGC off (manual gain), 1~ = AGC mode level kk: Video flip, Pan Direction & Tilt Direction bit 0 = Pan Direction Reverse, bit 1 = Tilt Direction Reverse bit 4 = Video Horizontal Reverse, bit 5 = Video Vertical Reverse *See VISCA Command Setting Values ll: PTZ speed range 3 = FAST, 2 = Middle, 1 = Slow 18

19 Supported Camera Mandatory Functions BC-80 BC-80T BC-200 BC-200T PTC-150 PTC-150T PTC-200 PTC-200T White Balance Yes Yes Yes Yes Yes Yes Yes Yes FOCUS Yes Yes Yes Yes Yes Yes Yes Yes IRIS Yes Yes Yes Yes Yes Yes Yes Yes Shutter Speed Yes Yes Yes Yes Yes Yes Yes Yes Pan N/A N/A N/A N/A Yes Yes Yes Yes Tilt N/A N/A N/A N/A Yes Yes Yes Yes Zoom Yes Yes Yes Yes Yes Yes Yes Yes Pan Speed N/A N/A N/A N/A Yes Yes Yes Yes Tilt Speed N/A N/A N/A N/A Yes Yes Yes Yes Zoom Speed Yes Yes Yes Yes Yes Yes Yes Yes Save Preset Yes Yes Yes Yes Yes Yes Yes Yes Recall Preset Yes Yes Yes Yes Yes Yes Yes Yes Revision History V1.6: Added supported models, added supported camera mandatory functions. V1.7: Revised the absolute positions, PTZ position. Added Dual color tally. V1.8: Added shutter direct, Cam_PT_MAX_Speed, and Cam_PT_SPD_Range. Revised Relative positions and PanTilt_Position 19

PTZ Camera. for HDVS-300 Soft Codec Conferencing System. Application Programming Interface. Atlona Manuals Accessories AT-HDVS-CAM

PTZ Camera. for HDVS-300 Soft Codec Conferencing System. Application Programming Interface. Atlona Manuals Accessories AT-HDVS-CAM PTZ Camera for HDVS-300 Soft Codec Conferencing System Application Programming Interface AT-HDVS-CAM Atlona Manuals Accessories Version Information Version Release Date Notes 1 4/18 Initial release AT-HDVS-CAM

More information

Table of Contents. Standard Warranty 5. Two Year Warranty Remote Control Functions On-Screen Menu Step 1 DIP Switch Setting 21

Table of Contents. Standard Warranty 5. Two Year Warranty Remote Control Functions On-Screen Menu Step 1 DIP Switch Setting 21 1 Table of Contents Warnings and Precautions 4 Warranty 5 Standard Warranty 5 Two Year Warranty 5 Disposal 5 1. Product Overview 6 2. Features 6 3. Location and Function of Parts 7 4. System Diagram 8

More information

PTC-150 DVIP Protocol

PTC-150 DVIP Protocol PTC-150 DVIP Protocol July 21, 2015 1 1. Command Driving Protocol 1.1 Command Head: Command Start: 0x00 Command Length: 0x0n (n = total length from 0x00 to 0xFF) Start Byte 0x00 Command Length Byte Command

More information

HuddleCamHD SimplTrack2

HuddleCamHD SimplTrack2 Page1 HuddleCamHD SimplTrack2 Auto Tracking Camera Installation & Operation Manual Page2 Table of Contents. Precautions Safety Tips............... Page 3 What s in the Box.............. Page 3 Physical

More information

C (1) Color Video Camera. Command List BRC-X1000/H800/H Sony Corporation

C (1) Color Video Camera. Command List BRC-X1000/H800/H Sony Corporation C--- () Color Video Camera Command List BRC-X/H8/H78 Sony Corporation Table of Contents VISCA Commands... Overview of VISCA... VISCA Communication Specifications... VISCA Device Setting Command... VISCA

More information

HuddleCamHD SimplTrack

HuddleCamHD SimplTrack Page1 HuddleCamHD SimplTrack Auto Tracking Camera Installation & Operation Manual Page2 Table of Contents. Precautions Safety Tips............... Page 3 What s in the Box.............. Page 3 Physical

More information

BC-200 Instruction Manual

BC-200 Instruction Manual 4K BLOCK CAMERA BC-200 Instruction Manual Table of Contents FCC COMPLIANCE STATEMENT... 4 WARNINGS AND PRECAUTIONS... 4 WARRANTY... 5 STANDARD WARRANTY... 5 THREE YEAR WARRANTY... 6 DISPOSAL... 7 1. INTRODUCTION...

More information

HuddleCamHD 10x (Gen 3)

HuddleCamHD 10x (Gen 3) HuddleCamHD 10x (Gen 3) USB 3.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL Precautions. Safety Tips. Please read this manual carefully before using the camera. Avoid damage from stress, violent vibration

More information

z0 4y FF (y: Socket No.) z0 5y FF (y: Socket No.) z FF Command Canceled (y: Socket No.) z0 6y 05 FF (y: Socket No.)

z0 4y FF (y: Socket No.) z0 5y FF (y: Socket No.) z FF Command Canceled (y: Socket No.) z0 6y 05 FF (y: Socket No.) VISCA Command List Part 1 Camera-Issued Messages Ack/Completion Message Command Function Command Packet Comments ACK ACK/Comletion Messages Completion z = Camera Address + 8 z0 4y FF (y: Socket No.) z0

More information

USB2.0 HD Video Camera

USB2.0 HD Video Camera USB2.0 HD Video Camera User Manual Version V1.0 (English) CONTENTS SAFE GUIDES............ 4 ACCESSORIES.........4 QUICK START...5 PRODUCT HIGHLIGHTS...6 PRODUCT SPEC...7 CAMERA INTERFACE...8 CAMERA DIMENSION...8

More information

USB3.0 HD Video Camera

USB3.0 HD Video Camera USB3.0 HD Video Camera User Manual Version V1.0 (English) 1 CONTENTS SAFE GUIDES............. 3 ACCESSORIES......3 QUICK START...4 PRODUCT HIGHLIGHTS...5 PRODUCT SPEC...5 CAMERA INTERFACE...6 CAMERA DIMENSION...6

More information

TLC-700-S. HD PTZ Video Camera User Manual. Version V1.0 (English)

TLC-700-S. HD PTZ Video Camera User Manual. Version V1.0 (English) TLC-700-S HD PTZ Video Camera User Manual Version V1.0 (English) CONTENTS SAFETY GUIDES...1 ACCESSORIES...2 QUICK START...2 PRODUCT HIGHLIGHTS...3 CAMERA SPEC...3 CAMERA INTERFACE...4 CAMERA DIMENSION...4

More information

A (1) Color Video Camera. Technical Manual EVI-D70/D70P Sony Corporation

A (1) Color Video Camera. Technical Manual EVI-D70/D70P Sony Corporation A--- () Color Video Camera Technical Manual EVI-D7/D7P Sony Corporation Table of Contents Features... Connection... 4 Locations of Controls... 5 Basic Functions... 7 Initial Settings, Position Preset and

More information

TLC-700-U3 USB3.0 HD Video Camera. User Manual. Version V1.0(English) Telecam Technology Co.,Ltd. All Rights Reserved

TLC-700-U3 USB3.0 HD Video Camera. User Manual. Version V1.0(English) Telecam Technology Co.,Ltd. All Rights Reserved TLC-700-U3 USB3.0 HD Video Camera User Manual Version V1.0(English) Copyright @ Telecam Technology Co.,Ltd. All Rights Reserved USB3.0 HD Video Camera User Manual Version V1.0 (English) Contents SAFETY

More information

VC-A20P_VC-A202P RS-232 command set

VC-A20P_VC-A202P RS-232 command set VC-AP_VC-AP RS- command set No Issue Date Description Apply Firmware /9/ First version. VCT // Add VC-AP which has same command set with VC-AP NA 5//7 Add 7. RS over IP VCT7. Delete command: Power_LoadState/Power_LoadStateInq

More information

GOHD400. High Definition PTZ Camera. User Manual

GOHD400. High Definition PTZ Camera. User Manual High Definition PTZ Camera User Manual Precautions Do not subject the camera to moisture or extreme humidity. Do not attempt to disassemble the unit. Electric shock may occur. Do not operate with a third

More information

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C50i COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 6 2. Connection with your Computer... 6 2.1 Connection... 6 2.2 Connector & Pin Assignment... 7 3. Communication Format...

More information

Camera Module Technical Manual FCB-EX480A/EX480AP (Color models) FCB-EX48A/EX48AP (Color models) FCB-EX45M/EX45MCE (Black-and-white models)

Camera Module Technical Manual FCB-EX480A/EX480AP (Color models) FCB-EX48A/EX48AP (Color models) FCB-EX45M/EX45MCE (Black-and-white models) A-B8-- () Camera Module Technical Manual FCB-EX48A/EX48AP (Color models) FCB-EX48A/EX48AP (Color models) FCB-EX45M/EX45MCE (Black-and-white models) Sony Corporation Table of Contents Features... Locations

More information

COLOR CAMERA MODULE FCB-IX47/IX47P FCB-IX470/IX470P

COLOR CAMERA MODULE FCB-IX47/IX47P FCB-IX470/IX470P COLOR CAMERA MODULE FCB-IX47/IX47P Instruction Manual (Ver..) English Table of Contents OUTLINE... SPECIFICATIONS... DIMENSIONS... PIN ASSIGNMENT... 3 FUNCTIONS... 4 CONTROL METHODS... 3 INSTALLATION...

More information

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL

VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL VC-C4 COMMUNICATION CAMERA PROGRAMMER'S MANUAL Contents 1. Getting Started... 5 2. Connection with your Computer... 5 2.1 Connection... 5 2.2 Connector & Pin Assignment... 5 3. Communication Format...

More information

A-B (1) Color Camera Module. Technical Manual FCB-EX780S/EX780SP Sony Corporation

A-B (1) Color Camera Module. Technical Manual FCB-EX780S/EX780SP Sony Corporation A-B6-- () Color Camera Module Technical Manual FCB-EX78S/EX78SP Sony Corporation Table of Contents Features... Locations of Controls... 4 Basic Functions... 5 Overview of Functions... 5 ECLIPSE... Initial

More information

A-B (1) Color Camera Module. Technical Manual FCB-EX780S/EX780SP Sony Corporation

A-B (1) Color Camera Module. Technical Manual FCB-EX780S/EX780SP Sony Corporation A-B6-- () Color Camera Module Technical Manual FCB-EX78S/EX78SP Sony Corporation Table of Contents Features... Locations of Controls... 4 Basic Functions... 5 Overview of Functions... 5 Eclipse... Spectral

More information

UNITE 150 CAMERA USER GUIDE

UNITE 150 CAMERA USER GUIDE UNITE 150 CAMERA USER GUIDE 2 UNITE 150: User Guide COPYRIGHT NOTICE ClearOne 5225 Wiley Post Way Suite 500 Salt Lake City, UT 84116 Telephone 1.801.975.7200 Tech Sales 1.801.974.3760 Fax 1.801.303.5711

More information

35x 4K UHD PTZ Video Camera User Manual. Version V1.0 (English)

35x 4K UHD PTZ Video Camera User Manual. Version V1.0 (English) 35x 4K UHD PTZ Video Camera User Manual Version V1.0 (English) CONTENT CONTENT... 1 SAFETY GUIDES... 2 PACKING LIST... 3 QUICK START... 3 PRODUCT HIGHLIGHTS.... 4 CAMERA SPEC.... 4 CAMERA INTERFACE....

More information

Operating Instructions

Operating Instructions CV610-U2 Full HD USB 2.0 PTZ Camera Operating Instructions Version V3.6 Accessories IMPORTANT SAFETY INSTRUCTIONS: Table of Contents SAFETY GUIDELINES... 3 ACCESSORIES... 3 QUICK START... 4 PRODUCT HIGHLIGHTS...

More information

PTZ Camera. for HDVS-300 Soft Codec Conferencing System. Atlona Manuals AT-HDVS-CAM. PTZ Camera

PTZ Camera. for HDVS-300 Soft Codec Conferencing System. Atlona Manuals AT-HDVS-CAM. PTZ Camera PTZ Camera for HDVS-300 Soft Codec Conferencing System AT-HDVS-CAM Atlona Manuals PTZ Camera Version Information Version Release Date Notes 1 10/17 Initial release AT-OMNI-232 2 Welcome to Atlona! Thank

More information

CeilingVIEW 70 PTZ Integrated, Recessed Installation Pan/Tilt/Zoom Ceiling Camera System

CeilingVIEW 70 PTZ Integrated, Recessed Installation Pan/Tilt/Zoom Ceiling Camera System Camera and Electronic Products for Integrators Installation and User Guide CeilingVIEW 70 PTZ Integrated, Recessed Installation Pan/Tilt/Zoom Ceiling Camera System Figure 1: Vaddio CeilingVIEW 70 PTZ Camera

More information

User Manual V Model: AV-1082W. HD Video Conferencing Camera (USB 2.0) Model: AV-1082G. Please Read this User Manual

User Manual V Model: AV-1082W. HD Video Conferencing Camera (USB 2.0) Model: AV-1082G. Please Read this User Manual Model: AV-1082W HD Video Conferencing Camera (USB 3.0) Model: AV-1082G HD Video Conferencing Camera (USB 2.0) User Manual V1.0 Please Read this User Manual throughout before using www.avipas.com 1 Preface

More information

User Manual V Model: AV-1080 HD Video Conferencing Camera (SDI) Model: AV-1081 HD Video Conferencing Camera (HDMI)

User Manual V Model: AV-1080 HD Video Conferencing Camera (SDI) Model: AV-1081 HD Video Conferencing Camera (HDMI) Model: AV-1080 HD Video Conferencing Camera (SDI) Model: AV-1081 HD Video Conferencing Camera (HDMI) User Manual V1.0 Please Read this User Manual throughout before using www.avipas.com 1 Preface Thanks

More information

TEK 380-HD HDMI/SDI Conference Camera User s Guide

TEK 380-HD HDMI/SDI Conference Camera User s Guide TEK 380-HD HDMI/SDI Conference Camera User s Guide TEK 380-HD Conference Camera V031015 Table of Contents Overview... 4 Main Features... 4 Camera and Lens... 5 Pan/Tilt Movement... 5 Rear Connectors...

More information

HD Color Video Camera. User Manual

HD Color Video Camera. User Manual HD Color Video Camera User Manual Preface: Thanks for using our HD color video conference camera. The manual introduces the function, installation and operation of the HD camera. Prior to installation

More information

Table of Contents. Standard Warranty Two Year Warranty... 6

Table of Contents. Standard Warranty Two Year Warranty... 6 1 2 Table of Contents Warnings and Precautions... 5 Warranty... 6 Standard Warranty... 6 Two Year Warranty... 6 Disposal... 7 Packing List... 7 1. Product Overview... 8 2. Features... 8 3. System Configuration...

More information

CI-T21H / CI-T21S. PTZ Tracking Camera 10X. User Manual English

CI-T21H / CI-T21S. PTZ Tracking Camera 10X. User Manual English CI-T21H / CI-T21S PTZ Tracking Camera 10X User Manual English AREC Inc. All Rights Reserved 2018. l www.arec.com All information contained in this document is Proprietary Preface This manual introduces

More information

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION

CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION CAMERA UNIT (KX-DP60X) SERIAL INTERFACE SPECIFICATION Nov. 1st. 1999 Products and product specifications may be subject to change without notice. Confirm that you have received the latest product standards

More information

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / ,

WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-6840 Götzis/Austria, Tel.: ++43 / (0) 5523 / , TECHNICAL INFORMATION WOLF VISION GmbH, Vorarlberger Wirtschaftspark, A-680 Götzis/Austria, Tel.: ++3 / (0) 5523 / 52250-0, E-mail: wolfvision@wolfvision.com Serial Protocol of VZ-7D(G) Revised 31 st May

More information

INSTRUCTION MANUAL Ver 1.0.0d. Pan, Tilt and Zoom Controller / KCT-100

INSTRUCTION MANUAL Ver 1.0.0d. Pan, Tilt and Zoom Controller / KCT-100 INSTRUCTION MANUAL Ver 1.0.0d Pan, Tilt and Zoom Controller / KCT-100 1 Introduction Features 3 Components 3 2 Installation System Configuration 4 Parts Description 4 3 Protocol and Baud Rate Overview

More information

Integrator's Complete Guide to. RoboSHOT 20 UHD High Performance, Ultra High Definition PTZ Camera

Integrator's Complete Guide to. RoboSHOT 20 UHD High Performance, Ultra High Definition PTZ Camera Integrator's Complete Guide to RoboSHOT 20 UHD High Performance, Ultra High Definition PTZ Camera Document 342-1192 Rev. B July 2016 Contents Overview 1 What's in this Guide 1 Camera Features 1 Unpacking

More information

High Definition Integrated Robotic PTZ Camera

High Definition Integrated Robotic PTZ Camera INSTALLATION AND USER GUIDE VADDIO CLEARVIEW HD-19 High Definition Integrated Robotic PTZ Camera Arctic White Version Part Number 999-6940-000AW (North America) Part Number 999-6940-001AW (International)

More information

Installation and User Guide. Quick-Connect SR Interface Part Number:

Installation and User Guide. Quick-Connect SR Interface Part Number: Installation and User Guide VADDIO CLEARVIEW HD-20SE QSR SYSTEM ClearVIEW HD-20SE High Definition, Robotic PTZ Camera featuring the Quick-Connect SR System Interface Model Number 999-6985-000 (North America)

More information

Installation and User Guide

Installation and User Guide Installation and User Guide VADDIO WALLVIEW DVI/HDMI HD-20 High Definition PTZ Camera Featuring the Quick-Connect DVI/HDMI SR Interface Model Number 999-6956-000 (North America) Model Number 999-6956-001

More information

PTZOptics 20x ZCAM. User Manual. Model No: PT20X-ZCAM V1.2

PTZOptics 20x ZCAM. User Manual. Model No: PT20X-ZCAM V1.2 PTZOptics 20x ZCAM User Manual Model No: PT20X-ZCAM V1.2 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using the HD Professional Video Conferencing

More information

SDI Speed Dome Camera OSD Menu

SDI Speed Dome Camera OSD Menu SDI Speed Dome Camera OSD Menu Indoor/ Outdoor Ver 1.2 00P9SH720ZXSEA2 Table of Contents 1. OSD Menu Tree...4 2. Configuration Menu...7 2.1 VIDEO TYPE...8 2.2 DEFAULT CAMERA...8 2.3 BACKLIGHT...8 2.4 FOCUS...8

More information

Avonic AV-CON300. PTZ Camera Controller

Avonic AV-CON300. PTZ Camera Controller Avonic AV-CON300 PTZ Camera Controller User Manual Version 1.0 Update notes: Join Avonic linkedin.com/company/avonic twitter.com/avonic1 facebook.com/avonic www.avonic.eu 1 Contents Inhoud Contents...

More information

ST-PTZ High-Speed Intelligent Dome PTZ Color Camera

ST-PTZ High-Speed Intelligent Dome PTZ Color Camera INSTALLATION MANUAL ST-PTZ550-27 High-Speed Intelligent Dome PTZ Color Camera Copyright North American Cable Equipment, Inc. 1 PACKAGE CONTENTS This package contains: One ST-PTZ550-27 high-speed intelligent

More information

PTZOptics 12X USB (GEN-2)

PTZOptics 12X USB (GEN-2) PTZOptics 12X USB (GEN-2) User Manual Model Nos: PT12X-USB-GY-G2 & PT12X-USB-WH-G2 V1.2 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using

More information

PTZ Optics 12x-SDI User Manual V1.3 (English)

PTZ Optics 12x-SDI User Manual V1.3 (English) PTZ Optics 12x-SDI User Manual V1.3 (English) Preface Thank you for using the HD Professional Video Conferencing Camera. This manual introduces the function, installation and operation of the HD camera.

More information

VADDIO CLEARVIEW HD-20SE QDVI SYSTEM

VADDIO CLEARVIEW HD-20SE QDVI SYSTEM Installation and User Guide VADDIO CLEARVIEW HD-20SE QDVI SYSTEM ClearVIEW HD-20SE High Definition, Robotic PTZ Camera featuring the Quick-Connect DVI/HDMI System Interface Model Number 999-6986-000 (North

More information

PTZOptics VL NDI HX ZCAM

PTZOptics VL NDI HX ZCAM PTZOptics VL NDI HX ZCAM User Manual Model Nos: PTVL-NDI-ZCAM V1.1 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using the HD Professional

More information

VADDIO ZOOMSHOT 20 QSR SYSTEM

VADDIO ZOOMSHOT 20 QSR SYSTEM Installation and User Guide VADDIO ZOOMSHOT 20 QSR SYSTEM High Definition Camera System with 20X Optical Zoom featuring the Quick-Connect SR Interface Model Number 999-6920-300 (North America) Model Number

More information

AZM-FS30L. Full-HD 30x Optical Zoom Module. Technical Manual DATE : VERSION : Conact: ---

AZM-FS30L. Full-HD 30x Optical Zoom Module. Technical Manual DATE : VERSION : Conact: --- Full-HD 30x Optical Zoom Module Technical Manual DATE : 2018-02-28 VERSION : 1.03 20Z30L Contents 1. Feature 2. Cautions 3. Specification 4. Connector 5. Interface 6. LVDS receive e circuit it / Cable

More information

Supplied Accessories.

Supplied Accessories. Precautions. Safety Tips. Please read this manual carefully before using the camera. Avoid damage from stress, violent vibration or liquid intrusion during transportation, storage or installation. Take

More information

Nearus USB2.0 Camera Manual NU-350-USB2PTZ-B

Nearus USB2.0 Camera Manual NU-350-USB2PTZ-B Nearus USB2.0 Camera Manual NU-350-USB2PTZ-B Safety Tips Please read this manual carefully before installing the camera. Keep the camera away from violent vibration, physical stress, moisture, extreme

More information

HuddleCamHD 10X-USB2

HuddleCamHD 10X-USB2 HuddleCamHD 10X-USB2 USB 2.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL Please check HUDDLECAMHD.com for the most up to date version of this document Precautions. Safety Tips. Please read this manual carefully

More information

PTZOptics 20x NDI HX ZCAM

PTZOptics 20x NDI HX ZCAM PTZOptics 20x NDI HX ZCAM User Manual Model No: PT20X-NDI-ZCAM V1.1 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using the HD Professional

More information

Configuring RUSHWORKS 3n1 for tracking using the Setup Utility

Configuring RUSHWORKS 3n1 for tracking using the Setup Utility Configuring RUSHWORKS 3n1 for tracking using the Setup Utility System Operation For best results, the camera should be positioned in the rear center of the room, between 30 and 50 from the front coverage

More information

PTZOptics 30x SDI (Gen 2)

PTZOptics 30x SDI (Gen 2) PTZOptics 30x SDI (Gen 2) User Manual Model Nos: PT30X-SDI-GY-G2 & PT30X-SDI-WH-G2 V1.4 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using

More information

PTZOptics 20X USB (GEN-2)

PTZOptics 20X USB (GEN-2) PTZOptics 20X USB (GEN-2) User Manual Model Nos: PT20X-USB-GY-G2 & PT20X-USB-WH-G2 V1.3 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using

More information

Supplied Accessories.

Supplied Accessories. Precautions. Safety Tips. Please read this manual carefully before using the camera. Avoid damage from stress, violent vibration or liquid intrusion during transportation, storage or installation. Take

More information

Micro Module Shutter. Micro Module Shutter

Micro Module Shutter. Micro Module Shutter Developer Notes Micro Module Shutter Micro Module Shutter (XXXXX - Dev 0x01 / Sub 0xXX) Version 001 June 28, 2012 Revision History Rev Date Comments 001 6/28/12 Initial Release Table of Contents Firmware

More information

PTZOptics 20x 3G-SDI (GEN 2)

PTZOptics 20x 3G-SDI (GEN 2) PTZOptics 20x 3G-SDI (GEN 2) User Manual Model Nos: PT20X-SDI-GY-G2 & PT20X-SDI-WH-G2 V1.2 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using

More information

DANNOVO HD USB 3.0 PTZ Video Conference Camera User Manual

DANNOVO HD USB 3.0 PTZ Video Conference Camera User Manual DANNOVO HD USB 3.0 PTZ Video Conference Camera User Manual V 2.3(ENGLISH VERSION) Please read this Manual before set up Camera, and stick to its requirements strictly for Safety reason. Suggest you save

More information

Camera Installation Manual Ver 1.0. Pan, Tilt and Zoom Dome Camera / PTZ

Camera Installation Manual Ver 1.0. Pan, Tilt and Zoom Dome Camera / PTZ Camera Installation Manual Ver 1.0 1 Introduction Features 3 Components 4 System Configuration 5 2 Installation Wall Mount 6 Ceiling Mount 7 Final Assembly 8 3 Camera Addressing Camera Address Setting

More information

HuddleCamHD 3XA with Audio USB 2.0 PTZ Camera w/ built-in Mic Array Installation and Operation Manual

HuddleCamHD 3XA with Audio USB 2.0 PTZ Camera w/ built-in Mic Array Installation and Operation Manual HuddleCamHD 3XA with Audio USB 2.0 PTZ Camera w/ built-in Mic Array Installation and Operation Manual Precautions Safety Tips Please be aware any deviation from these tips may void your warranty Please

More information

PTZ310/330 PTZ310W/330W

PTZ310/330 PTZ310W/330W PTZ310/330 PTZ310W/330W Professional PTZ Camera User Manual V.2.0.2 FCC NOTICE (Class A) This device complies with Part 15 of the FCC Rules. The operation is subject to the following two conditions: (1)

More information

PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras

PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras as PTZ Optics Affordable HDMI, HD-SDI, IP and USB video conferencing cameras as P T Z OPTICS 12X USB PTZ OPTICS Video Conferencing

More information

A-CHH (1) Color Camera Module. Technical Manual FCB-EX1000/EX1000P Sony Corporation

A-CHH (1) Color Camera Module. Technical Manual FCB-EX1000/EX1000P Sony Corporation A-CHH--() Color Camera Module Technical Manual FCB-EX/EXP 6 Sony Corporation Table of Contents Features... Precautions... 4 Locations of Controls... 5 Basic Functions... 6 Overview of Functions... 6 Eclipse...

More information

VADDIO ZOOMSHOT 20 QDVI SYSTEM

VADDIO ZOOMSHOT 20 QDVI SYSTEM Installation and User Guide VADDIO ZOOMSHOT 20 QDVI SYSTEM High Definition Camera System with 20X Optical Zoom featuring the Quick-Connect DVI/HDMI-SR Interface Model Number 999-6920-200 (North America)

More information

NTSC/PAL. 3CCD Color Video Camera BRC-300 BRC-300P

NTSC/PAL. 3CCD Color Video Camera BRC-300 BRC-300P NTSC/PAL 3CCD Color Video Camera BRC-300 BRC-300P MAIN FEATURES Superb Picture Quality with a Mega Pixels 3-CCD Sony s new BRC-300 is a revolutionary all-in-one compact robotic color video camera system,

More information

PTZ Optics 30x NDI HX TM

PTZ Optics 30x NDI HX TM PTZ Optics 30x NDI HX TM User Manual Model Nos: PT30X-NDI-GY & PT30X-NDI-WH V1.1 (English) Please check PTZOPTICS.com for the most up to date version of this document Preface Thank you for using the HD

More information

CM55-VCU USB 3.0 HD PTZ Camera User Manual v2.1

CM55-VCU USB 3.0 HD PTZ Camera User Manual v2.1 CM55-VCU USB 3.0 HD PTZ Camera User Manual v2.1 www.avonic.eu 1 Safety Notes Before installing the device, please read this manual carefully and follow instructions indicated to ensure proper operation.

More information

INSTALLATION AND USER GUIDE

INSTALLATION AND USER GUIDE INSTALLATION AND USER GUIDE VADDIO WALLVIEW HD-19 DVI/HDMI High Definition PTZ Camera Featuring the Quick-Connect DVI/HDMI SR Interface Black Version Part Number 999-6946-000 (North America) Part Number

More information

BRC-300/BRC-300P. 3CCD Color Video Camera. 3CCD Color Video Camera

BRC-300/BRC-300P. 3CCD Color Video Camera. 3CCD Color Video Camera BRC-300/BRC-300P 3CCD Color Video Camera 3CCD Color Video Camera MAIN FEATURES Superb Picture Quality The BRC-300 incorporates three 1/4.7-type Advanced HAD CCD sensors with a total of 1,070,000 pixels.

More information

HuddleCamHD 3x USB 2.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL

HuddleCamHD 3x USB 2.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL HuddleCamHD 3x USB 2.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL Precautions. Safety Tips. Please read this manual carefully before using the camera. Avoid damage from stress, violent vibration or liquid

More information

FCB-EV Series Color Block Camera

FCB-EV Series Color Block Camera FCB-EV Series Color Block Camera FCB-EV7100 FCB-EV5500 FCB-EV5300 FCB-EV7500 FCB-EV7300 FCB-EV7310 * This brochure is published based on the features and specifications for firmware Version 0310. Introduction

More information

NTSC/PAL. 3CCD Color Video Camera BRC-300 BRC-300P

NTSC/PAL. 3CCD Color Video Camera BRC-300 BRC-300P NTSC/PAL 3CCD Color Video Camera P MAIN FEATURES Superb Picture Quality with a Mega Pixels 3-CCD Sony s new is a revolutionary all-in-one compact robotic color video camera system, specially designed for

More information

HuddleCamHD RS-232 Joystick Controller Model Number: HC-JOY

HuddleCamHD RS-232 Joystick Controller Model Number: HC-JOY HuddleCamHD RS-232 Joystick Controller Model Number: HC-JOY JOYSTICK KEYBOARD INSTALLATION & OPERATION MANUAL Rev 1.0 6/15 Easy pan, tilt & zoom controls for any RS-232 VISCA protocol camera! Controls

More information

The Symphony Keyboard is available with either a 2D or 3D joystick. The 3D Joystick controls zoom in and out, as well as direction.

The Symphony Keyboard is available with either a 2D or 3D joystick. The 3D Joystick controls zoom in and out, as well as direction. 1 SYMPHY KEYBOARD 2 Overview The Symphony Keyboard is available with either a 2D or 3D joystick. The 3D Joystick controls zoom in and out, as well as direction. The unit provides all the functions required

More information

Aegis Electronic Group FCB-EV7520 FCB-EV7320

Aegis Electronic Group   FCB-EV7520 FCB-EV7320 FCB-EV7520 FCB-EV7320 FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV5500 FCB-EV5300 FCB-EV Series Colour Block Cameras FCB-EV7520 FCB-EV7320 FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV5500 FCB-EV5300 IMAGE IMAGE

More information

FCB-EV Series. Colour Block Cameras FCB-EV7500 FCB-EV7300 FCB-EV7520 FCB-EV7320 FCB-EV7310 FCB-EV7100 FCB-EV5500 FCB-EV5300

FCB-EV Series. Colour Block Cameras FCB-EV7500 FCB-EV7300 FCB-EV7520 FCB-EV7320 FCB-EV7310 FCB-EV7100 FCB-EV5500 FCB-EV5300 FCB-EV7520 FCB-EV7320 FCB-EV7500 FCB-EV7300 FCB-EV5500 FCB-EV7310 FCB-EV5300 FCB-EV Series Colour Block Cameras FCB-EV7520 FCB-EV7320 FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV5500 FCB-EV5300 IMAGE IMAGE

More information

the excelptz range Installation and Operation Manual Speed Dome Camera Controller Version 1.0 For updates to these instructions visit

the excelptz range Installation and Operation Manual Speed Dome Camera Controller Version 1.0 For updates to these instructions visit the excelptz range Installation and Operation Manual Speed Dome Camera Controller MODEL PTZ730 Version 1.0 For updates to these instructions visit www.excelptz.com CONTENTS Page 1. Summary 3 2. Keyboard

More information

4 MP PTZ Dome IP-Camera 36x Zoom ICR IR LED H.265

4 MP PTZ Dome IP-Camera 36x Zoom ICR IR LED H.265 4 MP PTZ Dome IP-Camera 36x Zoom ICR IR LED H.265 GD-CI-AT4747P 36x motorized optical zoom with 16x Privacy Zone Masking Function digital zoom IR LEDs integrated Panspeed (280 /sec) / Tiltspeed (250 /sec),

More information

VADDIO POWERVIEW HD-22 QDVI AND POWERVIEW HD-30 QDVI CAMERA SYSTEMS

VADDIO POWERVIEW HD-22 QDVI AND POWERVIEW HD-30 QDVI CAMERA SYSTEMS Installation and User Guide VADDIO POWERVIEW HD-22 QDVI AND POWERVIEW HD-30 QDVI CAMERA SYSTEMS PowerVIEW Series High Definition PTZ Cameras featuring the Quick-Connect DVI/HDMI-SR Interface PowerVIEW

More information

The inclusion of an 3G-SDI interface output supports longer cable lengths than HDMI, making the camera ideal for integration in large rooms.

The inclusion of an 3G-SDI interface output supports longer cable lengths than HDMI, making the camera ideal for integration in large rooms. SRG-120DS Full HD remotely operated PTZ camera Overview Desktop PTZ camera for corporate, educational and government applications, with 3G-SDI output and 12x optical zoom. The SRG-120DS desktop PTZ camera

More information

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited.

D-ILA PROJECTOR RS-232C CONTROL SPECIFICATIONS. Victor Company of Japan, Limited. * D-ILA is a trademark of Victor Company of Japan, Limited. D-ILA TM PROJECTOR DLA-G3010series DLA-M2000series RS-232C CONTROL SPECIFICATIONS Victor Company of Japan, Limited * D-ILA is a trademark of Victor Company of Japan, Limited. Document Number CTGKE-0013

More information

High Definition PTZ Camera Featuring the Quick-Connect CCU Interface and the EZIM HD-SDI Slot Card

High Definition PTZ Camera Featuring the Quick-Connect CCU Interface and the EZIM HD-SDI Slot Card INSTALLATION AND USER GUIDE VADDIO WALLVIEW CCU HD-19 HD-SDI High Definition PTZ Camera Featuring the Quick-Connect CCU Interface and the EZIM HD-SDI Slot Card Arctic White Version Part Number 999-6948-000AW

More information

MG20S (AF 20 times) Specification

MG20S (AF 20 times) Specification MG20S (AF 20 times) Specification SERIES NO. MG20S MAIN FUNCTION Auto Focus CCD Megapixel Zoom module with Electronic PTZ HDTV mode. :20 times Zoom / SDTV(D1) App. :80 times Zoom IMAGE SENSOR 1/3-inch

More information

FCB-EX Series. Color Block Cameras.

FCB-EX Series. Color Block Cameras. FCB-EX Series Color Block Cameras www.sony.com/videocameras INTRODUCTION MAIN FEATURES FCB-EX Series Sony continues to be on the cutting edge of the imaging industry with the latest additions to the FCB

More information

FCB-EV Series. Colour Block Cameras FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV7100 FCB-EV5500 FCB-EV

FCB-EV Series. Colour Block Cameras FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV7100 FCB-EV5500 FCB-EV FCB-EV7500 FCB-EV7300 FCB-EV5500 FCB-EV7310 FCB-EV5300 FCB-EV Series Colour Block Cameras FCB-EV7500 FCB-EV7300 FCB-EV7310 FCB-EV5500 FCB-EV5300 IMAGE IMAGE SENSING SOLUTIONS Colour Block XCD Camera MV6

More information

INSTRUCTION MANUAL Ver 3.0. Indoor Pan, Tilt and Zoom Dome Camera / ACD-1000-LG27

INSTRUCTION MANUAL Ver 3.0. Indoor Pan, Tilt and Zoom Dome Camera / ACD-1000-LG27 INSTRUCTION MANUAL Ver 3.0 Indoor 1 Introduction Features 3 Components 4 System Configuration 5 2 RS485 and PTZ Basics Physical Connection 6 Multiple PTZ Setup 7 ID, Protocol, Baud Rate 9 3 Installation

More information

WIDE DYNAMIC RANGE CAMERA USER MANUAL

WIDE DYNAMIC RANGE CAMERA USER MANUAL WIDE DYNAMIC RANGE CAMERA USER MANUAL Contents 1. SAFETY PRECAUTIONS... 2 2. INTRODUCTION... 3 3. FEATURES... 4 4. PACKING LIST... 5 5. NAME and FUNCTION of EACH PART... 6 6. INSTALLATION... 8 6.1 Native

More information

psee Control Software

psee Control Software psee Control Software Installing psee Software psee is not currently available on the Web and can only be downloaded by submitting a request via e-mail. To obtain the psee URL, send an e-mail to RVision

More information

VADDIO ROBOSHOT SERIES CAMERAS

VADDIO ROBOSHOT SERIES CAMERAS Installation and User Guide VADDIO ROBOSHOT SERIES CAMERAS RoboSHOT 12 and RoboSHOT 30, High Definition Robotic PTZ Camera Systems for use with The AV Bridge MATRIX PRO RoboSHOT 12 High-definition Robotic

More information

7 Series SDI/HDMI HD PTZ Camera

7 Series SDI/HDMI HD PTZ Camera 7 Series SDI/HDMI HD PTZ Camera USER MANUAL VERSION: VCC-7HD-M-01072019 VCC-7HD20S-3SMC VCC-7HD30S-3SMC 2018 Bolin Technology 1 Contents IMPORTANT INFORMATION... 3 WHAT S IN THE BOX... 6 OVERVIEW... 7

More information

EPTZ9200 / EPTZ9200i Speed Dome Camera

EPTZ9200 / EPTZ9200i Speed Dome Camera EPTZ9200 / EPTZ9200i Speed Dome Camera AHD 1080p Outdoor / Indoor PTZ with True Day / Night and WDR (20x Optical Zoom) Features AHD Resolution 1080p / 720p and SD Output 20x Optical Zoom Lens UTC & RS-485

More information

User Guide AV-HS6000 Series Plug-in Software

User Guide AV-HS6000 Series Plug-in Software User Guide AV-HS6000 Series Plug-in Software W0615HM2098 -PS ENGLISH VQT5L80-2 Contents Introduction... 3 Registration and Launch Setting... 3 AUX_IP(V3.XX)... 4 ... 4 ... 4 ...

More information

Aegis Electronic Group FCB-PV Series Color Block Cameras

Aegis Electronic Group FCB-PV Series Color Block Cameras FCB-PV Series Color Block Cameras FCB-EX980S/FCB-EX980SP FCB-EX980/FCB-EX980P FCB-EX480C/FCB-EX480CP FCB-EX48C/FCB-EX48CP MAIN FEATURES Sony s New High Quality FCB-PV Progressive Scan Color Block Cameras

More information

FCB-EX Series Color Block Cameras. FCB-EX1010/FCB-EX1010P FCB-EX1000/FCB-EX1000P FCB-EX990D/FCB-EX990DP

FCB-EX Series Color Block Cameras.   FCB-EX1010/FCB-EX1010P FCB-EX1000/FCB-EX1000P FCB-EX990D/FCB-EX990DP FCB-EX Series Color Block Cameras www.sony.com/videocameras INTRODUCTION Sony s FCB Series of color block cameras offers excellent picture quality, superb flexibility, and easy operation in a variety of

More information

V series functional compatibility

V series functional compatibility V series functional compatibility This document contains descriptions of functional compatibility with Recorder, Tool and so on, and their restrictions. It is recommended to read them while referring to

More information

EVI-D100(NTSC)/D100P(PAL)

EVI-D100(NTSC)/D100P(PAL) EVI-D100(NTSC)/D100P(PAL) Intelligent communication camera perfectly suited for applications that requires a highquality color video camera with the flexibility of remote pan/tilt/zoom operations. EVI-D100

More information

HDC-SDOMEO51MIR-B USER MANUAL. HD Portable Rugged PTZ Cameras

HDC-SDOMEO51MIR-B USER MANUAL. HD Portable Rugged PTZ Cameras HDC-SDOMEO51MIR-B USER MANUAL HD Portable Rugged PTZ Cameras Safety Notes Thank You for Choosing Our HD table Rugged PTZ Camera! When you open the box: 1. Check that the packing and the contents are not

More information