SIPL provides abstract and simple API to capture the output of image sensors with optional image processing. SIPL is implemented on top of NvMedia API.
Data Structures | |
struct | nvsipl::SIPLErrorDetails |
Error details for a particular device. More... | |
struct | nvsipl::DeviceInfoList |
Defines a list of all external image devices supported by NvSIPL Query and SIPL Device Block drivers. More... | |
struct | nvsipl::PlatformCfg |
Defines the camera platform configuration. More... | |
Modules | |
NvSIPL Camera | |
Provides top-level interfaces to program external image devices and Tegra to create and manage image processing pipelines to receive outputs in NvMediaImage (will be deprecated in future release) or NvSciBufObj Images. | |
NvSIPL Query | |
Manages a database of information about external devices (deserializer, serializer, sensor, and EEPROM) and the camera platform configurations supported by SIPL Device Block drivers. | |
SIPL Auto Control | |
Describes interfaces for SIPL Auto Control implementation. | |
Typedefs | |
typedef NvMediaRect | nvsipl::NvSiplRect |
See definitions from NvMedia. More... | |
typedef NvMediaGlobalTime | nvsipl::NvSiplGlobalTime |
typedef NvMediaPoint | nvsipl::NvSiplPoint |
typedef NvMediaPointFloat | nvsipl::NvSiplPointFloat |
typedef NvMediaBool | nvsipl::NvSiplBool |
typedef NvMediaTimeBase | nvsipl::NvSiplTimeBase |
typedef NvMediaBool nvsipl::NvSiplBool |
Definition at line 59 of file NvSIPLCommon.hpp.
Definition at line 56 of file NvSIPLCommon.hpp.
typedef NvMediaPoint nvsipl::NvSiplPoint |
Definition at line 57 of file NvSIPLCommon.hpp.
Definition at line 58 of file NvSIPLCommon.hpp.
typedef NvMediaRect nvsipl::NvSiplRect |
See definitions from NvMedia.
The typdefs will be replaced with definitions when NvMedia* types are deprecated in a future release. Use the NvSipl* typedefs to ensure future compatiblity.
Definition at line 55 of file NvSIPLCommon.hpp.
Definition at line 61 of file NvSIPLCommon.hpp.
CDAC GPIO event codes.
Definition at line 95 of file NvSIPLCommon.hpp.
Flag indicating which module errors to read.
Definition at line 145 of file NvSIPLCommon.hpp.
enum nvsipl::SIPLStatus |
Defines the status codes returned by functions in SIPL modules.
Definition at line 64 of file NvSIPLCommon.hpp.