summaryrefslogtreecommitdiff
path: root/README.rst
blob: 9a8261ac85020faef2e89c36d5a456658777a40f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
===========
 libcamera
===========

**A complex camera support library for Linux, Android, and ChromeOS**

To build and install:

::

  meson build
  cd build
  ninja
  ninja install