onboardapi  9.10.0
by Rheinmetall
M_Camera::CmdSetFalseColour Struct Reference

Enable or disable false colour processing with the specified algorithm. More...

Public Member Functions

 CmdSetFalseColour ()
 
 CmdSetFalseColour (bool Enable, std::string const &Name)
 

Public Attributes

bool Enable
 Enable or disable (True = Enable, False = Disable) More...
 
std::string Name
 Algorithm name. More...
 

Detailed Description

Enable or disable false colour processing with the specified algorithm.

Constructor & Destructor Documentation

◆ CmdSetFalseColour() [1/2]

M_Camera::CmdSetFalseColour::CmdSetFalseColour ( )

◆ CmdSetFalseColour() [2/2]

M_Camera::CmdSetFalseColour::CmdSetFalseColour ( bool  Enable,
std::string const &  Name 
)

Member Data Documentation

◆ Enable

bool M_Camera::CmdSetFalseColour::Enable

Enable or disable (True = Enable, False = Disable)

◆ Name

std::string M_Camera::CmdSetFalseColour::Name

Algorithm name.