player_blobfinder_color_config Struct Reference
#include <player_interfaces.h>
Detailed Description
Request/reply: Set tracking color.For some sensors (ie CMUcam), simple blob tracking tracks only one color. To set the tracking color, send a PLAYER_BLOBFINDER_REQ_SET_COLOR request with the format below, including the RGB color ranges (max and min). Values of -1 will cause the track color to be automatically set to the current window color. This is useful for setting the track color by holding the tracking object in front of the lens. Null response.
Definition at line 2748 of file player_interfaces.h.
Public Attributes | |
uint32_t | channel |
For devices that can track multiple colors, indicate which color channel we are defining with this structure. | |
uint32_t | rmin |
RGB minimum and max values (0-255). | |
uint32_t | rmax |
RGB minimum and max values (0-255). | |
uint32_t | gmin |
RGB minimum and max values (0-255). | |
uint32_t | gmax |
RGB minimum and max values (0-255). | |
uint32_t | bmin |
RGB minimum and max values (0-255). | |
uint32_t | bmax |
RGB minimum and max values (0-255). |
Member Data Documentation
For devices that can track multiple colors, indicate which color channel we are defining with this structure.
Single channel devices will ignore this field.
Definition at line 2753 of file player_interfaces.h.
The documentation for this struct was generated from the following file: