FCB-MA130 USB3.0 Board UVC Device Firmware User s Guide

Size: px
Start display at page:

Download "FCB-MA130 USB3.0 Board UVC Device Firmware User s Guide"

Transcription

1 FCB-MA130 USB3.0 Board UVC Device Firmware User s Guide Rev Infinitegra, Inc. Infinitegra, Inc. 1

2 Notice for this document Infinitegra, Inc. (hereinafter referred to as Infinitegra ) have a right for all of information in this document. Infinitegra do not allow reproducing/redistribution any information in this document without approval from Infinitegra. Infinitegra may change the information in this document without further notice. Please contact Infinitegra if you find wrong information and /or have any unclear points in this document. This document is an English translation from Japanese (original) version for reference purpose. If there are any discrepancy between English version and Japanese version, Japanese version should prevail. Notice for the product / Disclaimer Please do not operate the product against the contents of this document. It may be cause of troubles. Infinitegra may not accept any responsibility for any troubles those are caused by illegal operation. This application is for experiment/evaluation purpose. Please do not use for the usage those require safety and/or reliability and have a possibility to affect one s life. Infinitegra will not accept any responsibility for any loss, damage or mal state incurred by this application. Infinitegra does not allow to modify, dis-assemble, change, alter, reverse assemble, reverse compile, reverse engineer or to undertake any similar action to software, firmware and/or hardware of the product. Copyright Infinitegra, Inc. All Rights Reserved. All product names of other companies mentioned in this document are trademarks or registered trademarks owned by the respective corporations. Infinitegra, Inc. 2

3 Contents 1 Overview UVC Device Firmware Basic specification of UVC device Sensor Control UVC extension control UVC standard control Multi-Function Device Mode Operating Environment Installation Troubleshooting Known Issues Release Notes Infinitegra, Inc. 3

4 1 Overview This document describes the basic specifications of UVC (USB Video Class) device firmware which supports FCB-MA130 USB board. 2 UVC Device Firmware 2.1 Basic specification of UVC device USB USB3.0, USB2.0 Compliant Image format YUY2 Still Image Capture Method Method 2 Preview resolution / SuperSpeed : frame rate 1920x1080, 1600x1200, 1280x960, 1280x720, 1024x768, 800x480, 640x480 / 30fps, 25fps HighSpeed : 800x480, 640x480 / 30fps, 25fps Still image resolution SuperSpeed : 4192x3104, 4128x3096, 3264x2448, 2592x1944, 1920x1080, 1280x960, 1280x720, 640x480 HighSpeed : 1920x1080, 1280x960, 1280x720, 640x480 Sensor control Focus (One-push AF / Manual) Zoom Auto Exposure Shutter Speed White Balance Brightness, Contrast, Sharpness, Hue, Gain Flip, Mirror Noise Reduction Face Detection Image Stabilization Infinitegra, Inc. 4

5 2.2 Sensor Control UVC extension control UVC Device Firmware provides the Extension Unit (XU) which is an extended interface of UVC standard. The camera module can be controlled by XU. Host Library in FX3Cam SDK provides interfaces which enables user application to control the camera module (For details, see FX3Cam SDK Programmer s Guide) UVC standard control User application can also control the camera module via UVC standard interfaces without Host Library, however UVC standard control cannot control all functions of the camera module. In addition, setting values of the UVC standard control defined by UVC standard and actual setting values of the camera module do not necessarily match. Furthermore, the original role of UVC standard control and the function of a camera module are not always the same. UVC standard control of UVC Device Firmware is mainly prepared for a user to be able to experience the sensor function where Host Library or application using Host Library is not provided. Note that the normal operation cannot be guaranteed if sensor control by XU and sensor control by UVC standard control are in use at the same time. List of UVC standard control supported by UVC Device Firmware: Unit/ Controls Control value on Control value on UVC Setting value on Function and Terminal UVC standard Device Firmware (A) Camera module (B) description CT CT_AE_MODE_CONTROL Bitmap Bitmap - AE mode D0: Manual D0: Manual D1: Auto D1: Auto D2: Shutter Priority D2: Shutter Priority D3: Aperture Priority D3: Aperture Priority CT_AE_PRIORITY_CONTROL 0: Fixed frame rate Same as on the left. - Slow shutter 1: Variable frame rate CT_EXPOSURE_TIME_ABSOLUTE_CONTROL Number 1 to 38 Same as on the left. Exposure time CT_FOCUS_ABSOLUTE_CONTROL Number 0 to 99 - Manual focus CT_FOCUS_AUTO_CONTROL 0: Disable 0: Disable - AF on still image 1: Enable 1: Enable capture CT_IRIS_ABSOLUTE_CONTROL Number 100 to 260 Same as on the left. Gain CT_ZOOM_ABSOLUTE_CONTROL Number 0 to 61 Same as on the left. Digital zoom CT_ROLL_ABSOLUTE_CONTROL Signed number 0: normal - Mirror, flip 1: right/left inverse 2: up/down/right/left Infinitegra, Inc. 5

