Shows live preview motion jpeg from the RICOH THETA camera
Live preview is a stream and is managed by a StreamController.
You must pass the StreamController. [...]
Text response window with selectable text.
Although there is no syntax highlighting or line numbers
the backgroundColor of the response window can be set
as well as the textColor and fontSize
To get syntax highlighting and line numbering, use
ThetaSyntaxWindow. ThetaSyntaxWindow does not have selectable text.
If you want to show thumbnails, use ThumbWindow.
displays a list of thumbs in grid view with 2 thumbs
across on the horizontal axis. Each thumbnail will try to take up
500px if space is available.
It can display any number of thumbs that are saved in thumbData
which is handled by the Provider package for state management.
There are two other button that you can use to switch between
text and thumbnail displays. [...]