gusimplewhiteboard
wb_vision_control_status Struct Reference

WHITEBOARD_POSTER_STRING_CONVERSION. More...

#include <wb_vision_control_status.h>

Inheritance diagram for wb_vision_control_status:
Collaboration diagram for wb_vision_control_status:

Public Attributes

enum Resolutions cameraResolution
 Resolution that the camera should caputre images at. More...
 
bool pipelineRunning
 Whether the pipeline is running or not. More...
 
enum VisionCamera selectedCamera
 Which camera to use. More...
 
enum SaveFileType saveImage
 Whether to save the image used in the next iteration of the pipeline to file. More...
 
bool saveClassifiedImage
 Whether to save the classified version of the image used in the next iteration of the pipeline to file. More...
 
enum NamedPipeline pipeline
 vision pipeline to be run More...
 
int chooseCamera
 Choose which camera to run on (0-Top, 1-Bottom, 2-Both) More...
 
float confidence
 Confidence threshold for the neural net. More...
 
enum NeuralNetworkType networkTop
 neural network to run on top camera More...
 
enum NeuralNetworkType networkBottom
 neural network to run on bottom camera More...
 
enum StreamingType streamingSource
 The type of streaming to be used. More...
 
bool imageInput
 Use /tmp/test.ai2 as pipeline image rather then camera if true. More...
 
int jpegStreamQuality
 The quality to compress jpeg images at for streaming can be between 0 and 100. More...
 
int jpegStreamStride
 The stride to use when streaming jpeg images. More...
 
int frameRate
 The current framerate that the pipeline is running at. More...
 
bool runPipelineOnce
 run the pipeline one time only if true More...
 
uint64_t frameNumber
 The current frame number reported by guvison. More...
 
char colourCalibration [10]
 the DLC file to use for segmentation, searched in $HOME/data/ with the .dlc extension More...
 
struct timeval imageTime
 the time that the image was taken that this status message refers to More...
 

Detailed Description

WHITEBOARD_POSTER_STRING_CONVERSION.

The control status message used by guvision, guvision will post the current state of the pipeline once a frame with the message, various properties can also be set by post a vision_controll message with this type

Definition at line 166 of file wb_vision_control_status.h.

Member Data Documentation

◆ cameraResolution

◆ chooseCamera

◆ colourCalibration

◆ confidence

◆ frameNumber

◆ frameRate

◆ imageInput

◆ imageTime

struct timeval wb_vision_control_status::imageTime

◆ jpegStreamQuality

◆ jpegStreamStride

◆ networkBottom

◆ networkTop

◆ pipeline

◆ pipelineRunning

◆ runPipelineOnce

◆ saveClassifiedImage

bool wb_vision_control_status::saveClassifiedImage

◆ saveImage

◆ selectedCamera

◆ streamingSource


The documentation for this struct was generated from the following file: