I got a question. I tried a baby step to see if we could get back 1080 in the 2520x1072 mode in the 100D without stirring too much, keeping 10/12bit lossless and so on. By tweaking folowing:
2520x1072
case 0x6804: /* C0F06804 - raw resolution */
return 0x4580201;
To:
2520x1080
case 0x6804: /* C0F06804 - raw resolution */
return 0x45902a1;
All modes seems ok with this change, preview working and so on. Question. How do I test this newly set register and put it in ML code not needing go through adtg_gui every time?
Seems it makes mv1080p non zoom mode to freeze but 5xZoom works...
Following gives 14bit-lossless 24 fps with good preview capabilities, 16:9, a good preset):
2520x1248
case 0x6804: /* C0F06804 - raw resolution */
return 0x50802a1;