SoMA Product Description

Size: px
Start display at page:

Download "SoMA Product Description"

Transcription

1 SoMA Product Description

2 SoMA Product Description

3 Summary This document is the product description of the Sofica Multimedia Test Automation Solution (SoMA). SoMA is robot aided camera performance test system including software and hardware components. The main purpose of the SoMA is to automate execution of camera features validation process, which usually requires manual work. The document describes the system environment, components and principles of the test flow.

4 Contents SUMMARY... 2 CONTENTS... 4 TERMS AND ABBREVIATIONS CONCEPT OF SOMA VERIFICATION ENVIRONMENT Robot Arm Work Flow SOMA ARCHITECTURE Testing Different Software Layers Platform Requirements of the SoMA TEST EXECUTION SEQUENCE IN DUT TESTING LEVELS API TESTING Three steps of the API testing API Testing Targets FUNCTIONAL TESTING OF THE CAMERA FEATURES Result Reporting Test Configuration Functional Testing Targets Functional Tests PERFORMANCE TESTING Performance testing targets Performance Tests QUALITY TESTING... 20

5 9.1 Quality Test Charts Quality Tests... 20

6 Terms and Abbreviations API CPIQ Dalvik DUT Exif IPS display ISP SoMA Test box WinPRT Application Program Interface Camera Phone Image Quality, currently part of the IEEE standardization organization, work group P1858 Dalvik is the process virtual machine (VM) in Google's Android operating system. It is the software that runs the apps on Android devices. Device Under Test (i.e. target hardware) Exchangeable Image File Format In-Plane Switching Display Image Signal Processing Sofica Multimedia Test Automation Solution. The solution includes physical test environment building blocks and test automation enabler software as well as test cases used for automatic verification. Isolated box including the physical test environment Windows Phone Runtime library Table 1: Terms and abbreviations

7 1 Concept of SoMA SoMA offers a new way of testing camera systems. SoMA, an robot aided automated testing system of camera features, ensures early problem detection during R&D and contributes to improved product quality. The core of the SoMA is the verification server, which contains services to validate different camera features. These services verifies the captured images and recorded video using mathematical algorithms to analyze content of data. The services are used by the device under test (DUT) using the SoMA API. Moreover, the test results are stored to the database and they can be investigated via the user interface as Figure 1 illustrates. Figure 1: Concept of SoMA Even the SoMA offers complete test system, it can be integrated to the existing test system and used part by part. The SoMA DUT tests can be replaced by existing tests and the interface against the verification service is made using SoMA API which is easy to integrate. Onwards, the SoMA database can be replaced using existing database as well as the user interface of the SoMA. All in all, SoMA can be used as a stand-alone test system, which contains all the required parts of the automated test environment or it can be integrated to the existing test system, when the ready test mass can be used. In this case, the SoMA increases the existing test coverage and also automatically verifies the real output of the camera: captured images and recorded video.

8 2 Verification Environment The automated verification of the captured images and video stream requires stable and isolated environment to prevent the disturbances. For example, reflections of external light sources will affect to the testing. Therefore, the SoMA system offers an isolated test box, which ensures objective, reliable and repeatable test environment. The default SoMA test environment consist of two different reference image sources: a LCD screen is used to the functional tests and transparent test charts are used for the quality regression testing. The usage of the LCD screen offers efficient way to use different reference data whereas the standard test charts allows to make very accurate quality tests. The quality test charts are illuminated using a light box, which is mounted inside the test environment. The environment supports up to 12 devices under tests (DUTs). The devices are located in mounting bracket inside the test box. The robot arm selects required device from the mounting bracket and adjust it towards the LCD screen or test chart depending on the executed test. The device swapping is done automatically by the SoMA. Figure 2: SoMA verification environment The Verification Environment consists of The test box that removes the interference and lightning reflections coming from the surrounding environment. Device Under Test can be any device that has a camera attached. LCD Display, the display uses an IPS-based panel and the native resolution is 3860x2140 Arduino based logic for audio/video synchronization testing Light box to illuminate the quality test charts A robot arm selects a DUT from the mounting bracket and adjusts the DUT against the LCD screen or test chart with correct orientation and distance.

9 2.1 Robot Arm The support of several testable devices requires a robot arm inside the test box. The robot has twofold functionality: it selects the required device from the slots of mounting bracket and calibrates the device position towards the LCD-screen or test chart. In the Figure 3 the robot arm has picked up a DUT from the first slot of mounting bracket and adjusted the device against Macbeth test chart to perform the color accuracy test. Figure 3: Robot arm mounting in the test box The DUTs are mounted to the tool exchanger that is compatible towards the robot arm. Five connectors in the tool exchanger enable to connect DUT using USB. The details of the mounting bracket and the tool exchanger are shown in Figure 4.

10 Figure 4: DUTs in the mounting bracket 2.2 Work Flow SoMA solution can be integrated as a part of automated development and testing workflow. Figure 5 shows the Sofica s automated tool chain, which executes SW building and testing activities automatically for the software directly from version control. This solution includes Test Automation and Test Results Generation parts of automated tool chain as well as SW Update Automation. Test Automation and SW Update can be initiated from continuous integration and dashboard user interface called Jenkins and as a result, it provides test results to the dashboard. Figure 5: Automated Tool Chain

11 3 SoMA Architecture The SoMA architecture can be divided to four entities: Test server containing UI features, database, verification server and device under test (DUT). By default, the test server, database and verification server are located to same PC. As defined in Figure 6, Jenkins continuous integration server with SoMA plugins provides the user interface of SoMA. Onwards, testrunner-lite provides access to DUT and controls test execution based on XML files. The DUT contains the tests which are using the verification server services via the verification server API. The SoMA can be integrated to the existing test system by adding required method calls to the test cases. These methods will open the connection to the server, send the test data to the server and correspondingly receives the test results from the server. The interface against the server is not mandatory in all test cases. For example, the API tests of the SoMA do not require test data verification by the verification server. The verification server contains two main components: engine and test services. The engine handles the message sending between verification server and DUT and the service plugin administration. Each testable feature has own verification service which includes the verification algorithms of the specific testable feature. The database contains results of each test. Captured images, detailed results, function sequences and possible crash data are all stored in the results database (MongoDB). Figure 6: Verification Server Architecture

