add eHDR controls
This commit is contained in:
@@ -33,6 +33,12 @@ private:
|
||||
std::string handleStartStream();
|
||||
std::string handleStopStream();
|
||||
std::string handleSetPipeline(const std::string& pipeline);
|
||||
std::string handleSetEHDRMode(const std::string& value);
|
||||
std::string handleSetEHDRExposureMin(const std::string& value);
|
||||
std::string handleSetEHDRExposureMax(const std::string& value);
|
||||
std::string handleSetEHDRRatioMin(const std::string& value);
|
||||
std::string handleSetEHDRRatioMax(const std::string& value);
|
||||
std::string handleGetEHDRStatus();
|
||||
|
||||
// Helper functions
|
||||
VX_IMAGE_FORMAT stringToFormat(const std::string& format);
|
||||
|
||||
Reference in New Issue
Block a user