Get started
- Download the SDK
- Copy the C# code example into Visual Studio
- Build your IP Camera project
Did you know?
This SDK was used to build:Ozeki Phone System XE - VoIP PBX Software for Developers Which is a high performance PBX system supporting Mobile and Desktop phones.
It was also used to create Ozeki 3D VoIP softphone. A cool SIP client that allows 3D Video calls.
► Tutorial 11
How to apply the Machine vision technology in C#
Frame capture from USB camera in C#
This lecture will make you to be able to set a period to capture frames from a video stream using USB camera and to implement image analysis. This is a really useful feature which is used in wide scales of our everyday life. By using OZEKI Camera SDK you can develop your own frame capturing application. Start now
Video stream from frame captures in C#
This tutorial will teach you to make a video stream from previously captured images. This is a really useful feature for video analysis using OZEKI Camera SDK. Start now
Image transformation in C#
This guide provides you information on how to transform images like aligning distorted images, moving image segments or resizing an image using OZEKI Camera SDK. Start now
Displaying custom text on the camera video in C#:
This tutorial will help you to create your own labels on a live streamed video. The tutorial includes a detailed
example designed to display written informations on the screen without reducing the quality of the video stream using
OZEKI Camera SDK.
Start now

In this tutorial you can learn how to write such codes in C#, which handle an IP camera using OZEKI Camera SDK.
These lectures include all the necessary information about the frame capturing functionalities for example image analysis and displaying images. You will find solutions for transforming images like aligning or moving image segments or resizing images. By applying filters to captured video frames you will be able to process them in computer vision applications. You will also find information abut turning your camera into a distance calculator and displaying your labels of choice on the camera wihout losing image quality.
You can find clear explanation (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.