add SharedMemoryWriter support
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user