Loading [MathJax]/extensions/MathMenu.js
  • <xmp id="om0om">
  • <table id="om0om"><noscript id="om0om"></noscript></table>

  • DriveWorks SDK Reference
    5.8.83 Release
    For Test and Development only

    All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
    Camera.h
    Go to the documentation of this file.
    1
    2//
    3// Notice
    4// ALL NVIDIA DESIGN SPECIFICATIONS AND CODE ("MATERIALS") ARE PROVIDED "AS IS" NVIDIA MAKES
    5// NO REPRESENTATIONS, WARRANTIES, EXPRESSED, IMPLIED, STATUTORY, OR OTHERWISE WITH RESPECT TO
    6// THE MATERIALS, AND EXPRESSLY DISCLAIMS ANY IMPLIED WARRANTIES OF NONINFRINGEMENT,
    7// MERCHANTABILITY, OR FITNESS FOR A PARTICULAR PURPOSE.
    8//
    9// NVIDIA CORPORATION & AFFILIATES assumes no responsibility for the consequences of use of such
    10// information or for any infringement of patents or other rights of third parties that may
    11// result from its use. No license is granted by implication or otherwise under any patent
    12// or patent rights of NVIDIA CORPORATION & AFFILIATES. No third party distribution is allowed unless
    13// expressly authorized by NVIDIA. Details are subject to change without notice.
    14// This code supersedes and replaces all information previously supplied.
    15// NVIDIA CORPORATION & AFFILIATES products are not authorized for use as critical
    16// components in life support devices or systems without express written approval of
    17// NVIDIA CORPORATION & AFFILIATES.
    18//
    19// SPDX-FileCopyrightText: Copyright (c) 2016-2022 NVIDIA CORPORATION & AFFILIATES. All rights reserved.
    20// SPDX-License-Identifier: LicenseRef-NvidiaProprietary
    21//
    22// NVIDIA CORPORATION, its affiliates and licensors retain all intellectual
    23// property and proprietary rights in and to this material, related
    24// documentation and any modifications thereto. Any use, reproduction,
    25// disclosure or distribution of this material and related documentation
    26// without an express license agreement from NVIDIA CORPORATION or
    27// its affiliates is strictly prohibited.
    28//
    30
    51#ifndef DW_SENSORS_CAMERA_CAMERA_H_
    52#define DW_SENSORS_CAMERA_CAMERA_H_
    53
    54#include <dw/core/base/Config.h>
    55#include <dw/core/base/Types.h>
    56#include <dw/sensors/Sensors.h>
    57#include <dw/image/Image.h>
    58
    59#include <nvscisync.h>
    60#include <nvscibuf.h>
    61
    62// Forward declares from NvMedia
    63typedef void NvMediaIPPManager;
    64
    65#ifdef __cplusplus
    66extern "C" {
    67#endif
    68
    70#define DW_CAMERA_NUM_ISP_UNITS 2U
    71
    73typedef struct dwCameraFrame* dwCameraFrameHandle_t;
    74
    78typedef enum dwCameraOutputType {
    103
    105typedef enum dwCameraRawFormat {
    107
    112
    117
    122
    124
    127
    129typedef enum dwCameraType {
    142
    156
    158typedef enum dwCameraFOV {
    172
    174typedef enum dwCameraSIPLInterfaceProviderType {
    179
    181typedef struct dwCameraProperties
    182{
    189 int32_t outputTypes;
    190 uint32_t siblings;
    191 uint32_t revision;
    192 uint32_t imageBitDepth;
    195
    235
    237#define DW_CAMERA_ERROR_ID_MAX DW_NOTIF_ERROR_INTERNAL_FAILURE
    238
    240#define DW_CAMERA_MAX_DEVICE_GPIOS 8U
    241
    244{
    248 uint32_t uIndex;
    250 uint8_t uLinkMask;
    256 uint32_t numGpioIdxs;
    258
    261{
    264 uint8_t const* errorBuffer;
    268
    270#define DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK 4U
    271
    274{
    277
    285
    293
    295typedef void (*dwCameraCallback)(dwCameraSIPLNotification* notification, dwSensorHandle_t sensor);
    296
    298typedef struct dwCameraISPEllipse
    299{
    305 uint32_t verticalAxis;
    309
    310typedef struct
    311{
    313 uint32_t width;
    315 uint32_t height;
    317 uint32_t numWindowsH;
    319 uint32_t numWindowsV;
    327
    328typedef struct
    329{
    335 bool enable;
    351
    354{
    356 bool enable;
    367 uint8_t knees[8];
    374 uint8_t ranges[8];
    397
    398typedef struct
    399{
    401 bool enable;
    433 bool ellipticalMaskEnable[DW_ISP_MAX_COLOR_COMPONENT];
    448
    458{
    472
    508 dwTime_t const timeoutUs, dwSensorHandle_t const sensor);
    509
    526
    551 dwCameraFrameHandle_t const frame);
    552
    577 dwCameraFrameHandle_t const frame);
    578
    594
    610
    642 dwCameraOutputType const outputType,
    643 dwSensorHandle_t const sensor);
    644
    658 dwSensorHandle_t const sensor);
    659
    673 dwSensorHandle_t const sensor);
    674
    689 uint32_t const modeIdx,
    690 dwSensorHandle_t const sensor);
    691
    710 dwCameraOutputType const outputType,
    711 dwSensorHandle_t const sensor);
    712
    725dwStatus dwSensorCamera_setCUDAStream(cudaStream_t const stream, dwSensorHandle_t const sensor);
    726
    738dwStatus dwSensorCamera_getCUDAStream(cudaStream_t* const stream, dwSensorHandle_t const sensor);
    739
    752
    766
    789dwStatus dwSensorCamera_readEEPROM(uint32_t const paramId, void* const buffer, uint32_t const size, dwSensorHandle_t const sensor);
    790
    800dwStatus dwSensorCamera_getEOFFence(NvSciSyncFence* syncFence, dwCameraOutputType outputType, dwCameraFrameHandle_t const frameHandle);
    801
    810dwStatus dwSensorCamera_fillSyncAttributes(NvSciSyncAttrList syncAttrList, dwCameraOutputType outputType, dwSensorHandle_t sensor);
    811
    821
    840
    853
    871dwStatus dwSensorCamera_enableLink(dwSensorHandle_t const sensor, bool const resetModule);
    872
    890
    891#ifdef __cplusplus
    892}
    893#endif
    895#endif // DW_SENSORS_CAMERA_CAMERA_H_
    NVIDIA DriveWorks API: Sensors
    NVIDIA DriveWorks API: Core Types
    uint8_t uLinkMask
    Holds the device block link mask.
    Definition: Camera.h:250
    dwCameraSIPLEErrorDetails serializerErrorInfoList[DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]
    Error info for serializer, valid only for device block event.
    Definition: Camera.h:289
    dwCameraExposureControl exposure
    Definition: Camera.h:185
    dwVector2i startOffset
    Holds the position of the top left pixel in the top left window.
    Definition: Camera.h:325
    dwCameraSIPLEErrorDetails sensorErrorInfoList[DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK]
    Error info for sensor, valid only for device block event.
    Definition: Camera.h:291
    uint32_t siblings
    Definition: Camera.h:190
    uint8_t const * errorBuffer
    Pointer to buffer which is filled by driver with error information.
    Definition: Camera.h:264
    dwRect rectangularMask
    Holds rectangular mask for excluding pixel outside a specified area.
    Definition: Camera.h:349
    bool enableBpStatsOverride
    boolean flag to enable bad pixel statistics settings override
    Definition: Camera.h:468
    uint32_t revision
    Definition: Camera.h:191
    uint32_t verticalInterval
    Holds the distance between the top edge of one window and a vertically adjacent window.
    Definition: Camera.h:323
    dwCameraFOV fov
    Definition: Camera.h:187
    uint64_t frameCaptureTSC
    Holds the TSC timestamp of the frame capture.
    Definition: Camera.h:252
    dwRect rectangularMask
    Holds a rectangular mask for excluding pixels outside a specified area.
    Definition: Camera.h:389
    float32_t angle
    Holds angle of the ellipse horizontal.
    Definition: Camera.h:307
    uint32_t numWindowsV
    Holds number of windows vertically.
    Definition: Camera.h:319
    dwCameraISPEllipse ellipticalMask
    Holds an elliptical mask for excluding pixels outside specified area.
    Definition: Camera.h:446
    dwVector2ui resolution
    Definition: Camera.h:188
    size_t sizeWritten
    Holds size of error written to the buffer, filled by driver.
    Definition: Camera.h:266
    dwVector2f center
    Holds center of the ellipse.
    Definition: Camera.h:301
    dwCameraNotificationData data
    NotificationData from SIPL, pipeline & device block event.
    Definition: Camera.h:276
    uint32_t gpioIdxs[DW_CAMERA_MAX_DEVICE_GPIOS]
    Holds the GPIO indices.
    Definition: Camera.h:254
    uint32_t height
    Holds height of the window in pixels.
    Definition: Camera.h:315
    dwCameraType cameraType
    Definition: Camera.h:183
    float32_t offset
    Holds offset to be applied to input data prior to bin mapping.
    Definition: Camera.h:361
    bool enable
    Holds a Boolean to enable histogram statistics Control block.
    Definition: Camera.h:356
    uint32_t verticalAxis
    Holds vertical axis of the ellipse.
    Definition: Camera.h:305
    dwCameraISPBadPixelStats bpStats
    Structure containing override settings for bad pixel statistics block.
    Definition: Camera.h:470
    bool enableLacStatsOverride[DW_CAMERA_NUM_ISP_UNITS]
    boolean flag to enable local average clip statistics settings override
    Definition: Camera.h:464
    dwCameraISPEllipse ellipticalMask
    Holds an elliptical mask for excluding pixels outside a specified area.
    Definition: Camera.h:393
    dwCameraSIPLEErrorDetails deserializerErrorInfo
    Error info for deserializer, valid only for device block event.
    Definition: Camera.h:279
    dwCameraISPLocalAvgClipStats lacStats[DW_CAMERA_NUM_ISP_UNITS]
    Structure containing override settings for local average clip statistics block.
    Definition: Camera.h:466
    bool isRemoteError
    Set to true if remote (serializer) error detected, valid only for device block event.
    Definition: Camera.h:281
    dwCameraSIPLNotificationData eNotifyType
    Holds the notification event type.
    Definition: Camera.h:246
    bool enable
    Holds a Boolean to enable the bad pixel statistics block.
    Definition: Camera.h:335
    uint32_t uIndex
    Holds the ID of each camera sensor.
    Definition: Camera.h:248
    bool enable
    Holds a Boolean to enable the local average and clip statistics block.
    Definition: Camera.h:401
    uint32_t numWindowsH
    Holds number of windows horizontally.
    Definition: Camera.h:317
    uint32_t numCameraModules
    Number of the camera modules, valid only for device block event.
    Definition: Camera.h:287
    uint32_t horizontalAxis
    Holds horizontal axis of the ellipse.
    Definition: Camera.h:303
    uint8_t ranges[8]
    Holds range of the pixel values to be considered for each zone.
    Definition: Camera.h:374
    dwCameraISPHistogramStatsOverride histStats[DW_CAMERA_NUM_ISP_UNITS]
    Structure containing override settings for histogram statistics block.
    Definition: Camera.h:462
    bool disableLensShadingCorrection
    boolean flag to disable lens shading compensation for histogram statistics block
    Definition: Camera.h:395
    int32_t outputTypes
    Definition: Camera.h:189
    bool enableHistStatsOverride[DW_CAMERA_NUM_ISP_UNITS]
    boolean flag to enable histogram statistics settings override
    Definition: Camera.h:460
    uint8_t knees[8]
    Holds bin index specifying different zones in the histogram.
    Definition: Camera.h:367
    uint32_t horizontalInterval
    Holds the distance between the left edge of one window and a horizontally adjacent window.
    Definition: Camera.h:321
    uint8_t linkErrorMask
    Store link mask for link error state, valid only for device block event (1 in index position indicate...
    Definition: Camera.h:284
    uint32_t width
    Holds width of the window in pixels.
    Definition: Camera.h:313
    dwCameraRawFormat rawFormat
    Definition: Camera.h:184
    bool ellipticalMaskEnable
    Holds a Boolean to enable an elliptical mask for excluding pixels outside a specified area.
    Definition: Camera.h:391
    uint32_t imageBitDepth
    Definition: Camera.h:192
    uint32_t numGpioIdxs
    Holds the number of GPIO indices in the array.
    Definition: Camera.h:256
    float32_t framerate
    Definition: Camera.h:186
    DW_API_PUBLIC dwStatus dwSensorCamera_getNumSupportedCaptureModes(uint32_t *const numModes, dwSensorHandle_t const sensor)
    Gets number of supported capture modes.
    DW_API_PUBLIC dwStatus dwSensorCamera_fillSyncAttributes(NvSciSyncAttrList syncAttrList, dwCameraOutputType outputType, dwSensorHandle_t sensor)
    Fill the sync attributes for the camera pipeline to signal EOF fences.
    DW_API_PUBLIC dwStatus dwSensorCamera_setEventCallback(dwCameraCallback blkCallback, dwCameraCallback lineCallback, dwSensorHandle_t sensor)
    Set the Camera Error Handling callbacks.
    DW_API_PUBLIC dwStatus dwSensorCamera_getSupportedCaptureMode(dwCameraProperties *const captureMode, uint32_t const modeIdx, dwSensorHandle_t const sensor)
    Gets capture modes by specified index.
    DW_API_PUBLIC dwStatus dwSensorCamera_getTimestamp(dwTime_t *const timestamp, dwCameraFrameHandle_t const frameHandle)
    Gets the timestamp of the current camera frame.
    DW_API_PUBLIC dwStatus dwSensorCamera_readFrame(dwCameraFrameHandle_t *const frameHandle, dwTime_t const timeoutUs, dwSensorHandle_t const sensor)
    Reads a frame handle from the camera sensor.
    DW_API_PUBLIC dwStatus dwSensorCamera_getSIPLInterfaceProvider(void **const interfaceProvider, dwSensorHandle_t const sensor, dwSIPLCameraInterfaceProviderType const type)
    Gets SIPL Interface provider for a custom camera sensor.
    DW_API_PUBLIC dwStatus dwSensorCamera_getCUDAStream(cudaStream_t *const stream, dwSensorHandle_t const sensor)
    Gets the CUDA stream used.
    DW_API_PUBLIC dwStatus dwSensorCamera_getImageProperties(dwImageProperties *const imageProperties, dwCameraOutputType const outputType, dwSensorHandle_t const sensor)
    Gets information about the image properties for a given 'dwCameraImageOutputType'.
    DW_API_PUBLIC dwStatus dwSensorCamera_appendAllocationAttributes(dwImageProperties *imgProps, dwCameraOutputType const outputType, dwSensorHandle_t const sensor)
    Append the allocation attribute such that images allocated by the application and given to the camera...
    dwStatus dwSensorCamera_setImagePool(dwImagePool imagePool, dwSensorHandle_t const sensor)
    Sets a pool of image to be used as output by the camera layer.
    DW_API_PUBLIC dwStatus dwSensorCamera_getEOFFence(NvSciSyncFence *syncFence, dwCameraOutputType outputType, dwCameraFrameHandle_t const frameHandle)
    Get EOF fence of the current camera frame.
    #define DW_CAMERA_MAX_CAMERAMODULES_PER_BLOCK
    Indicates the maximum number of camera modules per device block.
    Definition: Camera.h:270
    dwCameraType
    Enum of available camera sensors.
    Definition: Camera.h:129
    DW_API_PUBLIC dwStatus dwSensorCamera_getSensorProperties(dwCameraProperties *const properties, dwSensorHandle_t const sensor)
    Gets information about the camera sensor.
    DW_API_PUBLIC dwStatus dwSensorCamera_getNvMediaIPPManager(NvMediaIPPManager **const manager, dwSensorHandle_t const sensor)
    Gets the NvMediaIPPManager used for GMSL camera IPP setup and event callback.
    #define DW_CAMERA_MAX_DEVICE_GPIOS
    Indicates the maximum number of gpio indices.
    Definition: Camera.h:240
    dwSIPLCameraInterfaceProviderType
    Enum of available SIPL interface provider types.
    Definition: Camera.h:174
    dwCameraRawFormat
    Raw encoding formats pixel-order.
    Definition: Camera.h:105
    DW_API_PUBLIC dwStatus dwSensorCamera_enableLink(dwSensorHandle_t const sensor, bool const resetModule)
    Enable the camera link This method enables a given link and, if reset is asserted,...
    struct dwCameraFrame * dwCameraFrameHandle_t
    Handle to captured frame.
    Definition: Camera.h:73
    dwCameraFOV
    Enum of available FOV in degrees for camera lenses.
    Definition: Camera.h:158
    #define DW_CAMERA_NUM_ISP_UNITS
    Number of available ISP Units.
    Definition: Camera.h:70
    DW_API_PUBLIC dwStatus dwSensorCamera_setSyncObject(NvSciSyncObj syncObj, dwCameraOutputType outputType, dwSensorHandle_t sensor)
    Set the sync obj to which the camera pipeline will signal EOF fences.
    void(* dwCameraCallback)(dwCameraSIPLNotification *notification, dwSensorHandle_t sensor)
    Function type of the camera error event handling.
    Definition: Camera.h:295
    DW_API_PUBLIC dwStatus dwSensorCamera_getImage(dwImageHandle_t *const image, dwCameraOutputType const type, dwCameraFrameHandle_t const frame)
    Gets the output image/s image in a format specified by the output type.
    dwCameraExposureControl
    Enum of exposure control types.
    Definition: Camera.h:144
    dwCameraOutputType
    Output types supported by the camera.
    Definition: Camera.h:78
    DW_API_PUBLIC dwStatus dwSensorCamera_setImageMetaDataStats(dwCameraIspStatsOverrideSetting const *overrideISPStats, dwSensorHandle_t sensor)
    Overrides ISP statistics (Histogram, Local Average Clip and bad pixel) settings.
    DW_API_PUBLIC dwStatus dwSensorCamera_readEEPROM(uint32_t const paramId, void *const buffer, uint32_t const size, dwSensorHandle_t const sensor)
    Read data associated with a parameter stored on the EEPROM device and write to the provided buffer.
    DW_API_PUBLIC dwStatus dwSensorCamera_disableLink(dwSensorHandle_t const sensor)
    Disable the camera link This method should only be called after dwSensor_start() and before dwSensor_...
    DW_API_PUBLIC dwStatus dwSensorCamera_setCUDAStream(cudaStream_t const stream, dwSensorHandle_t const sensor)
    Sets the CUDA stream used by getImageAsync during internal cuda related operations.
    DW_API_PUBLIC dwStatus dwSensorCamera_getImageAsync(dwImageHandle_t *const image, dwCameraOutputType const type, dwCameraFrameHandle_t const frame)
    Gets the output image/s image in a format specified by the output type.
    dwCameraSIPLNotificationData
    Enum of available SIPL event notification type (Copy from nvsipl::NvSIPLPipelineNotifier::Notificatio...
    Definition: Camera.h:197
    DW_API_PUBLIC dwStatus dwSensorCamera_returnFrame(dwCameraFrameHandle_t *const frameHandle)
    Returns a frame to the camera after it has been consumed.
    void NvMediaIPPManager
    Definition: Camera.h:63
    @ DW_CAMERA_GMSL_IMX390
    Definition: Camera.h:139
    @ DW_CAMERA_GMSL_MN34906
    Definition: Camera.h:137
    @ DW_CAMERA_GMSL_AR0144
    Definition: Camera.h:133
    @ DW_CAMERA_GMSL_OV2311
    Definition: Camera.h:138
    @ DW_CAMERA_GMSL_AR0138
    Definition: Camera.h:134
    @ DW_CAMERA_GENERIC
    Definition: Camera.h:130
    @ DW_CAMERA_GMSL_AR0231
    Definition: Camera.h:131
    @ DW_CAMERA_GMSL_AR0220
    Definition: Camera.h:135
    @ DW_CAMERA_GMSL_AR0820
    Definition: Camera.h:136
    @ DW_CAMERA_GMSL_CUSTOM
    Definition: Camera.h:140
    @ DW_CAMERA_USB_GENERIC
    Definition: Camera.h:132
    @ DW_SIPL_CAMERA_INTERFACE_PROVIDER_TYPE_MODULE
    Definition: Camera.h:176
    @ DW_SIPL_CAMERA_INTERFACE_PROVIDER_TYPE_COUNT
    Definition: Camera.h:177
    @ DW_SIPL_CAMERA_INTERFACE_PROVIDER_TYPE_DESERIALIZER
    Definition: Camera.h:175
    @ DW_CAMERA_RAW_FORMAT_CCRC
    Definition: Camera.h:120
    @ DW_CAMERA_RAW_FORMAT_TOF
    Definition: Camera.h:125
    @ DW_CAMERA_RAW_FORMAT_CCCC
    Definition: Camera.h:123
    @ DW_CAMERA_RAW_FORMAT_RCCC
    Definition: Camera.h:118
    @ DW_CAMERA_RAW_FORMAT_BGGR
    Definition: Camera.h:109
    @ DW_CAMERA_RAW_FORMAT_GRBG
    Definition: Camera.h:110
    @ DW_CAMERA_RAW_FORMAT_UNKNOWN
    Definition: Camera.h:106
    @ DW_CAMERA_RAW_FORMAT_GBRG
    Definition: Camera.h:111
    @ DW_CAMERA_RAW_FORMAT_CBRC
    Definition: Camera.h:116
    @ DW_CAMERA_RAW_FORMAT_CCCR
    Definition: Camera.h:121
    @ DW_CAMERA_RAW_FORMAT_RCCB
    Definition: Camera.h:113
    @ DW_CAMERA_RAW_FORMAT_RGGB
    Definition: Camera.h:108
    @ DW_CAMERA_RAW_FORMAT_BCCR
    Definition: Camera.h:114
    @ DW_CAMERA_RAW_FORMAT_CRCC
    Definition: Camera.h:119
    @ DW_CAMERA_RAW_FORMAT_CRBC
    Definition: Camera.h:115
    @ DW_CAMERA_FOV_30
    Definition: Camera.h:160
    @ DW_CAMERA_FOV_60
    Definition: Camera.h:164
    @ DW_CAMERA_FOV_65
    Definition: Camera.h:165
    @ DW_CAMERA_FOV_185
    Definition: Camera.h:170
    @ DW_CAMERA_FOV_120
    Definition: Camera.h:169
    @ DW_CAMERA_FOV_50
    Definition: Camera.h:162
    @ DW_CAMERA_FOV_UNKNOWN
    Definition: Camera.h:159
    @ DW_CAMERA_FOV_90
    Definition: Camera.h:166
    @ DW_CAMERA_FOV_100
    Definition: Camera.h:167
    @ DW_CAMERA_FOV_55
    Definition: Camera.h:163
    @ DW_CAMERA_FOV_48
    Definition: Camera.h:161
    @ DW_CAMERA_FOV_110
    Definition: Camera.h:168
    @ DW_CAMERA_EXPOSURE_UNKNOWN
    Unknown exposure control.
    Definition: Camera.h:148
    @ DW_CAMERA_EXPOSURE_BAE
    Exposure control with bracketed auto exposure.
    Definition: Camera.h:152
    @ DW_CAMERA_EXPOSURE_AE
    Default exposure control.
    Definition: Camera.h:150
    @ DW_CAMERA_EXPOSURE_CUSTOM
    Exposure control using user's custom callback.
    Definition: Camera.h:154
    @ DW_CAMERA_EXPOSURE_NONE
    No exposure control.
    Definition: Camera.h:146
    @ DW_CAMERA_OUTPUT_NATIVE_PROCESSED
    processed images (usually be YUV420 planar or RGB planar)
    Definition: Camera.h:80
    @ DW_CAMERA_OUTPUT_CUDA_RAW_UINT16
    for raw images
    Definition: Camera.h:89
    @ DW_CAMERA_OUTPUT_NATIVE_RAW
    raw image
    Definition: Camera.h:82
    @ DW_CAMERA_OUTPUT_CUDA_YUV420_UINT8_PLANAR
    simple yuv420 output, supported in most use cases (see doc)
    Definition: Camera.h:87
    @ DW_CAMERA_OUTPUT_NATIVE_PROCESSED2
    processed images from ISP2 output (RGB-FP16)
    Definition: Camera.h:101
    @ DW_CAMERA_OUTPUT_CUDA_YUV444_UINT16_PLANAR
    other YUV processed outputs (see devguide)
    Definition: Camera.h:95
    @ DW_CAMERA_OUTPUT_NATIVE_PROCESSED1
    processed images from ISP1 output (usually be YUV420 planar or RGB planar)
    Definition: Camera.h:99
    @ DW_CAMERA_OUTPUT_CUDA_RGBA_UINT8
    for processed images RGBA image supported in all processed use cases
    Definition: Camera.h:85
    @ DW_CAMERA_OUTPUT_CUDA_YUV420_UINT16_SEMIPLANAR
    other YUV processed outputs (see devguide)
    Definition: Camera.h:91
    @ DW_CAMERA_OUTPUT_CUDA_YUV444_UINT8_PLANAR
    other YUV processed outputs (see devguide)
    Definition: Camera.h:93
    @ DW_CAMERA_OUTPUT_CUDA_YUV420_UINT8_SEMIPLANAR
    simple yuv420 semiplanar output, supported in most use cases (see doc)
    Definition: Camera.h:97
    @ DW_NOTIF_WARN_ICP_FRAME_DROP
    Pipeline event, indicates pipeline was forced to drop a frame due to a slow consumer or system issues...
    Definition: Camera.h:207
    @ DW_NOTIF_ERROR_ISP_PROCESSING_FAILURE
    Pipeline event, indicates ISP processing failure.
    Definition: Camera.h:219
    @ DW_NOTIF_ERROR_CDI_SET_SENSOR_CTRL_FAILURE
    Pipeline event, indicates CDI set sensor control failure.
    Definition: Camera.h:223
    @ DW_NOTIF_ERROR_ICP_BAD_INPUT_STREAM
    Pipeline event, indicates ICP bad input stream.
    Definition: Camera.h:213
    @ DW_NOTIF_INFO_ISP_PROCESSING_DONE
    Pipeline event, indicates ISP processing is finished.
    Definition: Camera.h:201
    @ DW_NOTIF_ERROR_ICP_EMB_DATA_PARSE_FAILURE
    Pipeline event, indicates embedded data parsing failure.
    Definition: Camera.h:217
    @ DW_NOTIF_INFO_ICP_PROCESSING_DONE
    Pipeline event, indicates ICP processing is finished.
    Definition: Camera.h:199
    @ DW_NOTIF_ERROR_SERIALIZER_FAILURE
    Device block event, indicates a serializer failure.
    Definition: Camera.h:229
    @ DW_NOTIF_WARN_ICP_FRAME_DISCONTINUITY
    Pipeline event, indicates a discontinuity was detected in parsed embedded data frame sequence number.
    Definition: Camera.h:209
    @ DW_NOTIF_ERROR_SENSOR_FAILURE
    Device block event, indicates a sensor failure.
    Definition: Camera.h:231
    @ DW_NOTIF_ERROR_DESERIALIZER_FAILURE
    Device block event, indicates a deserializer failure.
    Definition: Camera.h:227
    @ DW_NOTIF_ERROR_DESER_LINK_FAILURE
    Device block event, indicates a deserializer link error. Deprecated in the future.
    Definition: Camera.h:225
    @ DW_NOTIF_INFO_ACP_PROCESSING_DONE
    Pipeline event, indicates auto control processing is finished.
    Definition: Camera.h:203
    @ DW_NOTIF_ERROR_ICP_CAPTURE_FAILURE
    Pipeline event, indicates ICP capture failure.
    Definition: Camera.h:215
    @ DW_NOTIF_INFO_CDI_PROCESSING_DONE
    Pipeline event, indicates CDI processing is finished.
    Definition: Camera.h:205
    @ DW_NOTIF_ERROR_ACP_PROCESSING_FAILURE
    Pipeline event, indicates auto control processing failure.
    Definition: Camera.h:221
    @ DW_NOTIF_ERROR_INTERNAL_FAILURE
    Pipeline and device block event, indicates an unexpected internal failure.
    Definition: Camera.h:233
    @ DW_NOTIF_WARN_ICP_CAPTURE_TIMEOUT
    Pipeline event, indicates occurrence of timeout while capturing.
    Definition: Camera.h:211
    Defines Ellipse Properties for Override Histogram Statistics.
    Definition: Camera.h:299
    SIPL ISP Histogram Statistics Override Params.
    Definition: Camera.h:354
    ISP Override Statistics Settings.
    Definition: Camera.h:458
    NotificationData from SIPL.
    Definition: Camera.h:244
    Camera Properties.
    Definition: Camera.h:182
    Struct of the detailed error info from SIPL.
    Definition: Camera.h:261
    Notification Data from SIPL.
    Definition: Camera.h:274
    #define DW_API_PUBLIC
    Definition: Exports.h:54
    dwStatus
    Status definition.
    Definition: Status.h:171
    float float32_t
    Specifies POD types.
    Definition: Types.h:70
    int64_t dwTime_t
    Specifies a timestamp unit, in microseconds.
    Definition: Types.h:82
    Defines a rectangle.
    Definition: Types.h:203
    Defines a two-element single-precision floating-point vector.
    Definition: Types.h:325
    Defines a two-element integer vector.
    Definition: Types.h:340
    Defines a two-element unsigned-integer vector.
    Definition: Types.h:347
    struct dwImageObject * dwImageHandle_t
    Definition: Image.h:110
    #define DW_ISP_MAX_COLOR_COMPONENT
    Definition: Image.h:92
    Specifies a pool of images.
    Definition: Image.h:116
    Defines the properties of the image.
    Definition: Image.h:397
    struct dwSensorObject * dwSensorHandle_t
    Handle representing a sensor.
    Definition: Sensors.h:86
    NVIDIA DriveWorks API: Image Conversion and Streaming Functionality
    人人超碰97caoporen国产