Camera App is a packaged app designed to take photos and record videos.
Chrome OS. Other platforms are not guaranteed to work.
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.