Hi,
I use the DVRRDK 04.00.00.3 on a EVM8168 plateform.
I use the Link API to create custom application that can capture raw video at 720p.
My use case is :
TVP7002 --> CAPT (1Ch 720p60) --> IPCFRAME OUT RTOS --> IPC FRAME IN HLOS --> file.
My goal is to do snapshot uncompress.
The format out off capture is set to YUV422I_YUYV.
But I have a problem about the quality off the capture.
When I compare the image source and the result image, there is a big difference ?
I don't undestand why.
Is it a tvp7002 configuartion problem or the configuration on the VPSS ?
I attach 3 files, the bmp source, the bmp generated from the uncompress capture and the configuration that I use for the tvp70002
The source picture :
The uncompress picture
The configuartion file off tvp7002
#!/bin/sh #i2cset -y 2 0x21 0x0f 0xfb i2cset -y 2 0x21 0x0f 0xCB i2cdump -y -r 0-0xff 2 0x5d b i2cset -y 2 0x5d 0x01 0x67 i2cset -y 2 0x5d 0x02 0x20 i2cset -y 2 0x5d 0x03 0xA0 i2cset -y 2 0x5d 0x04 0x16 i2cset -y 2 0x5d 0x05 0x32 i2cset -y 2 0x5d 0x06 0x20 i2cset -y 2 0x5d 0x07 0x2C i2cset -y 2 0x5d 0x08 0x00 i2cset -y 2 0x5d 0x09 0x00 i2cset -y 2 0x5d 0x0A 0x00 i2cset -y 2 0x5d 0x0B 0x80 i2cset -y 2 0x5d 0x0C 0x90 i2cset -y 2 0x5d 0x0D 0x80 i2cset -y 2 0x5d 0x0E 0x3F i2cset -y 2 0x5d 0x0F 0x2E i2cset -y 2 0x5d 0x10 0x5D i2cset -y 2 0x5d 0x11 0x43 i2cset -y 2 0x5d 0x12 0x01 i2cset -y 2 0x5d 0x13 0x00 # modif du A i2cset -y 2 0x5d 0x15 0x07 i2cset -y 2 0x5d 0x16 0x01 i2cset -y 2 0x5d 0x17 0x00 # modif du C i2cset -y 2 0x5d 0x18 0x21 i2cset -y 2 0x5d 0x19 0x00 i2cset -y 2 0x5d 0x1A 0x8F # i2cset -y 2 0x5c 0x21 0x35 # i2cset -y 2 0x5c 0x22 0x00 # modif du D : ALC activer i2cset -y 2 0x5d 0x26 0x80 # modif du D : ALC Filter activer i2cset -y 2 0x5d 0x28 0x00 # i2cset -y 2 0x5c 0x2A 0x87 # i2cset -y 2 0x5c 0x2B 0x00 # i2cset -y 2 0x5c 0x2C 0x80 # i2cset -y 2 0x5c 0x2D 0x00 # i2cset -y 2 0x5c 0x2E 0x80 # modif du D : ALC Filter activer i2cset -y 2 0x5d 0x31 0x5A # modif E i2cset -y 2 0x5d 0x3F 0x0F i2cset -y 2 0x5d 0x40 0x47 i2cset -y 2 0x5d 0x41 0x01 i2cset -y 2 0x5d 0x42 0x4B i2cset -y 2 0x5d 0x43 0x06 i2cset -y 2 0x5d 0x44 0x05 i2cset -y 2 0x5d 0x45 0x05 i2cset -y 2 0x5d 0x46 0x1E i2cset -y 2 0x5d 0x47 0x1E i2cset -y 2 0x5d 0x48 0x00 i2cset -y 2 0x5d 0x49 0x00 i2cset -y 2 0x5d 0x34 0x12 i2cset -y 2 0x5d 0x3F 0x0F i2cdump -y -r 0-0xff 2 0x5d b
We can see on the uncompress picture , that the details (grass and tree bark) are becoming blurred.
Have you an idea of the source of the problem ?
Thank you.
Regards