Response Topic

Camera Response Windows

Classes

LivePreview Z1 Response
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. [...]
ResponseWindow Response
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.
ThetaSyntaxWindow Response
shows a window with syntax highlighting and line numbering. It is an Expanded Widget. You can specify the space it takes up with flex. [...]
ThumbWindow Response
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. [...]