An open API service indexing awesome lists of open source software.

https://github.com/bgr8/ipkamerayakala


https://github.com/bgr8/ipkamerayakala

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

## AForge.NET kütüphanesini kur
```
using AForge.Video;
```

## IP'yi çağır
```
MJPEGStream("ip")
```
## Bitmap ile PictureBox'a ata.
```
Bitmap bmp = (Bitmap)eventArgs.Frame.Clone();
pictureBox1.Image = bmp;
```

## Başlat butonuyla yayını başlat
```
stream.Start();
```
## Dur butonuyla yayını bitir
```
stream.Stop();
```