This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

How to set H3A parameter in DM368 v5.0

Hi 

I have a issue about setting H3A.

The sensor is OV2710 with 1080p raw output, BGGR bayer format and 10 bits pixel depth output..

The raw data output from sensor is correct.

However when I check statistics data which output from pAewbWinData->subSampleAcc[0], [1], [2], [3] are wrong.

Here is my h3a setting:

DRV_ImgsH3aConfig gDRV_imgsH3aConfig_TI = {

.medFiltThreshold = 0,

.aewbMedFiltEnable = FALSE,
.aewbSatLimit = 1023,
.aewbWinStartX = 0,
.aewbWinStartY = 1,
.aewbWinNumH = 12,
.aewbWinNumV = 32,
.aewbOutFormat = CSL_H3A_OUTFMT_SUM_OF_SQUARES,
.aewbShift = 0,

.afPaxNumH = 0,
.afPaxNumV = 0,

};


0x01c71400: 4d010000
0x01c71404: ffc5c801
0x01c71408: 0094001e
0x01c7140c: 000663c5
0x01c71410: 00200020
0x01c71414: 0000001e
0x01c71418: 840cf000
0x01c7141c: 0fa10008
0x01c71420: 00260fcf
0x01c71424: 0026004c
0x01c71428: 0fca0f91
0x01c7142c: 0fde0011
0x01c71430: 00000011
0x01c71434: 0fb8000b
0x01c71438: 001a0fce
0x01c7143c: 001a0033
0x01c71440: 0fcb0fa4
0x01c71444: 0fda0013
0x01c71448: 00000013
0x01c7144c: 0f0987cb
0x01c71450: 00010000
0x01c71454: 041f0001
0x01c71458: 00000505
0x01c7145c: 840da000
0x01c71460: 00000000
0x01c71464: 00000064
0x01c71468: 02020202
0x01c7146c: 01f40002
0x01c71470: 02020202
0x01c71474: 01f400f4
0x01c71478: 00640064

Could anyone help?