Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

kvs: update kvs to ad6860365c75ab19b8aa4148c305cc6cbb37eeeb #27

Merged
merged 2 commits into from
Jan 18, 2022
Merged
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
v4l2: add gitkeep, gitignore and readme
  • Loading branch information
codingspirit committed Jan 18, 2022
commit eb440ecb533907011d0f217bd97a91057d949af8
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
3rdparty/T31/
3rdparty/V4L2/
build/
10 changes: 10 additions & 0 deletions 3rdparty/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Put board sdk here.

# V4L2

V4L2 request libv4l2 on your build device. You may install it via:

```
sudo apt install libv4l-dev
```

Other dependencies will be downloaded and build by cmake.

# T31

```
Expand Down
Empty file added 3rdparty/V4L2/.gitkeep
Empty file.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@

## Introduction

**Amazon Kinesis Video Streams Media Interface** provides abstract interfaces for board specific media APIs. This repository also contains SoCs sensors/encoder implementations for Amazon Kinesis Video Streams Producer and WebRTC with out-of-box samples.
**Amazon Kinesis Video Streams Media Interface** provides abstract interfaces for board specific media APIs. This repository also contains boards sensors/encoder implementations for Amazon Kinesis Video Streams Producer and WebRTC with out-of-box samples.

## Supported SoCs
## Supported Boards

- T31
- x86/x84(By selecting board `V4L2`)
- RPi(By selecting board `V4L2`)
- T31(By selecting board `T31`)

## Getting started with out-of-box KVS WebRTC sample

Expand Down