Post Go back to editing

ADV7842 - how to shift picture a few pixels down

Category: Hardware
Product Number: ADV7842

Hello,

I'm capturing the video from the LD player and the picture is a little bit shifted to the top and to the right that results in cutting a few pixels on the top and right edges. I would like to shift it down and to the left. What is the registry command to do that? Thanks.

PS. This issue is the same as thisRE: ADV7842 SDP Shift 



Added a link to the related issue.
[edited by: metaleonid at 1:57 AM (GMT -4) on 3 Apr 2023]
Parents
  •  

    This is the script snippet that I am using to fix the issue:

    :Horizontal and Vertical Shift adjustments:
    94 98 00 ;
    94 99 10 ; Shift leftmost line horizontally by 16 pixels to the left.
    94 9A 00 ;
    94 9B 10 ; Shift rightmost line horizontally by 16 pixels to the left.
    94 AC 02 ; Shift top line beginning vertically 2 pixels down
    94 AD 02 ; Shift top line end vertically 2 pixels down
    94 AE 02 ; Shift bottom line beginning vertically 2 pixels down
    94 AF 02 ; Shift bottom line beginning vertically 2 pixels down
    End

Reply
  •  

    This is the script snippet that I am using to fix the issue:

    :Horizontal and Vertical Shift adjustments:
    94 98 00 ;
    94 99 10 ; Shift leftmost line horizontally by 16 pixels to the left.
    94 9A 00 ;
    94 9B 10 ; Shift rightmost line horizontally by 16 pixels to the left.
    94 AC 02 ; Shift top line beginning vertically 2 pixels down
    94 AD 02 ; Shift top line end vertically 2 pixels down
    94 AE 02 ; Shift bottom line beginning vertically 2 pixels down
    94 AF 02 ; Shift bottom line beginning vertically 2 pixels down
    End

Children
No Data