tree: bc752286e44008a53f2a62ab13897283cb340373 [path history] [tgz]
  1. assets/
  2. test/
  3. buffer_collage.cc
  4. buffer_collage.h
  5. BUILD.gn
  6. camera-gym.cmx
  7. lifecycle_impl.cc
  8. lifecycle_impl.h
  9. main.cc
  10. moving_window.cc
  11. moving_window.h
  12. README.md
  13. stream_cycler.cc
  14. 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