Example.

Slides:



Advertisements
Similar presentations
DNR-322L & DNR-326.
Advertisements

Welcome to Keyboarding Pro DELUXE ® Get Started Get Started Create Your Student Record Create Your Student Record The Main Menu The Main Menu Send Files.
Setup windows 2003 server (standard edition.). Start the computer from the CD.
TIMS Telecommunications and Information Management Systems Customer Portal Tutorial.
MX250 V3.0 Call Recording, Archive and Archive Viewer.
Viewer Software Viewer software is a remote viewer software for control the DVR. -This software supports the multiple functions of the network. -It can.
AQS Web Quick Reference Guide Changing Raw Data Values Using Maintenance 1. From Main Menu, click Maintenance, Sample Values, Raw Data 2. Enter monitor.
Copyright ®xSpring Pte Ltd, All rights reserved Versions DateVersionDescriptionAuthor May First version. Modified from Enterprise edition.NBL.
1 How to start the Online Labs module ?. 22 System Requirement for doing Online Labs Before you start your course, make sure that you have following system.
Welcome to Keyboarding Pro DELUXE ® Get Started Get Started Create Your Student Record Create Your Student Record The Main Menu The Main Menu Send Files.
SchoolNet On-line Assessments. Sign-in to PowerTeacher 
Creating Multimedia Interaction with Windows Media Technologies 7.
Joining the Meeting When joining a meeting, choose one of the following methods: In the Outlook invitation, click Join online meeting or the meeting link.
Open Internet Explorer and type “help” (with no quotes) into the address line. Press Enter Entering Heat Tickets via the Web.
Example. Outline How to get live stream How to set audio on/off How to get schedule logs How to query events How to get metadata logs How to get DI status.
1 How to start the Online Labs module ?. 22 System Requirement for doing Online Labs Before you start your course, make sure that you have following system.
The Computer The Survival Guide to Turning On, Logging On, Logging Off, and Shutting Down Your Computer.
IViewer v3.5 release meeting 2014/01/23. New features in iViewer v3.5 1) Support live view of Crystal v2.0 2) Favorite view 3) New Event list button 4)
Student Financial Assistance. Session 59-2 Session 59 Become an Import-Export Magnate with EDExpress.
Example. Outline How to get live stream How to set audio on/off How to get schedule Logs How to query events How to get DI/DO status How to control DO.
Fab25 User Training Cerium Labs LabCollector - LIMS Lynette Ballast.
Run the on your PC to start the firmware configuration process Run IP Config Tool.
How to configure alarm system
5/14/2003Sprint TekNet IP Train the Trainer1 Open TekNet Software If working at a client station, enter the IP address of the server and mark page as a.
Software Overview How to… Review Video and Data  Review the Journal Review the Journal  Simple Search Simple Search  Advanced Search Advanced Search.
Using Office Mix Click and Play. Insert Audio Recording Click Record button in Office Mix tab Turn off camera in Office Mix screen if it’s on Click Record.
Run the on your PC to start the firmware configuration process Run IP Config Tool.
IP camera SD card storage LOG INTO THE CAMERA Not all cameras have SD recording capabilities. A quick way to tell is to log into the camera. If.
Employee / Employer Self Service  An Introduction to Premier ESS.
Trusty E-Commerce Application User Guide
Logging Into Windows XP for first time (labs only!)
EZ MESSENGER CUSTOMER portal training
SQA Incident Tracking System Overview
About the To-Do Bar in Outlook
Creating an Online Test Session
TEMS Parent Portal.
Create a Public Holiday Calendar
Bonneville Junior High’s Locker Program
How to view the online lectures
CMS Central Version 1.0 Made by Eden Sun Jan 2010.
Welcome.
New Mexico Emergency Operations Center (NMEOC) Basic ETeam Training
Getting Started with Skype for Business
Live Streaming Sessions
Global CE Help for Independent Distributors
PDA Application User Guide
Mobile APP Date: 01,10 ,
Conferencing with Video and Presenting
ICSee Introduction.
ICSee Introduction.
View Award Profile Information
How to Create and Start a Test Session
Managing Rosters Screener Training Module Module 5
How to view the online lectures
To the ETS – Encumbrance Online Training Course
Tap Play Store in your mobile.wait for next screen.
Introduction to Database Programs
Creating (or linking) an ORCID profile from within Pure
OnCourse Connect is simple to use and can be accessed from any online computer, smartphone or tablet device. This secure website will allow you real-time.
Using the Dean’s Boardroom
To the ETS – Encumbrance Online Training Course
Introduction to Database Programs
University of Warith AL-Anbiya’a
Wings 2.0 Business Flow Reference
Connect Client Training
This presentation document has been prepared by Vault Intelligence Limited (“Vault") and is intended for off line demonstration, presentation and educational.
OWS + SureView Integration
MOBILE MONITORING SYSTEM
User Guide Vendor Self-Service (PaymentWorks)
Presentation transcript:

Example

Outline(Liveview) How to get live stream How to set audio on/off How to send audio to camera How to get DI Status How to get DO Status How to control DO How to get event notification How to Get PTZ Preset List How to Execute Preset GO/Clear How to Execute Preset Set How to logout liveview

Outline(Playback) How to use playback How to query events How to export video How to take snapshot How to get RecordDateList How to get RecordLogs How to get ScheduleLogs

How to get live stream Step 1 : create handle and get device list (as login) 1 3 2 4

How to get live stream (cont) After create handle and get device list

How to get live stream (cont) Step 2. Create player and get sensor profile 1 2 3

How to get live stream (cont) Step 3. Select profile and attach session 9 8

How to get live stream (cont) After select profile and attach session

How to get live stream (cont) You can connect/disconnect multiple cameras by push Attachsession/Detachsession button.

How to get live stream (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() Info_GetDeviceList_Ext() LiveView_CreatePlayer() LiveView_AttachSessionExtExt() The function below is the option. Info_GetSensorProfileList() LiveView_AttachRawVideoSession()  MC family support only.

How to set audio on/off Audio On/Off: Enter camera ID and push “SetAudioOn”, “SetAudioOff” button. 1 2

How to set audio on/off (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() LiveView_CreatePlayer() LiveView_AttachSessionExtExt() LiveView_SetAudioOn() LiveView_SetAudioOff()

How to send audio to camera Set camera sensor device id after create_handle. 1 2

How to send audio to camera (Code) You may use the function below. MC family Create_HandleWChar() LiveView_CreatePlayer() Talk_Enable()

How to get DI Status Enter DI device id after create handle 2 1

How to get DI Status (cont) After enter DI status

How to get DO Status Enter DO device id after create handle 1 2

How to get DO Status (cont) After enter DO status

How to get DI/DO Status (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() Info_GetDeviceList_Ext() LiveView_CreatePlayer() Info_GetDIOStatus_Ext()

How to control DO Enter DO device id after create handle 1 2 3

How to control DO (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() Info_GetDeviceList_Ext() LiveView_CreatePlayer() Control_DigitalOutput_Ext()

How to get event notification Enable event notification on your server.

How to get event notification (cont) Create handle and press SubscribeEvent button. 1 2

How to get event notification (Code) You may use the function below. Titan, Crystal Create_HandleWChar() Event_SubscribeExt()  Only for Titan/Crystal Event_UnsubscribeExt MC family Event_Subscribe()  Only for MC family

How to Get PTZ Preset List Enter PTZ device id after get liveview streaming 1 2

How to Get PTZ Preset List (cont) After get PTZ preset list

How to Execute Preset GO/Clear Preset clear 1 3 2

How to Execute Preset Set 1 2 3

How to control PTZ (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() Info_GetDeviceList_Ext() LiveView_CreatePlayer() Info_GetPTZCapabilityExt() Info_GetPTZPreset_CS_Ext() Control_PTZ_PTZDeviceID_CS_Ext()

How to logout liveview Detach sessions and destroy player 1 2 3

How to logout liveview(cont) Go to General page and destroy the handle

How to logout liveview (Code) You may use the function below. Titan, Crystal, MC family: LiveView_DestroyPlayer() Destroy_Handle()

How to use playback Step 1 : create handle and get device list 1 3 2 4

How to use playback (cont) After create handle and get device list

How to use playback (cont) Step 2. Create player and attach session 1 2 3

How to use playback (cont) Step 3. Select time period and open record

How to use playback (cont) After click “Play” button

How to use playback (Code) You may use the function below. Titan, Crystal, MC family: Create_HandleWChar() PlayBack_CreatePlayer() PlayBack_AttachSession1ExtExt() PlayBack_OpenRecord()

How to query events Query event after create handle Titan,Crystal: CreatePlayer Select type, time, deviceID Push QueryEvent buttom MC Family: 4 2 3 1

How to query events After enter query criteria

How to query events (Code) You may use the function below. Titan, Crystal Create_HandleWChar() PlayBack_CreatePlayer() Info_QueryEventsExt() MC family: Info_QueryEvents()

How to export video Follow the steps of How to use playback, until the “Play” button is enabled.

How to export video(cont) Make sure the time, exclude audio, profile, path are all correct, and then click “Export”.

How to export video(cont) After pressed “Export”, check progress and wait for complete, or press “StopExport” to cancel it.

How to export video (Code) You may use the function below. Titan, Crystal Create_HandleWChar() PlayBack_CreatePlayer() PlayBack_AttachSession1ExtExt() PlayBack_OpenRecord() PlayBack_ExportVideo_Ext()  Only for Titan/Crystal PlayBack_StopExport_Ext()  Only for Titan/Crystal MC family: PlayBack_ExportVideo()  Only for MC family PlayBack_StopExport()  Only for MC family

How to take snapshot Follow How to get live stream or How to use playback to get video shown.

How to take snapshot (cont) Switch to “General” tab, check the save path, and then click “SnapShot”.

How to take snapshot (Code) You may use the function below. Titan, Crystal, MC family LiveView_GetSessionCurrentImage()  LiveView only PlayBack_GetSessionCurrentImage()  Playback only Utility_SaveSnapShotImage()

How to get RecordDateList After create handle and CreatePlayer 1 2

How to get RecordDateList (Code) You may use the function below. Titan, Crystal Create_HandleWChar() LiveView_CreatePlayer() Info_GetRecordDateListExt()  Only for Titan/Crystal MC family Info_GetRangedRecordDateList()  Only for MC family

How to get Record logs Step1. Create handle and Get record date list 1

How to get Record logs (cont) Step2. Enter query date and get record logs 2 3

How to get RecordLogs (Code) You may use the function below. Titan, Crystal Create_HandleWChar() LiveView_CreatePlayer() Info_GetRecordDateListExt() Info_GetRecordLogsListExt() MC family Info_GetRangedRecordDateList()

How to get ScheduleLogs Step1. Create handle and Get record date list 1

How to get ScheduleLogs (cont) Step2. Enter query date and get schedule logs 2

How to get ScheduleLogs (cont) Step3. Enter GetScheduleLogs 3

How to get ScheduleLogs (Code) You may use the function below. MC family Create_HandleWChar() Info_GetRangedRecordDateList() Info_GetRecordLogsListExt() Info_GetScheduleLogsList()

Note Please install the vcredist_x86 before start using SDK and Tester. Please enable desktop experience, if your operating system is windows 2008 R2 and above.