6 inverse 3: up/down inverse PU PU_BACKLIGHT_COMPENSATION_CONTROL Number, 0: Disable Same as on the left. Backlight 0: Disable 1: Enable compensation. Other: Enable PU_BRIGHTNESS_CONTROL Signed number 0 to 15 Same as on the left. Brightness. PU_CONTRAST_CONTROL Number 0 to 16-8 to 8 Contrast. A = B + 8 PU_GAIN_CONTROL Number 0 to to 32 Gain. A = B + 32 PU_HUE_CONTROL Signed number -128 to 127 Same as on the left Hue. PU_SHARPNESS_CONTROL Number 0 to 16-8 to 8 Sharpness. A = B + 8 PU_WHITE_BALANCE_TEMPERATURE_CONTROL Number 0: AUTO - White balance mode 1: ATW 2: Light bulb 3: Neutral color fluorescent light 4: Clear sky 5: Cloudy sky 6: Daylight color fluorescent light 7: Light bulb color fluorescent light PU_WHITE_BALANCE_TEMPERATURE_AUTO_CONTROL 1: Enable 0: Current white balance - White balance HOLD Other: Disable mode 1: White balance HOLD Infinitegra, Inc. 6

7 2.3 Multi-Function Device Mode Multi-Function Device Mode, consists of UVC and Vendor Specific Class, was added from the version (note that this function is presently alpha version). Vendor Specific Device provides two main functions which are Sensor Control and still image data acquisition. For an example, when the operating system, such as Linux, does not support Method 2, still image capture method, Vendor Specific Class enables the still image capturing successfully. Please note that when Multi-Function Device Mode is active, UVC device will not perform still image capturing. Additionally, UVC standard control becomes inoperative. You can set Multi-Function Device Mode by using the Host Library. Multi-Function Device Mode is disabled by default. Please refer to FX3Cam SDK for FCB-MA130 Programmer s Guide attached to SDK for more details. Also, SDK s sample application CamControlTest contains setting option. Please access to help menu of CamControlTest for more details. The support of this function has been canceled. The operation cannot be guaranteed if this function is enabled. 2.4 Operating Environment Hardware FCB-MA130 camera module FPC/FFC cable USB3.0 board for FCB-MA130 UVC Device Firmware are compatible with following boards CAT-MA130B (manufactured by S.E.Technologies) CAT-MA130C (manufactured by S.E.Technologies) UB3-01 (manufactured by Sony) Software Image file of UVC Device Firmware CAT-MA130B : installed at the time of shipment CAT-MA130C : installed at the time of shipment UB3-01 : please ask your distributor Host Operating System Windows 7 SP1, Windows 8.1 Infinitegra, Inc. 7

8 2.5 Installation The device driver will be installed automatically when FCB-MA130 USB3.0 board with UVC Device Firmware is connected to HOST. This is solely because UVC Device Firmware is compatible with UVC specification. Device will appear under Imaging devices in Device Manager. If the type of USB3.0 board is CAT-MA130B/C, name of device will be CAT-MA130 as shown above. If the board is UB3-01, name of device will start with Infinitegra SW:. Infinitegra, Inc. 8

9 3 Troubleshooting 1. Device cannot be recognized as USB3.0 device. Ensure USB port/connector on HOST supports USB3.0. Reconnect (Unplug/Plug) USB cable. Ensure USB cable supports USB3.0. Insert the connector half way, and then insert all the way. There are some cases that USB3.0 cannot be recognized depending on the HOST environment without this step. 2. HOST is slow detecting UVC device A function to retrieve the serial number from the sensor during the firmware s initial processing was added from version Executing this function takes approximately two seconds which resulted in slow detection comparing to previous firmwares up to version This behavior is by design. Infinitegra, Inc. 9

10 4 Known Issues The same issue with Hi-Speed link in version occurs during the preview resolution VGA (640x480). Capturing still images consecutively at short intervals may cause the preview to freeze (Degraded due to installation of Multi-Function Device Mode) Output data from FCB-MA130 USB3.0 board sometimes is corrupted when controlling sensor by XU on a Hi-Speed link. As the result, unexpected performance may occur on Host such as losing camera board connection, etc. Infinitegra, Inc. 10

