mirror of
https://github.com/bluenviron/mediamtx.git
synced 2025-12-25 04:22:00 -08:00
update readme
This commit is contained in:
parent
f394c9f8a8
commit
0c1fa7f6d4
1 changed files with 8 additions and 0 deletions
|
|
@ -637,6 +637,14 @@ make -j$(nproc)
|
|||
sudo make install
|
||||
```
|
||||
|
||||
You can check that OpenCV has been installed correctly by running:
|
||||
|
||||
```
|
||||
python3 -c 'import cv2; print(cv2.getBuildInformation())'
|
||||
```
|
||||
|
||||
And verifying that the output contains `GStreamer: YES`.
|
||||
|
||||
Videos can be published with `VideoWriter`:
|
||||
|
||||
```python
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue