Is there any way with mod to record video at 2560×1440?

fliptwister

New Member
Joined
Oct 25, 2017
Messages
3
Reaction score
0
Country
United States
This is the resolution of my computer monitor which I playback video from Yi 4K. I understand that 2K is close but I would prefer to playback video at native resolution. I have 1.8.9 firmware. I'm not clear on why the 1440p resolution on camera is only available at 4:3 resolution (1920x1440)...

Thanks for any help!
 
No, that won't work, all it's going to do is change the bitrate of that resolution.

This might however:

t app test chg_res 12
Thanks irungentoo! I didn't expect to get an answer from you :)

I will try this. Could you also clarify what I should use for addresses for the medium and low quality for 2560x144o? With the high quality second to last digit being a "F" I was not clear on what I would use for medium and low.

Thanks!
 
Could you also clarify what I should use for addresses for the medium and low quality for 2560x144o? With the high quality second to last digit being a "F" I was not clear on what I would use for medium and low.

0xA065BDFE + 0x10 = 0xA065BE0E
0xA065BDFE + 0x20 = 0xA065BE1E

You can use your operating systems calculator, most have a hexadecimal mode.

Also this might be more useful than that command, it should make the 2704x1520 60fps mode output 2560x1440 but I have not tested it or anything.

#set 2704x1520 60fps mode to 2560x1440 on firmware 1.8.9
writew 0xA06642F4 0xA00 #2560
writew 0xA06642F6 0x5A0 #1440
 
Back
Top