12 A simplified test flow is introduced in Figure 6. The test execution steps as follows: 1. Test execution is started automatically or by user. 2. Jenkins plugin executes testrunner with given XML-file and other configurable parameters. 3. Testrunner starts test in DUT. The connection between test server and DUT can be, for example, adb connection. 4. The test uses SoMA API to query required services from the verification server. 5. The service verifies the captured image according to the test parameters and saves the captured image and detailed results to results database. 6. When testrunner receives the result of the test execution, it saves the function sequences and possible crash data to the database and informs Jenkins that test is executed. 7. When user queries the test result 8. SoMA Jenkins plugin opens a PHP-page which parses the specific results from the database. 3.1 Testing Different Software Layers Different software layers can be tested using SoMA as the Figure 7 defines. The most usual scenario is to test the user application API and the adaptation software layer towards the hardware. Making this kind of double testing, the location of possible software errors can be resolved as well as the performance of each software layer can be measured. Figure 7: Testing different software layers using SoMA 3.2 Platform Requirements of the SoMA The verification server requires Linux operating system. The server HW itself does not have any strict requirements; a normal workstation is enough to execute the test verifications. Verification server API is made with pure ANSI C++. This ensures the compatibility with most of the compilers. However, all the possible SW environments and platforms where the API is located are not known. Thus, a ready-compiled API library binary for all the possible combinations cannot be delivered.

13 4 Test execution Sequence in DUT Figure 8 shows an example test case sequence which is integrated to use the SoMA verification server. The yellow parts are the existing capture image test which is extended to support the verification of the data (green parts in the DUT). At the start-up, the existing test requests the reference image to be shown on the LCD display. The existing test code uses the camera of the DUT to take image from the display. Using the API, the existing test sends the captured data to the verification server and asks it to verify the correctness of the image. Finally, the test gets the result from the verification server and can set the verdict for the test accordingly. Figure 8: Execution sequence

14 5 Testing levels SoMA contains several, separately selectable and usable testing levels as shown in the Figure 9. The testing levels are ensuring efficient testing at key phases of development. Depending on the existing test entity, different combination of these test levels can be selected to support the camera development phases in the most efficient way. Figure 9: SoMA testing levels For example, the compatibility of the camera API can be ensured using the API testing. Onwards, when the features of the camera are implemented, the functional tests are effective. At the same time, performance tests can be started to detect the bottlenecks as early as possible. Stress and quality testing finalizes the testing entity by ensuring the robustness of the system and the final quality of the captured images. Even if tests are divided according to the development phases, all test levels can be used thorough the whole camera R&D process to avoid the regression. Following chapters defines the detailed information of the test levels. Also examples of detailed test descriptions are offered.

15 6 API Testing API testing of SoMA is more than a traditional API testing. Normally, the API testing concentrates to verify the compatibility of the API and test the parameter ranges of each method. The API testing of SoMA verifies also the dependencies between methods and makes robustness verification by testing illegal method scenarios. The API testing offers also possibility to compare the API compatibility and robustness between different devices. The API testing does not use reference images and the testing can be stand-alone test inside the DUT without the verification server and test environment. 6.1 Three steps of the API testing The API testing of the SoMA can be divided to the three steps: parameter tests, method dependency tests and method sequence tests. The first step contains the traditional API testing: the parameter space verification. The step verifies the functionality of the method by testing the smallest and greatest parameter value as well as random values between them. Also, a negative testing is done by given illegal parameter values to the method and verifying that the method returns correct error code. The second step of the API testing verifies the connectivity between methods. Normally, there are two kinds of dependences between methods: callbacks and set-get method pairs. The API testing test the set-get pairs by setting the parameters via set method and verifying, if corresponding get method returns correct value. The functionality of the get method is verified also in the situation, when illegal parameter value is set via the set method. Onwards, the callback logic also is ensured by detecting the required callback calls when corresponding methods are called. The third step of the API testing verifies the method sequences and the stability of the system when illegal method sequences are executed. This has revealed to be a very effective and stressful test to the camera systems and several robustness improvements are done after the sequence tests. The results of the API testing as well as exact method sequence are stored to the database and can be accessed via the user interface. Normally, the test result is simple pass/fail status, however, the testing can also cause severe effects like crashes. In this case, also the detailed crash information is saved to the database and it is available via the user interface. 6.2 API Testing Targets The API testing can be implemented against every API in several platforms. Currently, the SoMA API testing has large reference implementation against Android CameraHardwareInterface. The API testing contains 200 different tests against this interface. CameraHardwareInterface is the device driver interface of Android camera system and it offers C++ API. However, same kind of tests can be done, for example, against Java-API. SoMA has also option to execute external tests, for example, Android Compatibility Test Suite (CTS) tests. When SoMA API testing verifies the device driver interface, CTS ensures the compatibility of the application layer. Together these features create a very comprehensive testing entity of the whole camera system.

16 7 Functional Testing of the Camera Features The individual functional testing cases are called as services. The term is used because they are located in the server and they offer different verification services to the DUT. The characteristic of the service is depending on the required verification demand and the content of the test data. 7.1 Result Reporting Each test gives a simple pass/fail result. In addition, tests provide more detailed information about the result as defined in Figure 10. This information is stored to the database and optionally, also to the file system. Moreover, the method sequence and all used parameters of the methods can be saved and investigated later. All these results can be accessed via the user interface. Figure 10: Results of SoMA testing As in the API testing, functional testing can cause also severe effects like crashes. In this case, also the detailed crash information (e.g. logcat, core dump) is saved to the database and is available via the user interface.

