https://github.com/bgr8/ipkamerayakala
https://github.com/bgr8/ipkamerayakala
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/bgr8/ipkamerayakala
- Owner: bgr8
- Created: 2021-02-27T13:09:52.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-02-27T13:10:01.000Z (over 5 years ago)
- Last Synced: 2025-02-08T07:28:19.037Z (over 1 year ago)
- Language: C#
- Size: 101 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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();
```