tree: 26c842c1ee38a08910bc1b15f9c28b66aac0d6dc [path history] [tgz]
  1. assets/
  2. controller_parser/
  3. fidl/
  4. test/
  5. buffer_collage.cc
  6. buffer_collage.h
  7. BUILD.gn
  8. camera-gym-manual.cmx
  9. camera-gym.cmx
  10. lifecycle_impl.cc
  11. lifecycle_impl.h
  12. main.cc
  13. moving_window.cc
  14. moving_window.h
  15. README.md
  16. stream_cycler.cc
  17. stream_cycler.h
src/camera/bin/camera-gym/README.md

Fuchsia Camera Gym (camera3 config exerciser)

Example app to exercise the various stream configurations available for Sherlock.

How To Select Config

TBD

How To Run (from fx shell while a Session is running)

This method will not allow passing of command line arguments. All that can be done is to start running camera-gym.

sessionctl add_mod fuchsia-pkg://fuchsia.com/camera-gym#meta/camera-gym.cmx

How To Run (from fx shell without a Session running)

This method will allow command line arguments. Arguments can be specified as shown below.

How To Shutdown Session

fx shell basemgr_launcher shutdown

How to Run (using present_view)

fx shell present_view fuchsia-pkg://fuchsia.com/camera-gym#meta/camera-gym.cmx [ args ... ]

How to Run (using tiles_ctl)

fx shell tiles_ctl start fx shell tiles_ctl add fuchsia-pkg://fuchsia.com/camera-gym#meta/camera-gym.cmx [ args ... ] fx shell tiles_ctl stop

How to Restart Session

fx shell run basemgr.cmx