NVIDIA SIPL: Camera Interface - NvSIPL Camera
Definition in file NvSIPLCamera.hpp.
Go to the source code of this file.
Data Structures | |
| struct | nvsipl::NvSIPLNitoMetadata |
| NvSIPLNitoMetadata defines the 3-tuple returned by a successful call to GetNitoMetadataFromMemory(). More... | |
| class | nvsipl::INvSIPLCamera |
| Defines public data structures and describes the interfaces for NvSIPLCamera. More... | |
Namespaces | |
| nvsipl | |
| Contains the classes and variables for implementation of SIPL. | |
| const size_t | nvsipl::NITO_PARAMETER_SET_ID_SIZE = 16U |
| const size_t | nvsipl::NITO_SCHEMA_HASH_SIZE = 32U |
| const size_t | nvsipl::NITO_DATA_HASH_SIZE = 32U |
| SIPLStatus | nvsipl::GetNitoMetadataFromMemory (uint8_t const *const nitoMem, size_t const nitoMemLength, NvSIPLNitoMetadata *const metadataArray, size_t const metadataArrayLength, size_t *const metadataCount) |
| Get NITO Metadata (knobset UUID, schema hash, data hash) from a NITO memory buffer. More... | |