17 7.2 Test Configuration Each test has configurable items which are read from the configuration file. The configuration file defines the used reference data for each case. Many of the tests have also configurable threshold values that are used to determine whether the test is a failure or not. The configuration file is structured so that each test has its own keywords, under which the configurable items are. 7.3 Functional Testing Targets The functional testing can be implemented against the camera API in several platforms. Currently, the SoMA functional testing has a large reference implementation against Android CameraHardwareInterface, Android Java Camera API and the Windows Phone Runtime Camera API of the Windows Phone. 7.4 Functional Tests Currently, SoMA supports following functional tests: Image resolution Video resolution Image content verification Video content verification Image EXIF data correctness Auto Focus Auto Exposure Auto Exposure compensation Auto White Balance Dynamic Range Flash Zoom Face Detection Smile Detection Blink Detection Audio / Video synchronization Color effects IR hotspot Upcoming features Image stabilization test Panorama test

18 8 Performance Testing The performance testing reveals the bottlenecks of the camera system by measuring the execution times of different camera functionalities and combinations of the camera features. Very high resolution camera sensors may cause critical performance issues when megabyte sized images are processed in a very short time. The performance testing uses timestamps when the methods of the camera API are called and correspondingly when the result is received or callback method is executed. The execution time is simply the difference of these timestamps. The performance testing of SoMA measures and saves the execution time of each camera feature. For example, the compression time of the encoder can be measured as well as the shutter time with different auto focus settings. Even if this is quite straightforward measuring, different combinations of features may change the performance values significantly. SoMA enables to measure different combinations and recognize the most critical ones. Mainly, the performance tests do not require reference images. However, there are some features which affects to the performance and the image capturing circumstances should be static to ensure objective testing results. For example, the execution time of the auto focus and auto exposure depends on the environment. Therefore, part of the performance tests can optionally use the verification server. SoMA enables also to study performance trends between test executions. This is an essential feature to detect improvement of the development or, vice versa, detect the regression issues as early as possible. The performance testing enables also performance value comparison and benchmarking between different devices. 8.1 Performance testing targets The performance testing can be implemented against the camera API in several platforms. Currently, the SoMA performance testing has a large reference implementation against Android CameraHardwareInterface, Android Java Camera API and the Windows Phone Runtime Camera API of the Windows Phone. 8.2 Performance Tests Following list describes examples of SoMA performance tests: OpenCameraHardware_time - Measures the time to initialize the camera. AutoFocus_time - Measures the time that camera takes when focusing on to target. Shutter_time - Measures the shutter lag. CompressedImg_time - Measures the time that camera takes to capture compressed image. FocusShutterCompressed_time_Default - Measures the time taken for Autofocus, shutter lag and compressed image capture with default resolution. FiveShot_totalTime_Default - Measures the time to take 5 pictures in a row with default resolution. ShotToShot_Burst_3_time_Default - Measures shot-to-shot time with burst mode image capture. Test case captures 3 images, and calculates the time for each received image.

19 PreviewFrame_time - Measures the time to receive first preview frame after startpreview is called. RawImg_time - Measures the time that camera takes to capture raw image.

20 9 Quality Testing The quality testing is the next step from functional tests. Currently, four different camera characteristics are measured: noise of the system, color reproducing, true resolution and the lens specific issues like distortion and chromatic aberration. These tests give a good overall description of the camera quality. More ISP specific tests like texture blurring are currently in progress. 9.1 Quality Test Charts There are two different methods to show the test charts: Lens Distortion and Lateral Chromatic Aberration uses LCD-screen as a source of the test chart. Other quality tests use transparent test charts which are illuminated using a light box. All the test charts are standard test charts described by IEEE or CPIQ organizations. 9.2 Quality Tests Following list describes examples of SoMA quality tests: Noise - Measures the amount of noise in the camera system. Uses combined ISO OECF, ISO test chart. Color Accuracy Measures the color reproducing of the camera system. Uses Macbeth color test chart. Resolution Measures the true resolution of the camera system. Uses Enhanced ISO Resolution test chart. Lateral Chromatic Aberration Measures the phenomenon, where the different colors have different refractive index in the lens system. Measured using a dot chart according to the CPIQ instructions. Lens Distortion Measures the geometric changes which are caused by the lens system. Measured using a dot chart according to the CPIQ instructions.

The Benefits of GPU Compute on ARM Mali GPUs

The Benefits of GPU Compute on ARM Mali GPUs The Benefits of GPU Compute on ARM Mali GPUs Tim Hartley 1 SEMICON Europa 2014 ARM Introduction World leading semiconductor IP Founded in 1990 1060 processor licenses sold to more than 350 companies >

More information

E-510. Built-in image stabiliser Excellent dust reduction system 6.4cm / 2.5'' HyperCrystal LCD New image processing engine

E-510. Built-in image stabiliser Excellent dust reduction system 6.4cm / 2.5'' HyperCrystal LCD New image processing engine E-510 Built-in image stabiliser Excellent dust reduction system 6.4cm / 2.5'' HyperCrystal LCD New image processing engine Live View 10 Megapixel Live MOS sensor Professional functions Compact and ergonomic

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

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

Completing the Multimedia Architecture

Completing the Multimedia Architecture Copyright Khronos Group, 2011 - Page 1 Completing the Multimedia Architecture Erik Noreke Chair of OpenSL ES Working Group Chair of OpenMAX AL Working Group Copyright Khronos Group, 2011 - Page 2 Today

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

OSMO MOBILE 2. User Manual. v

OSMO MOBILE 2. User Manual. v OSMO MOBILE 2 User Manual v1.0 2018.02 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F

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

OSMO Release Notes Major Updates. Notes

OSMO Release Notes Major Updates. Notes 2017.08.31 1. Firmware Version: v1.11.2.70 2. DJI GO App ios Version: v3.1.15 3. DJI GO App Android Version: v3.1.11 1. Fixed an issue where videos could not be opened when recorded under multiple light

More information

ANDROID SYLLABUS. Advanced Android

