1 # Copyright (c) 2019-2020 NVIDIA CORPORATION. All rights reserved.
3 @page sensorplugins_camerasipl Custom Cameras (SIPL)
6 @note SW Release Applicability: This tutorial is applicable to modules in both **NVIDIA DriveWorks** and **NVIDIA DRIVE Software** releases.
8 As mentioned in the @ref camera_mainsection section, DriveWorks users
9 may interface with GMSL cameras that are enabled through NvMedia's SIPL framework.
11 @section sensorplugins_camerasipl_nvmedia Custom Camera Integration into SIPL
13 For details on integrating your custom camera into SIPL, please see
14 "Understanding NvMedia SIPL Framework" in the _NVIDIA DRIVE 5.1 PDK Development Guide_.
16 @section sensorplugins_camerasipl_dw Using Custom Cameras with DriveWorks
18 Once `libnvsipl_devblk.so` and `libnvsipl_query.so` are updated on the target
19 device, the user may interface with custom camera sensors using DriveWorks.
22 1. Use the newly-added `CAMERA_NAME` when performing DeviceBlock initialization.
23 2. Use Platform initialization with a new platform config.
25 For more details on how to use SIPL-enabled cameras with DriveWorks,
26 see @ref camera_mainsection_gmsl_cameras "GMSL Cameras using SIPL".