Ok I really want to get the image centered on the mark II in the 3008x1080 mode, how do I get started.
First , take a cr2 (or silent full res DNG) of a grid pattern (horizontal & vertical)
then with out moving the camera or focus length record a second or 2 in the 3k preset crop_rec , upload a link to the DNG or PNG here .
Is it a difficult change
yes & no , if the horizontal is out (left or right of center) then in the advance crop_rec menu you can change
cmos[2] , just key in 0x10E etc. ... being 0x10E is the default centering for 3xcrop_mode e.g. 2144x1076
if I remember right I had it set to 0x9E , (there no real fine adjustment on the horizontal) it's moves at more then 1 columns at a time from my finding
I thing it's like 3-5 columns per valve , so it may never be right on .
If it's a vertical issue then yes it's way more work , vertical centering done by
base vertical offset cmos[1] + cmos[1]Lo & cmos[1]Hi in the code , it called "PACK12" so there's 2 value's in the pack that need to be adjusted .
/* raw buffer centered in zoom mode */
case CROP_PRESET_CENTER_Z:
cmos_new[1] = 0xB0E /* vertical (first|last) */
? PACK12(12,11)
: -1;
this give us a per line/pixel vertical movement up & down to center .
..... you almost have proper anamorphic working on 50D,
Edit: it looks like there is still some weird aliasing, could we see MLV file?
I'm not 100% sure it was in 5x Zoom , it may have change to 3x3 , I'll have check again
Google Drive
M05-2326.MLV 815MB