Skip to content

Instantly share code, notes, and snippets.

View DiyarBozkurt33's full-sized avatar

Diyar Bozkurt DiyarBozkurt33

View GitHub Profile
@raiever
raiever / index.html
Last active April 2, 2024 15:09
[OpenCV] Web Streaming from IP camera with Flask
/* Under directory 'templates' */
<html>
<head>
<title>RTSP web streaming</title>
</head>
<body>
<h1>RTSP web streaming</h1>
<h3>XND-6080RV (ip:192.168.2.196)</h3>
<h4>python webstreaming.py --ip <host ip> --port <host port></h4>
<img src="{{ url_for('video_feed') }}">