cancel
Showing results for 
Search instead for 
Did you mean: 

Blurry display

Kamurasi-Jordan-Arthur
Associate II

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.


 

0 REPLIES 0