11 5 Release Notes Improved the performance of preview resolution VGA (640x480) with Hi-Speed connection. Fixed the problem of display being frozen when still images are captured consecutively Improved the performance under Hi-Speed connection. Added a function to retrieve the serial number from the sensor. Added an updating function for the firmware. Added Multi-Function Device Mode Improved the performance on Android Reduced ROM/RAM usage. Internal changes for the CAT-MA130 board Changed product name of USB descriptor. Added CT and PU control. Improved the performance on Linux and Mac environment. Fixed the problem that still image capture failed and video preview stay stopped on High Speed mode. Internal changes Added PU controls. Internal changes Internal changes First release Infinitegra, Inc. 11

12 User s Guide Revision History Rev Description Added description about cancellation of Multi-Function Device Mode function Added more description to 2.3 Multi-Function Device Mode. Added contents to 3 Troubleshooting and 4 Known Issues Added a section 2.3 Multi-Function Device Mode" Changed the document structure Changed description for firmware s file name and device name Added description about UVC controls Initial version Infinitegra, Inc. 12

FCB-MA130 USB3.0 Board UVC Device Evaluation Software User s Guide

FCB-MA130 USB3.0 Board UVC Device Evaluation Software User s Guide FCB-MA130 USB3.0 Board UVC Device Evaluation Software User s Guide Rev 1.4.0 Infinitegra, Inc. www.infinitegra.co.jp Infinitegra, Inc. 1 Notice for this document Infinitegra, Inc. (indicate as Infinitegra

More information

OWLIFT User s Guide. OWLIFT User s Guide Infinitegra Inc. 1

OWLIFT User s Guide. OWLIFT User s Guide Infinitegra Inc. 1 OWLIFT User s Guide 2018-08-20 Infinitegra Inc. 1 Notice for this document Infinitegra, Inc. (hereinafter referred to as Infinitegra ) has a right of all information in this document. Infinitegra allows

More information

USB PTZ Camera Controller User Manual

USB PTZ Camera Controller User Manual USB PTZ Camera Controller User Manual Version: 03 Issue Date: JUN 12, 2017 Copyright Information Copyrights Lumens Digital Optics Inc., All rights reserved. Lumens is a registered trademark of Lumens Digital

More information

OWLIFT SDK Developer s Guide

OWLIFT SDK Developer s Guide OWLIFT SDK Developer s Guide Rev 1.7.0 Infinitegra Inc. 1 Notice for this document Infinitegra, Inc. (hereinafter referred to as Infinitegra ) has a right of all information in this document. Infinitegra

More information

PTZ Conference Room USB Camera

PTZ Conference Room USB Camera PTZ Conference Room USB Camera P/N 35520 User's Manual SAFETY WARNINGS AND GUIDELINES Please read this entire manual before using this device, paying extra attention to these safety warnings and guidelines.

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

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

Auto Flash Off Portrait Landscape Action

Auto Flash Off Portrait Landscape Action Exposure Modes Turn the exposure mode dial to P, S, A, M or one of the symbols representing the auto modes. Auto The Auto mode is the simplest exposure mode available. The camera controls most of the settings,

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

1/2.7-type interline primary-colour CCD Total pixels: 3.3 million. Auto and 50,100, 200, and 400 ISO equivalents mm (35mm equivalent: mm)

1/2.7-type interline primary-colour CCD Total pixels: 3.3 million. Auto and 50,100, 200, and 400 ISO equivalents mm (35mm equivalent: mm) Technical Specifications Number of effective pixels: CCD: Camera sensitivity: Focal length: Lens construction: Maximum aperture: 3.2 million 1/2.7-type interline primary-colour CCD Total pixels: 3.3 million

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

Operating Manual. (Version 3.5)

Operating Manual. (Version 3.5) Operating Manual (Version 3.5) Thank you for purchasing this PENTAX Digital Camera. This is the manual for PENTAX REMOTE Assistant 3 software for your Windows PC or Macintosh for enabling you to set and

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

USB Camera Technologies and its Applications

USB Camera Technologies and its Applications Booth 1H82.1 USB Camera Technologies and its Applications Sony FCB-Micro Series USB3.0 Camera Android USB Camera Yoshihiro Shimizu Infinitegra, Inc. http://www.infinitegra.co.jp Nov. 6, 2014 Infinitegra

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

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

Firmware Update Manual for Sony Cyber-shot digital still cameras

Firmware Update Manual for Sony Cyber-shot digital still cameras Firmware Update Manual for Sony Cyber-shot digital still cameras - DSC-T1 The term Firmware refers to the software in your Cyber-shot camera. You can update this software to solve problems or to add new

More information

SONY FCB - EH6300/4300

SONY FCB - EH6300/4300 IVS-HDMI-12 IVS-SDI-12 HD Interface Boards With SONY FCB - EH6300/4300 USER Manual IVS Imaging LLC., 101 Wrangler Dr. S201, Coppell TX 75019 Tel: 469-635-6810 Page 1 IVS-HDMI-12 LVDS to HDMI Introduction:

More information

Specifications CAMEDIA C-8080 WIDE ZOOM

Specifications CAMEDIA C-8080 WIDE ZOOM Specifications CAMEDIA C-8080 WIDE ZOOM Model Type CAMEDIA C-8080 WIDE ZOOM Digital camera with 4.5 cm/1.8 inch sunshine colour TFT LCD monitor. Image sensor Image sensor 2/3 inch CCD solid-state image

More information

Technical Specifications DiMAGE G600

Technical Specifications DiMAGE G600 Technical Specifications DiMAGE G600 Number of effective pixels: 6.0 million CCD: 1/1.76-type interline primary-color CCD Total pixels: 6.40 million Camera sensitivity: Auto, ISO 50, 100, 200, 400 equivalents

More information

TruVision HD-TVI 1080P Wedge Camera Configuration Manual

TruVision HD-TVI 1080P Wedge Camera Configuration Manual TruVision HD-TVI 1080P Wedge Camera Configuration Manual P/N 1073184-EN REV A ISS 23JUN16 Copyright Trademarks and patents Contact information Customer support 2016 United Technologies Corporation. All

More information

KONICA MINOLTA DiMAGE Z2 DIGITAL CAMERA

KONICA MINOLTA DiMAGE Z2 DIGITAL CAMERA KONICA MINOLTA DiMAGE Z2 DIGITAL CAMERA Specifications Number of effective pixels CCD Camera sensitivity Focal length Lens construction Maximum aperture Minimum focus distance Minimum macro distance 4.0

More information

DVR 514 Digital Video Recorder

DVR 514 Digital Video Recorder DVR 514 Digital Video Recorder User Manual 2010 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are

More information

User s Guide. Controller. Be sure to keep all user documentation handy for future reference.

User s Guide. Controller. Be sure to keep all user documentation handy for future reference. E User s Guide Controller Be sure to keep all user documentation handy for future reference. Read this first! The contents of this User s Guide are subject to change without notice. Copying of this manual,

More information

DiMAGE A200 Technical Specifications

DiMAGE A200 Technical Specifications DiMAGE A200 Technical Specifications Number of effective pixels: 8.0 million CCD: 2/3-type interlaced primary-colour CCD Total pixels: 8.3 million A/D conversion: 12bit Camera sensitivity: Auto, ISO 50,

More information

SC2000 Smart Kit Selection Checklist

SC2000 Smart Kit Selection Checklist SC2000 Smart Kit Selection Checklist Rev 0.3 13 August 2018 1 Copyright 2018 Warranty and Disclaimer The use of the deliverables (e.g. software, application examples, target boards, evaluation boards,

More information

Shenzhen SUNSKY Technology Limited

Shenzhen SUNSKY Technology Limited Introduction Thank you for purchasing the 15 Mega-Pixel Digital Camera w ith Auto-Focus zoom lens. Everything you need to take quality digital photos and videos is included with your camera. Your digital

More information

615HD Digital Video Camera

615HD Digital Video Camera 615HD Digital Video Camera User Manual 2009-2011 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are

More information

Vineon. Technology. Features:

Vineon. Technology. Features: Vineon Technology Your partner in digital imaging usb.camera Compact size Features: USB2.0 easy connection- No external power required Excellence color reproduction Excellence image quality Optimized for

More information

TruVision HD-TVI (1080P) / Analog Wedge Camera Configuration Manual

TruVision HD-TVI (1080P) / Analog Wedge Camera Configuration Manual TruVision HD-TVI (1080P) / Analog Wedge Camera Configuration Manual P/N 1073421-EN REV B ISS 13JUL18 Copyright Trademarks and patents Contact information and manuals / tools / firmware 2018 United Technologies

More information

CONTENTS. Before You Start. Initial Operation. Prepare For Shooting. What's in the Box Camera Parts Display Icons

CONTENTS. Before You Start. Initial Operation. Prepare For Shooting. What's in the Box Camera Parts Display Icons CONTENTS Before You Start What's in the Box Camera Parts Display Icons Initial Operation Install microsd Card & Batteries Power On/ Off Power Saving Mode Set Date & Time Prepare For Shooting Change Capture

More information

FCB-MA130 Version 1.0 4th Mar, 2013

FCB-MA130 Version 1.0 4th Mar, 2013 13 Mega Pixels Digital Camera Module - Specification FCB-MA130 1 Cover Page and Summary of Specification Image sensor Lens Focus Control Focus Control Expose Control White Balance Image Signal Function

More information

Owner s Manual Motorized Dome Cameras

Owner s Manual Motorized Dome Cameras Owner s Manual Motorized Dome Cameras GCA-C0245P GCA-C0345P Motorized Dome Day/Night Camera, 36x Zoom, WDR Motorized Dome Day/Night Camera, 36x Zoom, WDR GCA-C0245P.13.1.15.08.2011 ASP AG Content: 1.

More information

EOS-1Ds Mark II Ee-D Ee-S LCD panel Hot shoe X-sync contacts Main Dial Mode dial Shutter button Strap mount Self-timer lamp Lens release button Grip (Battery compartment) Depth-of-field

More information

FCB-EX E Series Colour Block Cameras

FCB-EX E Series Colour Block Cameras FCB-EX E Series Colour Block Cameras IMAGE SENSING SOLUTIONS Sony s FCB Series of colour block cameras offers excellent picture quality, superb flexibility, and easy operation in a variety of applications

More information

BL-VP101. Network Camera

BL-VP101. Network Camera BL-VP101 Network Camera BL-VP101 0.32 Megapixel high sensitivity CMOS Sensor Full frame (Up to 30 fps) transmission at VGA(640 x 480) image size H.264 and JPEG dual stream output High sensitivity with

More information

Camera Menus DINION 4000 AN. Quick Operation Guide

Camera Menus DINION 4000 AN. Quick Operation Guide Camera Menus DINION 4000 AN en Quick Operation Guide Analog Camera Menus Setup menu en 3 1 Setup menu Press the center button of the control pad to access the SETUP menu. Set Menu Press the up or down

More information

Aegis Electronic Group Image size Diagonal 7.33mm (Type 1/2.45) Primary color Bayer arrangement

Aegis Electronic Group  Image size Diagonal 7.33mm (Type 1/2.45) Primary color Bayer arrangement 13 Mega Pixels Digital Camera Module - Specification FCB-MA130 1 Cover Page and Summary of Specification Image sensor Lens Focus Control Focus Control Expose Control White Balance Image Signal Function

More information

INSTRUCTION MANUAL. Image Mate 4(MX-1) Please read this instruction manual carefully before using this product.

INSTRUCTION MANUAL. Image Mate 4(MX-1) Please read this instruction manual carefully before using this product. INSTRUCTION MANUAL Image Mate 4(MX-1) Please read this instruction manual carefully before using this product. TABLE OF CONTENTS TABLE OF CONTENTS... 2 INTRODUCTION... 3 GREETING... 3 NOTE... 3 BEFORE

More information

FLEXIDOME corner 9000 IR

FLEXIDOME corner 9000 IR FLEXIDOME corner 9000 IR VCN-9095 en OSD Menu Table of Contents 3 Table of Contents 1 Configuration 4 1.1 Menus 4 1.1.1 Menu navigation 4 1.1.2 Top level menus 4 1.2 Pre-defined modes 6 1.3 Day/Night

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

16 elements in 13 groups (includes two AD glass elements and two aspheric elements)

16 elements in 13 groups (includes two AD glass elements and two aspheric elements) Technical Specifications Number of effective pixels: CCD: Total pixels: A/D conversion: Camera sensitivity: Focal length: Lens construction: Maximum aperture: Minimum focus distance: Macro focus range:

More information

DVR 560HD Digital Video Recorder

DVR 560HD Digital Video Recorder DVR 560HD Digital Video Recorder User Manual 2010 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are

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

Variable-position: 0-90º

Variable-position: 0-90º Technical Specifications Number of effective pixels: 8.0 million CCD: 2/3-type interlaced primary-color CCD Total pixels: 8.3 million A/D conversion: 12 bit Camera sensitivity: Auto, ISO 64, 100, 200,

More information

HuddleCamHD 30x USB 3.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL

HuddleCamHD 30x USB 3.0 PTZ CAMERA INSTALLATION & OPERATION MANUAL HuddleCamHD 30x USB 3.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

DiMAGE 7 / DiMAGE 5 Technical Specifications

DiMAGE 7 / DiMAGE 5 Technical Specifications DiMAGE 7 / Technical Specifications CCD: DiMAGE 7: 2/3-type interline primary-color CCD with a total of 5.24 million pixels : 1/1.8-type interline primary-color CCD with a total of 3.34 million pixels

More information

Pro Series Cameras. Sentry360 Pro Series Configuration Guide

Pro Series Cameras. Sentry360 Pro Series Configuration Guide Sentry360 Pro Series Configuration Guide Camera Configuration Contents Changing Camera Settings:... 3 Info... 4 Network... 5 AE/AWB... 7 Image... 9 System... 10 Motion Detection... 11 H264... 12 Changing

More information

ACKNOWLEDGEMENTS... 3 ABOUT THIS EBOOK... 4 YOUR RIGHTS VERSUS MINE... 4 PRINTING THE EBOOK... 5

ACKNOWLEDGEMENTS... 3 ABOUT THIS EBOOK... 4 YOUR RIGHTS VERSUS MINE... 4 PRINTING THE EBOOK... 5 Table of Contents ACKNOWLEDGEMENTS... 3 ABOUT THIS EBOOK... 4 YOUR RIGHTS VERSUS MINE... 4 PRINTING THE EBOOK... 5 NOTE ON THE FIRST EDITION... 8 TABLE OF CONTENTS... 10 CONVENTIONS USED IN THIS EBOOK...

More information

CCD Camera Manual. OSD Control key. Specification. Instruction Drawing & Description. Using MENU

CCD Camera Manual. OSD Control key. Specification. Instruction Drawing & Description. Using MENU CCD Camera Manual 4.NR select 3D NR, 2D NR LEVEL to be MID Camera 1.Camera...1pcs. Specification Image Sensor Video System Pixel size Effective Image Area Number Of Effective Pixels Sensor scan mode Resolution

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

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

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

Specifications. Image Capture Device. Lens. Viewfinders

Specifications. Image Capture Device. Lens. Viewfinders Specifications Type Compact digital still camera with built-in flash, 20x Optical, 4x Digital and 80x Combined Zoom with Optical Image Stabilizer Image Capture Device Type 12.1 Megapixel, 1/2.3-inch CMOS

More information

Digital Camera / GVA12DC. Instruction Manual

Digital Camera / GVA12DC. Instruction Manual Digital Camera / GVA12DC Instruction Manual Introduction Thank you for purchasing the 12 Mega-Pixel Digital Camera. Everything you need to take quality digital photos and videos is included with your camera.

More information

Point 2 View User Manual

Point 2 View User Manual Point 2 View User Manual www.ipevo.com 6. Table freerec of Contents 1 Getting Started... 3 Key benefits of your Point 2 View:... 3 Flexible positioning... 3 Easy autofocus... 3 Smart P2V Software... 3

More information

Day & Night Full HD Dome IR IP Camera

Day & Night Full HD Dome IR IP Camera Day & Night 1080P@60fps Full HD Dome IR IP Camera Features Full HD 2.0 Megapixel CMOS image sensor 1080P@60fps 3D noise reduction (MCTF) 2D WDR function HDR function up to 120dB Defog function Digital

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

DVR 508NHD Digital Camcorder

DVR 508NHD Digital Camcorder DVR 508NHD Digital Camcorder User Manual 2009-2012 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are

More information

The New 5.0 Megapixel DiMAGE G500

The New 5.0 Megapixel DiMAGE G500 The New 5.0 Megapixel DiMAGE G500 The new DiMAGE G500 is a responsive, easy-to-use digital camera that provides high-quality 5 megapixel images. In spite of the size of this stylish compact camera, the

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

Polaris G50 Dash cam incident recorder.

Polaris G50 Dash cam incident recorder. Polaris G50 Dash cam incident recorder. Operation manual Quick Guide Thank you for purchasing the Polaris G50 DVR. The Polaris G50 DVR is a great product for capturing adventures and incidents both on

More information

DVR 520 / 1.8 Digital Video Recorder

DVR 520 / 1.8 Digital Video Recorder DVR 520 / 1.8 Digital Video Recorder User Manual 2010 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks

More information

e-cam51a_usb Datasheet October

e-cam51a_usb Datasheet October e-con Systems India Pvt Ltd RISHABH INFO PARK, RR Tower IV, 7th Floor, Super A-16 & A-17, Thiru-Vi-Ka Industrial Estate, Guindy, Chennai - 600 032. www.e-consystems.com e-cam51a_usb Datasheet Revision

More information

Instruction Manual for Waterproof DV

Instruction Manual for Waterproof DV Instruction Manual for Waterproof DV Thanks for choosing HD portable DV - HAPPY waterproof type series Please read the manual before you use Please follow below instructions if design or specification

More information

(and what the numbers mean)

(and what the numbers mean) Using Neutral Density Filters (and what the numbers mean) What are ND filters Neutral grey filters that effectively reduce the amount of light entering the lens. On solid ND filters the light-stopping

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

QPC80H2 Portable Visualizer. Quick Guide. This document is subject to change without notice.

QPC80H2 Portable Visualizer. Quick Guide. This document is subject to change without notice. QPC80H2 Portable Visualizer Quick Guide This document is subject to change without notice. Contents Warnings... 1 Parts Identification... 2 Control Panel... 3 Remote Control... 4 Portable Visualizer...

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

COLOR USB CAMERA. W-01U2 (Preliminary Specs SUBJECT TO CHANGE) For more details, see NEW ITEM.

COLOR USB CAMERA. W-01U2 (Preliminary Specs SUBJECT TO CHANGE) For more details, see   NEW ITEM. NEW ITEM COLOR USB CAMERA COLOR USB minib W-01U2 (Preliminary Specs SUBJECT TO CHANGE) [CHARACTERISTICS] -Miniature, Color USB camera -USB minib video class -Convenient back focusable CS Mount -Over 680TVL

More information

DVR 505 Digital Camcorder

DVR 505 Digital Camcorder DVR 505 Digital Camcorder User Manual 2016 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are the property

More information

DVR 548HD Digital Video Recorder

DVR 548HD Digital Video Recorder DVR 548HD Digital Video Recorder User Manual 2009-2011 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks

More information

Digital single-lens non-reflex AF/AE camera

Digital single-lens non-reflex AF/AE camera Specifications Recording Media Image Format Compatible Lenses Lens Mount Image Sensor Pixels Digital single-lens non-reflex AF/AE camera SD/SDHC/SDXC memory cards * UHS-I compatible Approx. 22.3 x 14.9mm

More information

HD Mini Square Camera. Key Features

HD Mini Square Camera. Key Features HD Mini Square Camera 1080p (1920 x 1080) @ 30fps (Standard) Easy Installation (HD Over Coax (BNC)) Board Lens f= 3.6mm or 6.0 mm HD-SDI (Serial Digital Interface Type Video Output) Selectable TV Out (NTSC

More information

NEX-7 Menu Structure

NEX-7 Menu Structure NEX-7 Menu Structure Shoot Mode Intelligent Auto Program Auto Aperture Priority Shutter Priority Manual Exposure 3D Sweep Panorama Sweep Panorama Anti-Motion Blur Scene Selection Sunset Portrait Sports

More information

FCB-PV Series. Colour Camera Block

FCB-PV Series. Colour Camera Block FCB-PV Series Colour Camera Block Image Sensing Solutions New High Quality Sony FCB-PV Progressive Scan Colour Block Cameras Expand Application Solutions by Combining Renowned Sony FCB Picture Quality

More information

Owner's Manual HD-SDI Cameras & Domes

Owner's Manual HD-SDI Cameras & Domes Owner's Manual HD-SDI Cameras & Domes GCH-K0274P 2 Megapixel Full HD Outdoor Motorised Dome SDI-Camera 18x Zoom ICR WDR GCH-K0274P.41.1.20.01.2012 ASP AG Content: 1. Introduction 1 2. Important Safety

More information

ViviCam S327 Digital Camera

ViviCam S327 Digital Camera ViviCam S327 Digital Camera User Manual 2009-2012 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are

More information

Inspire 1 Pro Release Notes

Inspire 1 Pro Release Notes 2017.07.10 Overview: 1. All-in-One firmware version updated to v01.11.01.50. 2. DJI GO app ios version updated to v3.1.13. 3. DJI GO app Android version updated to v V3.1.8. What s New: 1. Updated No Fly

More information

DVR 710HDv2 Digital Video Recorder

DVR 710HDv2 Digital Video Recorder DVR 710HDv2 Digital Video Recorder User Manual 2009-2011 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks

More information

DVR 528 Digital Video Camera

DVR 528 Digital Video Camera DVR 528 Digital Video Camera User Manual 2010 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks are the

More information

Aegis Electronic Group

Aegis Electronic Group FCB-EX1020/FCB-EX1020P FCB-EX Series Color Block Cameras www.sony.com/videocameras For More Information Please Call, Inc. * (888) 687-6877 Phone * aegis-g2@aegiselect.com * http://www.aegis-elec.com INTRODUCTION

More information

For Windows Operating manual

For Windows Operating manual For Windows Operating manual Thank you for downloading the PENTAX REMOTE Assistant. This document is the Operating Manual for the PENTAX REMOTE Assistant. In order to get the most out of the functions

More information

RICOH IMAGING COMPANY, LTD. wishes to announce the release of Firmware Update Software Version

RICOH IMAGING COMPANY, LTD. wishes to announce the release of Firmware Update Software Version Downloads : Firmware Update Thank you for using GR digital camera. RICOH IMAGING COMPANY, LTD. wishes to announce the release of Firmware Update Software Version 5.01 for GR. Firmware in this document

More information

Product Guide Specification

Product Guide Specification April 2017 Product Guide Specification Specifier Notes: This product guide specification is written according to the Construction Specifications Institute (CSI) 3-Part Format, based on MasterFormat 2016

More information

BLK-HD33IR HD-SDI Digital Video IR LED Dome Camera User Manual

BLK-HD33IR HD-SDI Digital Video IR LED Dome Camera User Manual BLK-HD33IR HD-SDI Digital Video IR LED Dome Camera User Manual Please read this manual before using your camera, and always follow the instructions for safety and proper use. Save this manual for future

More information

Owner's Manual HD-SDI Cameras & Domes

Owner's Manual HD-SDI Cameras & Domes Owner's Manual HD-SDI Cameras & Domes GCH-K0305B 2 Megapixel Full HD CMOS Box HD-SDI Camera ICR WDR GCH-K0305B.43.1.14.03.2012 ASP AG Content: 1. Introduction 1 2. Important Safety Instructions 1 3. Package

More information

EFFECTS OF STRAY LIGHT ENTERING YOUR CAMERA S VIEWFINDER EYEPIECE. Stanley E. Prevost

EFFECTS OF STRAY LIGHT ENTERING YOUR CAMERA S VIEWFINDER EYEPIECE. Stanley E. Prevost EFFECTS OF STRAY LIGHT ENTERING YOUR CAMERA S VIEWFINDER EYEPIECE Stanley E. Prevost March 12, 2016 Rev. 1 February 26, 2017 Rev. 2 Note: If you use a rangefinder, mirrorless or other non-reflex camera

More information

Architecture and Engineering Specifications SANYO VCC-HD4600P 4 Megapixel Full-HD Day/Night 10x AF Zoom Camera

Architecture and Engineering Specifications SANYO VCC-HD4600P 4 Megapixel Full-HD Day/Night 10x AF Zoom Camera Architecture and Engineering Specifications SANYO VCC-HD4600P 4 Megapixel Full-HD Day/Night 10x AF Zoom Camera A. General Characteristics: 1. Be designed to provide advanced image support resolutions up

More information

Architecture and Engineering Specifications SANYO VCC-HD Megapixel Full-HD Day/Night 10x AF High Speed Dome Camera

Architecture and Engineering Specifications SANYO VCC-HD Megapixel Full-HD Day/Night 10x AF High Speed Dome Camera Architecture and Engineering Specifications SANYO VCC-HD5600 2 Megapixel Full-HD Day/Night 10x AF High Speed Dome Camera A. General Characteristics: 1. Full Pan-Tilt-Zoom Functionality with continuous

More information

HD 30M IR Range Fixed Dome IP Camera

HD 30M IR Range Fixed Dome IP Camera HD 30M IR Range Fixed Dome IP Camera Features IR cut filter for day/night operations 30-meter infrared night vision 4MP resolution @ 20fps High Dynamic Range Description As with all M series cameras, the

More information

DVR 949HD Digital Video Camera

DVR 949HD Digital Video Camera DVR 949HD Digital Video Camera User Manual 2009-2012 Sakar International, Inc. All rights reserved. Windows and the Windows logo are registered trademarks of Microsoft Corporation. All other trademarks

More information

UltraView UVC WDR Box Camera User Manual

UltraView UVC WDR Box Camera User Manual UltraView UVC-6130-1 WDR Box Camera User Manual P/N 1072547C ISS 27JUL12 Copyright Trademarks and patents Manufacturer Certification FCC compliance ACMA compliance European Union directives Contact information

More information

Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use.

Before attempting to connect or operate this product, please read these instructions carefully and save this manual for future use. Operating Instructions Network Camera Model No. WV-SP105, WV-SP102 WV-SP105E, WV-SP102E WV-SP105 WV-SP102 WV-SP105 WV-SP102 Before attempting to connect or operate this product, please read these instructions

More information

DiMAGE 7 UPGRADE SOFTWARE

DiMAGE 7 UPGRADE SOFTWARE DiMAGE 7 UPGRADE SOFTWARE 9224-6766-11 H-A206 BEFORE YOU BEGIN Thank you for purchasing the Minolta DiMAGE 7 upgrade. This manual contains information specific to the upgraded model. To make full use of

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

ALI-TS1013R HD-TVI 3MP Mini-Turret Camera Quick Installation Guide

ALI-TS1013R HD-TVI 3MP Mini-Turret Camera Quick Installation Guide ALI-TS1013R HD-TVI 3MP Mini-Turret Camera Quick Installation Guide The ALIBI ALI-TS1013R turret camera include a new generation sensor with high sensitivity and advanced circuit design technology. They

More information

DV 5470 User Manual Package Contents:

DV 5470 User Manual Package Contents: DV 5470 User Manual Package Contents: Manual Camera Pouch Installation CD Earbuds AV Cable CONTENTS 1. NOTICE...2 2. SETUP...3 2.1 BATTERY INSTALLATION...3 2.2 MEMORY CARD...4 2.3 CONFIGURATION & INSTALLATION...4

More information

IP-8151P Vivotek - IP Cameras

IP-8151P Vivotek - IP Cameras IP-8151P Vivotek - IP Cameras Description VIVOTEK IP8151P represents the next-generation in video quality in network cameras. As one of the VIVOTEK's SUPREME Series products, users will be able to experience

More information