• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..16-Feb-2021-

css/H16-Feb-2021-1,5021,261

images/H03-May-2022-

js/H03-May-2022-414350

sounds/H03-May-2022-

strings/H16-Feb-2021-7,7497,572

test/H03-May-2022-

utils/H16-Feb-2021-338268

views/H03-May-2022-

.clang-formatH A D16-Feb-202167 43

.eslintignoreH A D16-Feb-20219 21

.style.yapfH A D16-Feb-202130 32

BUILD.gnH A D16-Feb-20218.5 KiB289251

LICENSEH A D16-Feb-20211.5 KiB2827

PRESUBMIT.cfgH A D16-Feb-2021224 97

README.mdH A D16-Feb-2021623 2817

camera_app_resources.grdH A D16-Feb-202116.3 KiB193189

ccaH A D16-Feb-20219.9 KiB338268

manifest.jsonH A D16-Feb-2021950 3433

pylintrcH A D16-Feb-2021339 3118

README.md

1# Camera App
2
3Camera App is a packaged app designed to take photos and record videos.
4
5## Supported systems
6
7Chrome OS. Other platforms are not guaranteed to work.
8
9## Installing, packaging, and testing
10
11There is a helper script `utils/cca.py` with a convenient symlink `cca` in the
12top directory. Here are some quick examples:
13
14```
15# Deploy CCA to <device>
16$ ./cca deploy <device>
17
18# Run CCA Tast tests on <device>
19$ ./cca test <device> [patterns...]
20```
21
22For more details, please check the usage of individual commands with the
23`--help` flag.
24
25## Known issues
26
27<https://crbug.com/?q=component%3APlatform%3EApps%3ECamera>
28