[roll] Roll fuchsia [camera][gym] Add setting for cycle interval

The current RRT requires that the auto cycling mode be turned off
because configuration changes are currently succeptible to memory
allocation race conditions.

Solution: Add command line setting to change the cycle interval
since adjusting that interval could be generically useful. Allow
the value of 0 to mean no cycling at all.

Original-Bug: b/228057322
Test: Running camera-gym under RRT should result in no auto-cycling.
      Running camera-gym under normal use should result in auto-cycling.
Original-Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/670702
Original-Revision: d16759a6c4a2860dff0815fc841e2d5c0c9f045d
GitOrigin-RevId: 2a8ad297922d74baa4f73354c6b7ee66892ab3f1
Change-Id: Ic5518b63e1ac8f6c70e23d6dcbef95552096f31a
1 file changed
tree: 39ff7e762fcd937fff21f517d48dbfd949924be6
  1. infra/
  2. third_party/
  3. cts
  4. firmware
  5. flower
  6. jiri.lock
  7. minimal
  8. prebuilts
  9. README.md
  10. stem
  11. test_durations
  12. toolchain
README.md

Integration

This repository contains Fuchsia's Global Integration manifest files.

Making changes

All changes should be made to the internal version of this repository. Our infrastructure automatically updates this version when the internal one changes.

Currently all changes must be made by a Google employee. Non-Google employees wishing to make a change can ask for assistance via the IRC channel #fuchsia on Freenode.

Obtaining the source

First install Jiri.

Next run:

$ jiri init
$ jiri import minimal https://fuchsia.googlesource.com/integration
$ jiri update

Third party

Third party projects should have their own subdirectory in ./third_party.