cancel
Showing results for 
Search instead for 
Did you mean: 

Blurry display using a dcmipp camera in continous mode and snapshot mode with the stm32n6570

Kamurasi-Jordan-Arthur
Associate II

Post edited by ST moderator to be inline with the community rules for the code sharing. In next time please use </> button to paste your code. Please read this post: How to insert source code.

Hello there, 
I have a simple one, 
I have run the exmaple project on camera dcmipp continous mode and snapshot mode for the stm32n6570 development kit, how, the image feed on the screen is blurred on the first run with out any edits, 
I have tried to play with the downsizing that is configured in the project in vain, hoping to get a clearer image.

these are the default settings that I that come with the example 

DonwsizeConf.HRatio = 25656;

DonwsizeConf.VRatio = 33161;

DonwsizeConf.HSize = 800;

DonwsizeConf.VSize = 480;

DonwsizeConf.HDivFactor = 316;

DonwsizeConf.VDivFactor = 253;



if(HAL_DCMIPP_PIPE_SetDownsizeConfig(&hdcmipp, DCMIPP_PIPE1, &DonwsizeConf) != HAL_OK)

{

Error_Handler();

}

if(HAL_DCMIPP_PIPE_EnableDownsize(&hdcmipp, DCMIPP_PIPE1) != HAL_OK)

{

Error_Handler();

}


I also failed to find documentaion that takes about these parameters and what their effect is leave alone
the getting started with dcmippp documentation, it helps not.

Can someone please tell me why the image is blurry or is it the case of the exmaple that it is supposed to be.

I am still a nonvice to STM and all things conserning its dev board.


 

1 REPLY 1
KDJEM.1
ST Employee

Hello @Kamurasi-Jordan-Arthur and welcome to the community;

 

Are you using STM32N6570-DK board? If so, what is the revision of the board?

For more information about the Downsize information, I recommend you to look at RM0486 Rev 2 Section 39.7.4 Downsize.

KDJEM1_0-1761562108615.png

 

I hope this help you.

Thank you.

Kaouthar

 

To give better visibility on the answered topics, please click on Accept as Solution on the reply which solved your issue or answered your question.