summaryrefslogtreecommitdiff
path: root/README.md
blob: 45ae3a41062efd2c22dcb28d800e427c5731850a (plain)
1
2
3
4
5
6
7
8
9
# libcamera: A complex camera support library for Linux, Android, and ChromeOS

To build and install:
```
  meson build
  cd build
  ninja
  ninja install
```