Revert "Ensure HuddlyGo camera always configures to dual stream mode."

This reverts commit f8c2d907db77aebe42e9f8a4dcc9d76cf3a72005.

Reason for revert: Stream does not show up when kernel driver is reattached. Will push if and when this issue is resolved.

Original change's description:
> Ensure HuddlyGo camera always configures to dual stream mode.
>
> Huddly's general firmware might not be configured to dual stream mode.
> This checks to make sure Huddly always sends dual stream video.
>
> BUG=none
> TEST=Connect, disconnect camera with different initial streaming modes to CfM.
> Inspect logs to see if huddly-updater configured the stream to the desired value.
>
> Change-Id: I5e9fda746971e6d5980dc3b0349da7555c0487a6
> Reviewed-on: https://chromium-review.googlesource.com/669749
> Commit-Ready: Ege Mihmanli <egemih@google.com>
> Tested-by: Ege Mihmanli <egemih@google.com>
> Reviewed-by: Jiwoong Lee <porce@chromium.org>

Bug: none
Change-Id: I5f722f4a924cfa3853fadb03dd298ce44eec7a92
Reviewed-on: https://chromium-review.googlesource.com/692839
Commit-Ready: Ege Mihmanli <egemih@google.com>
Tested-by: Ege Mihmanli <egemih@google.com>
Reviewed-by: Zhongze Hu <frankhu@google.com>
4 files changed
tree: a022b50aa7e97eb4ededd290e3869e5dcdf649ba
  1. conf/
  2. src/
  3. .gitignore
  4. COMMIT-QUEUE.ini
  5. common.mk
  6. LICENSE
  7. Makefile
  8. OWNERS
  9. README.md
README.md

Huddly-updater is a utility to upgrade the huddly camera firmware.

Requirements

TODO: The GNU C library, libusb 1.0 and libudev are required.

Building

At the root of the repository,

$ make

Alternatively at Chromium OS development environment,

$ emerge-$${BOARD} huddly-updater

How to use

$ huddly-updater --help

TODO

It will also provide assistant tools to query the firmware version of the firmware installed in the huddly camera, that of a binary blob file.