ANDROID SYLLABUS. Advanced Android Advanced Android 1) Introduction To Mobile Apps I. Why we Need Mobile Apps II. Different Kinds of Mobile Apps III. Briefly about Android 2) Introduction Android I. History Behind Android Development II.

More information

Basic Specifications Number of pixels Approximately 10.3 mega pixels (gross), Approximately 9.1 mega pixels (effective) Image Sensor 1/2.3 Super HAD CCD Processor BIONZ Scan System Interlace scan Total

More information

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover

Megapixel IP66. IP66 Waterproof Housing, Cable through bracket and Anti-Fog Front Cover BU-3026 3-Megapixel 25 meter Wide Angle IR Bullet Type IPCAM IP66 Housing with Cable through Bracket 3-Megapixel 1/2.5" CMOS Sensor Support 25FPS at 2048x1536 or 30FPS at 1080P 802.3af PoE Port 2.6mm CS

More information

D11VR. USER MANUAL DVR Camera

D11VR. USER MANUAL DVR Camera D11VR USER MANUAL DVR Camera WHAT S INCLUDED D11VR WINDSHIELD BRACKET DC POWER CORD USB CABLE OWNER S MANUAL Welcome Thank you for choosing a Whistler product. We are dedicated to providing products that

More information

Fundamentals of Photography presented by Keith Bauer.

Fundamentals of Photography presented by Keith Bauer. Fundamentals of Photography presented by Keith Bauer kcbauer@juno.com http://keithbauer.smugmug.com Homework Assignment Composition Class will be February 7, 2012 Please provide 2 images by next Tuesday,

More information

Quick Start Guide V1.0

Quick Start Guide V1.0 Quick Start Guide V1.0 Overview The OSMO TM + is a professional handheld gimbal camera that combines mobility and stability in one device. Its camera features an optical zoom lens providing 3.5x optical

More information

When using custom white balance the custom setting could be automatically deactivated under certain circumstances - this is no longer the case.

When using custom white balance the custom setting could be automatically deactivated under certain circumstances - this is no longer the case. FlexColor 4.5.3b3 - read me Please note that this is public beta software. It is considered quite stable but of course it's beta status indicates that you may run into various issues. Making backups of

More information

DetectWORKS License Plate Recognition System. User Manual.

DetectWORKS License Plate Recognition System. User Manual. DetectWORKS License Plate Recognition System. User Manual. Contents Overview...4 1. Installation Guide...5 1.1. Camera...5 1.1.1 Camera Model Choice...5 1.1.2 Camera mounting...5 1.1.3 Capture at night...6

More information

Chapter 12-Close-Up and Macro Photography

Chapter 12-Close-Up and Macro Photography Chapter 12-Close-Up and Macro Photography Close-up images all taken with Hipstamatic on the iphone Close-up and Macro Examples All taken with close-up filter or reverse mount lens Macro Close-up Photography

More information

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

