Skip to content

Commit 90745b1

Browse files
committed
Add gocv-to-webrtc to docs
1 parent e7b35e8 commit 90745b1

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Have any questions? Join [the Slack channel](https://pion.ly/slack) to follow de
2121
* [C DataChannels](c-data-channels) Example c-data-channels shows how you can use Pion WebRTC from a C program
2222
* [Snapshot](snapshot) Example snapshot shows how you can convert incoming video frames to jpeg and serve them via HTTP.
2323
* [SIP to WebRTC](sip-to-webrtc) Example sip-to-webrtc shows how to bridge WebRTC and SIP traffic.
24+
* [GoCV to WebRTC](gocv-to-webrtc): Example gocv-to-webrtc captures webcam and performs motion detection in Go, it then sends results to view in the browser.
2425

2526

2627
### Usage

examples.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,5 +70,11 @@
7070
"link": "sip-to-webrtc",
7171
"description": "sip-to-webrtc demonstrates how to bridge WebRTC and SIP traffic using Pion.",
7272
"type": "browser"
73+
},
74+
{
75+
"title": "GoCV to WebRTC",
76+
"link": "gocv-to-webrtc",
77+
"description": "gocv-to-webrtc captures webcam and performs motion detection in Go, it then sends results to view in the browser.",
78+
"type": "browser"
7379
}
7480
]

gocv-to-webrtc/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@
77
<html>
88
<head>
99
<meta charset="utf-8" />
10-
<title>GoCV + FFmpeg + Pion WebRTC</title>
10+
<title>gocv-to-webrtc</title>
1111
</head>
1212
<body>
13-
<h2>GoCV + WebRTC Demo</h2>
13+
<h2>gocv-to-webrtc</h2>
1414
<button id="btnStart">Start Session</button>
1515

1616
<h3>Remote Video</h3>

0 commit comments

Comments
 (0)