You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+20-19Lines changed: 20 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,12 @@ It is part of [Membrane Multimedia Framework](https://membraneframework.org).
13
13
Add the following line to your `deps` in `mix.exs`. Run `mix deps.get`.
14
14
15
15
```elixir
16
-
{:membrane_camera_capture_plugin, "~> 0.7.0"}
16
+
{:membrane_camera_capture_plugin, "~> 0.7.1"}
17
17
```
18
18
19
19
This package depends on the [ffmpeg](https://www.ffmpeg.org) libraries. The precompiled builds will be pulled and linked automatically. However, should there be any problems, consider installing it manually.
20
20
21
-
### Manual instalation of dependencies
21
+
### Manual installation of dependencies
22
22
#### Ubuntu
23
23
24
24
```bash
@@ -39,34 +39,35 @@ brew install ffmpeg
39
39
40
40
## Sample Usage
41
41
42
-
Dependencies:
42
+
This example displays the stream from your camera on the screen:
0 commit comments