Tutorial 2:

How to implement PTZ IP camera motion control in C#

In this tutorial you can learn more about how to write codes in C#, which handle an IP camera using Ozeki Camera SDK.

These lectures cover the moving and zooming options of the IP camera both manually and automatically. It provides such comfortable solutions for your security system for example moving to preset positions or scanning an area. By using random automatic scanning or moving mixed with the motion detection (see later Tutorial 4) you can simulate a human security guard monitoring the area day and night.

You can find clear explanations (including code snippets and GUI screenshots) for every examples related to the functionalities mentioned above. The full source code of each example project can be downloaded and the FAQ section gives answers for the most commonly asked questions.

Lecture 1: Pan-Tilt-Zoom control in C#

This lecture demonstrates how to adjust the IP camera angles (pan horizontally, tilt vertically) and how to zoom/unzoom. Start now

Lecture 2: Automatic movement in C#

This lecture shows how to implement automatic movement (left and right scan between two points) at different speeds. Start now

Lecture 3: Implement preset position in C#

In this lecture you can find out how to implement preset position and how to move the IP camera to them. Start now

Lecture 4: Limit movement angles in C#

For getting more information on how to limit movement angles using C#.NET, take a look at this lecture. Start now

Lecture 5: Adjust Pan/Tilt/Zoom speed in C#

After reading through this lecture, you can find out all you need to know to be able to adjust Pan and Tilt speed and Zoom speed. Start now