RZ/V ISP: Difference between revisions

From Renesas.info
(Created page with "The RZ/V Series has two version of the Image Signal Processor (ISP) [https://www.renesas.com/us/en/products/microcontrollers-microprocessors/rz-arm-based-high-end-32-64-bit-m...")
 
Line 8: Line 8:




The Simple ISP working memory is defined in the ISP Reserved memory area ( see Figure ). In the Application Layer uses the Video 4 Linux API (VIDIOC_REQBUFS, VIDIOC_QUERYBUF) to allocated memory.
The Simple ISP uses a working memory area for processing camera streams. This working memory area is defined in the device memory space define  ISP Reserved memory area ( see Figure ). In the Application Layer uses the Video 4 Linux API (VIDIOC_REQBUFS, VIDIOC_QUERYBUF) to allocated memory. How much of this memory is used is defined by the camera device resolution, pixel color depth, and capture frame buffer count. The ISP revered memory space is defined in the RZV2L Linux Device Tree File ( r9a07g04512-smarc.dts ).
[[File:image 2022-06-09 165339643.png|thumb|RZV2L BSP v1.0.1 Memory Area]]
{| class="wikitable"
|+OV5645 Supported Resolutions
!Width
!Height
!Pixel Depth
!Number Frames
!Total Memory Usage
|-
|640
|480
|2
|6
|3,686,400
|-
|1280
|720
|2
|6
|11,059,200
|-
|1920
|1080
|2
|6
|24,883,200
|-
|2592
|1944
|2
|4<small>*1</small>
|40,310,784
|}
1 The number of frames is reduced to fit inside the ISP Reserved Memory Area for BSP v1.0.1 ( 48MB ).

Revision as of 23:56, 9 June 2022

The RZ/V Series has two version of the Image Signal Processor (ISP)

RZ/V2L Simple ISP Support Package

RZV/2M Full ISP Support Package

RZ/V2L Simple ISP (Memory)

The Simple ISP uses a working memory area for processing camera streams. This working memory area is defined in the device memory space define ISP Reserved memory area ( see Figure ). In the Application Layer uses the Video 4 Linux API (VIDIOC_REQBUFS, VIDIOC_QUERYBUF) to allocated memory. How much of this memory is used is defined by the camera device resolution, pixel color depth, and capture frame buffer count. The ISP revered memory space is defined in the RZV2L Linux Device Tree File ( r9a07g04512-smarc.dts ).

RZV2L BSP v1.0.1 Memory Area
OV5645 Supported Resolutions
Width Height Pixel Depth Number Frames Total Memory Usage
640 480 2 6 3,686,400
1280 720 2 6 11,059,200
1920 1080 2 6 24,883,200
2592 1944 2 4*1 40,310,784

1 The number of frames is reduced to fit inside the ISP Reserved Memory Area for BSP v1.0.1 ( 48MB ).