Dear @Santosh-Italiya ,
The STedgeAI stm32mp2 target is referering to the cortexA with Linux ecosystem. The analyse is not yet supported for this stm32mp2 (Linux cortexA) target.
To generate a code for cortexM33 of the STM32MP2 the trick consists in ...
Dear @zeal_liu,
The DCMIPP of the STM32N6 has an ISP inside. The ISP is designed to support up to 5Mpix resolution.
If the sensor you want to connect is a RAW Bayer sensor then a miximum of 5 Mpix resolution can be supported.
Connecting a 12Mpix Raw ...
Dear @athern27,
The monochrome picture is 1 bytes per pixel and the preview size is 800x480.
The pitch must be updated as follow:
pPipeConf.PixelPackerFormat = DCMIPP_PIXEL_PACKER_FORMAT_MONO_Y8_G8_1;
/* Set Pitch for Main and Ancillary Pipes */...
Hi @Jupiter,
The 8Mpix IMX219 sensor can be used with the STM32N6 camera pipeline, but the maximum RAW bayer resolution that can be computed by the ISP of the STM32N6 if 5Mpix.
Assuming you connect the IMX219 with its max resolution, a decimation fac...
Dear @athern27,
STM32N6 embedde a new camera pipeline called DCMIPP.
the DCMIPP embedded an ISP to support Rawbayer sensor such as the IMX335.
That's why the IMX335 driver output a RAW10 pixel format that need then to be converted using the ISP of th...