Please provide the following info (check/uncheck the boxes after creating this topic): Software Version
DRIVE OS Linux 5.2.6
DRIVE OS Linux 5.2.0
DRIVE OS Linux 5.2.0 and DriveWorks 3.5
NVIDIA DRIVE™ Software 10.0 (Linux)
NVIDIA DRIVE™ Software 9.0 (Linux)
other DRIVE OS version
other
Can i change the frames’ width and height of ISP output of SIPL camera?
For example, if I use sf3325 camera, the camera resolution is 1920x1208, and the output yuv/rgb frames from ISP0/ISP1 are 1920x1208. Is it possible for me the let ISP output frames in different size?
Are scaling operations configured in nvsipl::NvSIPLDownscaleCropCfg of pipeline config? Is there limitation of the scaling size? Can sipl camera only do downscale, and no upscale available?
The downscale operation is configured separately for each ISP. Is this operation done by ISP, so that there is no extra CPU overhead after adding the downscale feature.
I found there are histogram related data in nvsipl::INvSIPLClient::ImageMetaData that i can get by calling GetImageData.
Are those image histogram data generated by ISP or CPU?
Since GetImageData is a method of INvSIPLNvMBuffer which can also point to raw data buffer. Is there also histogram data for the raw frame (ICP output & ISP input)?