FCB-MA130 USB3.0 Board UVC Device Firmware User s Guide FCB-MA130 USB3.0 Board UVC Device Firmware User s Guide Rev 1.3.3-1 Infinitegra, Inc. www.infinitegra.co.jp Infinitegra, Inc. 1 Notice for this document Infinitegra, Inc. (hereinafter referred to as Infinitegra

More information

OSMO. Quick Start Guide V1.4

OSMO. Quick Start Guide V1.4 OSMO Quick Start Guide V1.4 Overview The OSMO TM is a professional handheld gimbal that combines mobility and stability in one device. Its camera shoots sharp 12MP still photos and stable video at up to

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

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014

Profiling and Debugging OpenCL Applications with ARM Development Tools. October 2014 Profiling and Debugging OpenCL Applications with ARM Development Tools October 2014 1 Agenda 1. Introduction to GPU Compute 2. ARM Development Solutions 3. Mali GPU Architecture 4. Using ARM DS-5 Streamline

More information

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on

Chapter 2: Operating-System Structures. Operating System Concepts 9 th Edit9on Chapter 2: Operating-System Structures Operating System Concepts 9 th Edit9on Silberschatz, Galvin and Gagne 2013 Chapter 2: Operating-System Structures 1. Operating System Services 2. User Operating System

More information

MAGNUS FHD ZIP. This is the smart investment in your quality, implementing one easily

MAGNUS FHD ZIP. This is the smart investment in your quality, implementing one easily tagarno FHD prestige Easy TAGARNO to use /ismagnification up 40x / Cost-efficient introducing a new agile erato within digital microscopy. Presenting an avant-garde new line of intelligent FULL HD digital

More information

In Chapters 4 and 6 I discussed the many options

In Chapters 4 and 6 I discussed the many options Chapter 7: The Custom Menu and the Setup Menu Figure 7-1. Icon for Custom Menu Highlighted In Chapters 4 and 6 I discussed the many options available to you in the Recording and Playback menu systems.

More information

Press Release. Brilliant images and additional colour modes

Press Release. Brilliant images and additional colour modes Press Release New Stylish Cyber-shot DSC-T30 Shoots Sharper Pictures with Sony s Double Anti-Blur Technology The camera offers a large 3-inch LCD screen and STAMINA that takes up to 420 shots Hong Kong,

More information

OSMO MOBILE. User Manual V

OSMO MOBILE. User Manual V OSMO MOBILE User Manual V1.2 2017.03 Searching for Keywords Search for keywords such as battery and install to find a topic. If you are using Adobe Acrobat Reader to read this document, press Ctrl+F on

More information

Basic guide to Canon EOS C

Basic guide to Canon EOS C Basic guide to Canon EOS C100 2017 This guide is designed to take you through the basic and essential functions of the Canon C100 camcorder. Battery insertion Have the camera in the off position. The power

More information

Introduction to Photography

Introduction to Photography Topic 5 - Basic DSLR Settings Learning Outcomes In this topic, you will learn about the functions of the buttons on the top, the side and the back of your camera. This will give you the platform to begin

More information

1 Key Features Video resolution: Image resolution: 12.4MP LENS: FOV

1 Key Features Video resolution:    Image resolution: 12.4MP LENS: FOV User Manual Model : M360 Full-view Action Camera 1 Key Features Video resolution: 4K@24fps, 2K@30fps, 1080p@96fps, 1080p@60fps, 1080p@30fps, 720p@120fps, 720@60fps. Image resolution: 12.4MP LENS: FOV 360

More information

Modern Robotics Inc. Sensor Documentation

Modern Robotics Inc. Sensor Documentation Sensor Documentation Version 1.0.1 September 9, 2016 Contents 1. Document Control... 3 2. Introduction... 4 3. Three-Wire Analog & Digital Sensors... 5 3.1. Program Control Button (45-2002)... 6 3.2. Optical

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

1 ZoomBrowser EX Software User Guide 5.0

1 ZoomBrowser EX Software User Guide 5.0 1 ZoomBrowser EX Software User Guide 5.0 Table of Contents (1/2) Chapter 1 Chapter 2 Chapter 3 What is ZoomBrowser EX? What Can ZoomBrowser EX Do?... 4 Guide to the ZoomBrowser EX Windows... 5 Task Buttons

More information

388 Photographer s Guide to the Fujifilm X100S

388 Photographer s Guide to the Fujifilm X100S Index A AC adapter 371 Advanced Filter menu option 143 150 chart of comparison images 145 Dynamic Tone setting 149 High-key setting 148 incompatibility with other settings 143 list of available settings

More information

Day & Night 1080P HD Auto Focus Dome IP Camera

Day & Night 1080P HD Auto Focus Dome IP Camera Day & Night 1080P HD Auto Focus Dome IP Camera Features Full HD 2 megapixel CMOS image sensor True H.264 AVC/MPEG-4 part 10 real-time video compression H.264 and Motion JPEG multi-profile video streaming

More information

Using Your Digital Camera

Using Your Digital Camera Using Your Digital Camera Presented by Tallahassee Senior Center Volunteer Instructor: Dr. Mike Francis Email: drmikef@comcast.net http://www.maf1.com/dcc 1 Digital Camera Topics for Everyone Camera Components

More information

OSMO. Quick Start Guide V1.0

OSMO. Quick Start Guide V1.0 OSMO Quick Start Guide V1.0 Overview The Osmo is a professional handheld gimbal that combines mobility and stability in one device. Its camera shoots sharp 12MP still photos and stable video at up to 4K.

More information

Stereo Rig Final Report

Stereo Rig Final Report Stereo Rig Final Report Yifei Zhang Abstract The ability to generate 3D images for the underwater environment offers researchers better insights by enabling them to record scenes for future analysis. The

More information

Adjust keyboard height/layout and position of the keypad for onehanded. Window

Adjust keyboard height/layout and position of the keypad for onehanded. Window Technical Specifications Carrier Boost Mobile Design Stylus Pen Display Exclusive Rear Key Customizable Keyboard Customizable Home Touch Buttons Customizable Settings for Writing and Drawing Large 5.7"

More information

Video Options. Tap ➀ while not recording to open video options.

Video Options. Tap ➀ while not recording to open video options. Instructions Video Options Tap ➀ while not recording to open video options. ➀ ➁ ➂ ➃ ➅ ➄ ➁ Switch between 16:9 and 4:3 formats. Some devices do not support video formats in 4:3 aspectratio. ➂ Video Resolution

More information

Please be aware that the features/specifications can differ from country to country.

Please be aware that the features/specifications can differ from country to country. United Kingdom DCR-HC51E This document was created on 26-Mar-2008 Simple, affordable, fun. Widely-available DV tape makes a great choice if you're into editing your own shots. Handycam quality video with

More information

Phocus Windows read-me

Phocus Windows read-me Phocus 2.8.3 Windows read-me December 9th 2014 Since Phocus 2.8.2 - in CMOS live video the option to use automatic exposure control has been added via a check box in the viewer top bar (requires firmware

More information

Lumix DMC-FZ8 7.2MP 12x High Zoom with Leica Lens. DMC-FZ8 - Silver [Model No: DMC-FZ8]RRP: $659 [GST Inc.]

Lumix DMC-FZ8 7.2MP 12x High Zoom with Leica Lens. DMC-FZ8 - Silver [Model No: DMC-FZ8]RRP: $659 [GST Inc.] Lumix DMC-FZ8 7.2MP 12x High Zoom with Leica Lens [DMC-FZ8] 12x Optical Zoom with Easy Manual Operation DMC-FZ8 - Silver [Model No: DMC-FZ8]RRP: $659 [GST Inc.] 12x High Optical Zoom - With this telephoto

More information

CS260 Intro to Java & Android 04.Android Intro

CS260 Intro to Java & Android 04.Android Intro CS260 Intro to Java & Android 04.Android Intro Winter 2015 Winter 2015 CS260 - Intro to Java & Android 1 Android - Getting Started Android SDK contains: API Libraries Developer Tools Documentation Sample

More information

XF Feature Update #4 SR1 Firmware Release Note

XF Feature Update #4 SR1 Firmware Release Note XF Feature Update #4 SR1 Firmware Release Note This release note describes the new features of Feature Update #4 for the XF Camera System. Downloading and installing Feature Update #4 SR1 (Camera package

More information

Android App Development

Android App Development Android App Development Course Contents: Android app development Course Benefit: You will learn how to Use Advance Features of Android with LIVE PROJECTS Original Fees: 15000 per student. Corporate Discount

More information

Just some thoughts about cameras. Please contact me if you have any questions.

Just some thoughts about cameras. Please contact me if you have any questions. Just some thoughts about cameras Please contact me if you have any questions. leah.rachlis@asd20.org Every student will need to have a camera to use for Digital Photography Class. It does not need to be

More information

Warrior G1SA. Warrior camera is a Professional, High Quality Digital Video Recorder that records in Full HD video by using a simple button operation.

Warrior G1SA. Warrior camera is a Professional, High Quality Digital Video Recorder that records in Full HD video by using a simple button operation. Quick Start Guide Warrior G1SA Thank you for purchasing the Full HD Warrior sports action camera. The Warrior camera can be mounted with the Bike & Helmet Kit or the Board Kit for the ultimate adventure

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

Silicon Imaging SI-2K DVR Operator s Manual

Silicon Imaging SI-2K DVR Operator s Manual Silicon Imaging SI-2K DVR Operator s Manual General The Silicon Imaging DVR software can either be run from a DVR or, if used with a Mini connected to a PC, as an application on the PC. The Getting Started

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

PL-D755 CMOS SONY IMX250 GLOBAL SHUTTER KEY FEATURES TYPICAL APPLICATIONS 5.01 MP

PL-D755 CMOS SONY IMX250 GLOBAL SHUTTER KEY FEATURES TYPICAL APPLICATIONS 5.01 MP PL-D755 CMOS SONY IMX250 GLOBAL SHUTTER The PL-D family of cameras links together the benefits of high frame rate CMOS technology with the high speed data throughput of USB 3.0 technology. The PL-D755 camera

More information

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

Cisco Video Surveillance 8400 IP Camera

Cisco Video Surveillance 8400 IP Camera Product overview The Cisco Video Surveillance 8400 IP Camera is an outdoor, high-definition, full-functioned video endpoint with an integrated infrared illuminator and industry-leading image quality and

More information

PANASONIC NV-GS90 DV CAMCORDER

PANASONIC NV-GS90 DV CAMCORDER PASONIC NV-GS90 DV CAMCORDER LED Video Light When illumination is insufficient, turn on the built-in LED video light to take crisp, colourful movies. The LED (light emitting diode) has low power consumption,

More information

Qualcomm Snapdragon 450 Mobile Platform

Qualcomm Snapdragon 450 Mobile Platform Qualcomm Snapdragon 450 Mobile Platform Kedar Kondap Vice President, Product Management Qualcomm Technologies, Inc. Snapdragon 400 Tier @qualcomm Qualcomm Snapdragon is a product of Qualcomm Technologies,

More information

Streaming Media. Advanced Audio. Erik Noreke Standardization Consultant Chair, OpenSL ES. Copyright Khronos Group, Page 1

Streaming Media. Advanced Audio. Erik Noreke Standardization Consultant Chair, OpenSL ES. Copyright Khronos Group, Page 1 Streaming Media Advanced Audio Erik Noreke Standardization Consultant Chair, OpenSL ES Copyright Khronos Group, 2010 - Page 1 Today s Consumer Requirements Rich media applications and UI - Consumer decisions

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

SHENZHEN RISE ELECTRONIC CO.,

SHENZHEN RISE ELECTRONIC CO., 2.0MP H.265 Waterproof IR Bullet IP Camera with Audio, 3.0mega pixels 2.8-12mm Varifocal Lens, POE Power Supply, VSS Mobile APP. FOB: US$41.73-US$43.71 With POE (inside) With POE (outside) Model: RC-BM75V-2MPV-POE-AUDIO

More information

Lenses. Digital Cameras. Lenses. Lenses. Light focused by the lens. Lenses. Aperture Shutter Speed Holding a Camera Steady Shooting Modes ISO

Lenses. Digital Cameras. Lenses. Lenses. Light focused by the lens. Lenses. Aperture Shutter Speed Holding a Camera Steady Shooting Modes ISO Lenses Digital Cameras Light focused by the lens Lenses Aperture Shutter Speed Holding a Camera Steady Shooting Modes ISO Lenses Lenses Positive lens Converging lens Focuses image What is difference in

More information

Software Development & Education Center ANDROID. Application Development

Software Development & Education Center ANDROID. Application Development Software Development & Education Center ANDROID Application Development Android Overview and History ANDROID CURRICULUM How it all got started Why Android is different (and important) Android Stack Overview

More information

Type. Effective pixels. Image sensor. Lens. Focal length. F-number. f/2.8 to 8 f/2.8 to 6.5. Lens construction. Magnification. Vibration reduction

Type. Effective pixels. Image sensor. Lens. Focal length. F-number. f/2.8 to 8 f/2.8 to 6.5. Lens construction. Magnification. Vibration reduction Nikon Coolpix P1000 Type Nikon Coolpix P900 Compact digital camera Compact digital camera Effective pixels 16.0 million (Image processing may reduce the number of effective pixels.) 16.0 million (Image

More information

DVR101 HD DASH CAM & 12MP CAMERA

DVR101 HD DASH CAM & 12MP CAMERA DVR101 HD DASH CAM & 12MP CAMERA GENERAL - Display: 3 HD LCD - Chipset: Novatek 96223 - Image Sensor: SC1143, 1.0M CMOS - Outputs: USB - PC Interface: USB - Power Supply: 12/24V Cig. Lead Charger - Input

More information

Compatible Lenses Canon EF lenses including EF-S lenses (35mm-equivalent focal length is approx. 1.6x the lens focal length)

Compatible Lenses Canon EF lenses including EF-S lenses (35mm-equivalent focal length is approx. 1.6x the lens focal length) Digital, single-lens reflex, AF/AE camera Recording Media SD memory card, SDHC memory card Image Format 22.3mm x 14.9mm (APS-C size) Compatible Lenses Canon EF lenses including EF-S lenses (35mm-equivalent

More information

The Future of 3D Graphics NVIDIA

The Future of 3D Graphics NVIDIA The Future of 3D Graphics GPUs are Great at Graphics Crysis 2006 Crytek / Electronic Arts Hellgate: London 2005-2006 Flagship Studios, Inc. Licensed by NAMCO BANDAI Games America, Inc. Full Spectrum Warrior:

More information

Photography Digital still cameras Measuring shooting time lag, shutter release time lag, shooting rate, and start-up time

Photography Digital still cameras Measuring shooting time lag, shutter release time lag, shooting rate, and start-up time INTERNATIONAL STANDARD ISO 15781 Second edition 2015-03-15 Photography Digital still cameras Measuring shooting time lag, shutter release time lag, shooting rate, and start-up time Photographie Caméras

More information

Minolta DiMAGE E203 Small, Simple, and Versatile 2.0 Million Pixel,* 3X Zoom Digital Camera

Minolta DiMAGE E203 Small, Simple, and Versatile 2.0 Million Pixel,* 3X Zoom Digital Camera NPI Minolta DiMAGE E203 Small, Simple, and Versatile 2.0 Million Pixel,* 3X Zoom Digital Camera Minolta is pleased to introduce the DiMAGE E203, a compact digital camera with high-quality images, automated

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

Day & Night 1080P HD Auto Focus Vandal Resistant Dome IP Camera

Day & Night 1080P HD Auto Focus Vandal Resistant Dome IP Camera Day & Night 1080P HD Auto Focus Vandal Resistant Dome IP Camera Features Full HD 2 megapixel CMOS image sensor True H.264 AVC/MPEG-4 part 10 real-time video compression H.264 and Motion JPEG multi-profile

More information

New Features Guide. Version 3.30 BL

New Features Guide. Version 3.30 BL New Features Guide Version 3.30 Features added or changed as a result of firmware updates may no longer match the descriptions in the documentation supplied with this product. Visit our website for information

More information

1080p HD Car Event Recorder

1080p HD Car Event Recorder User Manual 1080p HD Car Event Recorder QV 3842 Product description 1 2 3 4 5 9 6 7 10 8 11 1 GPS 5 Menu 9 Power On/Off 2 HDMI Out 6 Up 10 MicroSD Card Slot 3 Reset 7 Down 11 Play/Stop 4 Mini USB Out 8

More information

A-307. Mobile Data Terminal. Android OS Platform Datasheet

A-307. Mobile Data Terminal. Android OS Platform Datasheet A-307 Mobile Data Terminal Android OS Platform Datasheet Revision 1.2 March, 2014 A-307 Platform Overview A-307 Platform Overview The A-307 provides Original Equipment Manufacturers (OEMs) and Telematics

More information

INSTRUCTION MANUAL DVR1 FLIP DOWN HD DVR SPECIFICATIONS

INSTRUCTION MANUAL DVR1 FLIP DOWN HD DVR SPECIFICATIONS DVR1 FLIP DOWN HD DVR SPECIFICATIONS GENERAL - Display: 2 LCD TFT - Rotates 180 - Image Sensor: 5MP, 1/3 Colour CMOS - Resolutions: HD 720p with 1080p Upscaling - Viewing Angle: 120 - Camera Adjustment:

More information

PD910. 3MP bubbleless PTZ dome camera with 40x zoom

PD910. 3MP bubbleless PTZ dome camera with 40x zoom SIQURA PD910 3MP bubbleless PTZ dome camera with 40x zoom DESCRIPTION The PD910 is a 3-megapixel IP outdoor PTZ dome camera without a bubble. A powerful high-grade 40x optical zoom lens ensures sharp and

More information

User manual of the 4K camera waterproof gimbal

User manual of the 4K camera waterproof gimbal User manual of the 4K camera waterproof gimbal www.swellpro.com Content Installation 03 Operation 04 Gimbal Control Camera Control 04 04 Camera 04 Insert Micro SD card Camera Setting and Usage Camera Setting

More information

The compact digital camera with big potential. National Sales & Service Headquarters Pentax Corporation 35 Inverness Drive East Englewood, CO

The compact digital camera with big potential. National Sales & Service Headquarters Pentax Corporation 35 Inverness Drive East Englewood, CO National Sales & Service Headquarters Pentax Corporation 35 Inverness Drive East Englewood, CO 801121 Post Office Box 6509 Englewood, CO 80155-6509 (303) 799-8000 L1667 www.pentaxusa.com Printed in U.S.A.

More information

CMOS SONY IMX250 GLOBAL SHUTTER mm. Biometrics Medical Imaging PCB & Flat Panel Display Insection

CMOS SONY IMX250 GLOBAL SHUTTER mm. Biometrics Medical Imaging PCB & Flat Panel Display Insection og y Te ch no l of KEY FEATURES 5.01 MP 81 ts CMOS FRAMES 3.45 µm im en Per Sec. COLOR C om pl 12 BIT e Ph as The PL-D family of cameras links together the benefits of high frame rate CMOS technology with

More information

Reviewer s Guide of HUAWEI EnVizion 360 Camera

Reviewer s Guide of HUAWEI EnVizion 360 Camera Reviewer s Guide of HUAWEI EnVizion 360 Camera Product Introduction HUAWEI 360 Camera is the world s most compact & portable 360 camera that supports convenient social media sharing. With elegantly design

More information

AX0-100 Q&As. Axis Network Video Exam. Pass Axis AX0-100 Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from:

AX0-100 Q&As. Axis Network Video Exam. Pass Axis AX0-100 Exam with 100% Guarantee. Free Download Real Questions & Answers PDF and VCE file from: AX0-100 Q&As Axis Network Video Exam Pass Axis AX0-100 Exam with 100% Guarantee Free Download Real Questions & Answers PDF and VCE file from: 100% Passing Guarantee 100% Money Back Assurance Following

More information

Steelsring EF/GFX Smart Adapter. User s Guide

Steelsring EF/GFX Smart Adapter. User s Guide Steelsring EF/GFX Smart Adapter User s Guide Version 0.1 updated 2017/09/15 Thank you for choosing Steelsring products 1. Function of parts 1. Lens release button Pull down to release the lens locking

More information

HP Photosmart M22/M23 Digital Camera with HP Instant Share. User s Manual

HP Photosmart M22/M23 Digital Camera with HP Instant Share. User s Manual HP Photosmart M22/M23 Digital Camera with HP Instant Share User s Manual Legal and notice information Copyright 2005 Hewlett-Packard Development Company, L.P. The information contained herein is subject

More information

Watchmaker precision for robotic placement of automobile body parts

Watchmaker precision for robotic placement of automobile body parts FlexPlace Watchmaker precision for robotic placement of automobile body parts Staff Report ABB s commitment to adding value for customers includes a constant quest for innovation and improvement new ideas,

More information

The Phantom v3411 provides a widescreen CMOS sensor and greater than 4 Gigapixels/second throughput

The Phantom v3411 provides a widescreen CMOS sensor and greater than 4 Gigapixels/second throughput Datasheet Sensor Spectral Response {tab= Description} The Phantom v3411 provides a widescreen CMOS sensor and greater than 4 Gigapixels/second throughput 1 / 11 - Custom-designed 1280 x 800 CMOS sensor

More information

Stylus S7030 / Orange Stylus S7030 / Purple

Stylus S7030 / Orange Stylus S7030 / Purple PN# Descriptions 226425 FE-370 / Black NA OLYMPUS FE370 CAMERA BLACK WITH ACCESSORY KIT 226430 FE-370 / Blue NA OLYMPUS FE370 CAMERA SILVER WITH ACCESSORY KIT NA OLYMPUS FE370 CAMERA RED WITH ACCESSORY

More information

Digital Photography. University of Utah Student Computing Labs Macintosh Support

Digital Photography. University of Utah Student Computing Labs Macintosh Support Digital Photography Digital Photography University of Utah Student Computing Labs Macintosh Support mac@scl.utah.edu www.macos.utah.edu We Will Cover Features to look for in a digital camera Camera accessories

More information

Black Magic Cinema Camera 2.5k - Guide

Black Magic Cinema Camera 2.5k - Guide Black Magic Cinema Camera 2.5k - Guide The Black Magic Cinema Camera (BMCC) offers filmmakers the possibility of shooting highresolution images, with a wide dynamic range in an uncompressed RAW image.

More information

DATA SHEET HD SUBSEA VIDEO/STILLS CAMERA RAYHDCAM-002LANC

DATA SHEET HD SUBSEA VIDEO/STILLS CAMERA RAYHDCAM-002LANC EXTREME ENVIRONMENT EQUIPMENT TECHNOLOGY DATA SHEET HD SUBSEA VIDEO/STILLS CAMERA RAYHDCAM-002LANC SPECIFICATIONS Camera Type: HDR CX12 or similar Video Format; MPEG4 AVC/H.264 ; 1920-1080i ; 1440x1080i

More information

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP)

ORACLE UNIVERSITY AUTHORISED EDUCATION PARTNER (WDP) Android Syllabus Pre-requisite: C, C++, Java Programming SQL & PL SQL Chapter 1: Introduction to Android Introduction to android operating system History of android operating system Features of Android

More information

ND 1202 ND 1203 ND monochrome flat-panel display for position values, dialogs and inputs, graphics functions and soft keys

ND 1202 ND 1203 ND monochrome flat-panel display for position values, dialogs and inputs, graphics functions and soft keys ND 1202 ND 1203 ND 1204 Axes* 2 (XY) 3 (XYQ) or 3 (XYZ) 4 (XYZQ) Encoder inputs*» 1 V PP or «TTL (other interfaces upon request) Subdivision factor 10-fold (only for 1 V PP ) Display step 1) Display 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

Compact digital still camera with built-in flash and 4.0x Optical/4.1x Digital/16x Combined Zoom

Compact digital still camera with built-in flash and 4.0x Optical/4.1x Digital/16x Combined Zoom Canon Powershot G6 Digital Camera Compact digital still camera with built-in flash and 4.0x Optical/4.1x Digital/16x Combined Zoom IMAGE CAPTURE DEVICE Type 1/1.8 inch type Charge-Coupled Device (CCD)

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

Section Ⅱ The X-Pro1 CONTENTS 24

Section Ⅱ The X-Pro1 CONTENTS 24 Section Ⅱ The X-Pro1 24 The Hybrid Multi Viewfinder The Optical Viewfinder (OVF) The attraction of optical viewfinders is that they provide a clear optical image with sharp bright brackets superimposed

More information

Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera

Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera Data Sheet Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Camera Product Overview Cisco Video Surveillance 2800 Series Standard Definition PTZ IP Cameras are feature-rich cameras designed

More information

Automated testing of embedded systems in medical device development

Automated testing of embedded systems in medical device development Automated testing of embedded systems in medical device development MedConf 2011 Munich 06 Oct 2011 Mechatronic AG Thomas Jetter & Sven Rippel MedConf 2011 - Munich, 06 Oct 2011 1 Mechatronic AG Founded

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

Embedded Solutions Digital Cameras Camera Phones Printers

Embedded Solutions Digital Cameras Camera Phones Printers Embedded Solutions Digital Cameras Camera Phones Printers Thanks to embedded imaging technologies from ArcSoft, today's customers can now manage, process, and print their images without ever having to

More information

Visual Communication: Basics of Photography Appendix 2

Visual Communication: Basics of Photography Appendix 2 11. Basics of Photography Synopsis This module provides an overview of the basics of photography.. Lectures 11.1 Cameras 11.2 Aperture 11.3 Shutter Speed 11.4 Light 11.5 Composition 11.6 Creative Exercises

More information

Product Evaluation Guide. for CMOS Megapixel IP Cameras. Version 1.0

Product Evaluation Guide. for CMOS Megapixel IP Cameras. Version 1.0 Product Evaluation Guide for CMOS Megapixel IP Cameras Version 1.0 TABLE OF CONTENT CHAPTER 1 INTRODUCTION... 4 1.1 PURPOSE... 4 1.2 OUTLINE... 4 CHAPTER 2 VIDEO COMPRESSION TECHNOLOGY... 4 2.1 WHAT VIDEO

More information

Embedded Device Server. White Paper. English ver 1.2

Embedded Device Server. White Paper. English ver 1.2 Embedded Device Server White Paper English ver 1.2 February 5, 2007 Overview In the field of device networking, device servers have been playing a huge role in providing network connectivity for serial

More information