add eHDR controls

This commit is contained in:
Maik Jurischka
2025-12-19 09:12:54 +01:00
parent e729354c8f
commit a6cf510607
4 changed files with 323 additions and 1 deletions

View File

@@ -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);