Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions video_decoder_sample/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,10 @@ to learn more about their installation and setup.
6. Build the project:
* click right mouse button on the `VideoDecoderSample` project in 'Project Explorer',
* click 'Build Project' in context menu.
* if python3 not found on ubuntu 22.04 add a symbolic link to it:
```bash
sudo ln -s /usr/bin/python3 /usr/bin/python
```

7. Create a widget package:
* click right mouse button on the `VideoDecoderSample` project in 'Project Explorer',
Expand Down