tree: c4390d4b76ca377214a1a2087589de7c4ba1b49e [path history] [tgz]
  1. src/
  2. utils/
  3. .clang-format
  4. .eslintignore
  5. .eslintrc.js
  6. .style.yapf
  7. BUILD.gn
  8. camera_resources.grd
  9. manifest.json
  10. OWNERS
  11. PRESUBMIT.cfg
  12. pylintrc
  13. README.md
chrome/browser/resources/chromeos/camera/README.md

Camera App

Camera App is a packaged app designed to take photos and record videos.

Supported systems

Chrome OS. Other platforms are not guaranteed to work.

Installing, packaging, and testing

There is a helper script utils/cca.py with a convenient symlink cca in the top directory. Here are some quick examples:

# Deploy CCA to <device>
$ ./cca deploy <device>

# Run CCA Tast tests on <device>
$ ./cca test <device> [patterns...]

# Pack CCA into a distributable .crx.
$ ./cca pack

For more details, please check the usage of individual commands with the --help flag.

Known issues

https://crbug.com/?q=component%3APlatform%3EApps%3ECamera