add SharedMemoryWriter support

This commit is contained in:
Maik Jurischka
2026-01-29 09:51:45 +01:00
parent 2b769bfe5e
commit 72f6bbe8df
7 changed files with 339 additions and 1 deletions

View File

@@ -47,6 +47,9 @@ private:
std::string handleSetEHDRRatioMin(const std::string& value);
std::string handleSetEHDRRatioMax(const std::string& value);
std::string handleGetEHDRStatus();
std::string handleEnableSharedMemory(const std::string& name, const std::string& buffer_size);
std::string handleDisableSharedMemory();
std::string handleGetSharedMemoryStatus();
// Helper functions
static VX_IMAGE_FORMAT stringToFormat(const std::string& format);