Yi hacked resolution 2304x1296 30fps 35Mbits

Anyway @Alisan.c if you add this line :
Code:
writel 0xC05C2D7C 0x04380780
you'll already have a 1600x1200 video stretched to 1920x1080 directly on card.. ;)
 
Ok so I just got started with the scripts (got the camera two days ago). The thing is I was excited to try with the 1600x1200 resolution, because the only one with a 4:3 format in the stock fw is the 1280x960, a bit low imo. I've managed to get this with the script:
Code:
writeb 0xC06CC426 0x0C
writew 0xC05C2092 0x420C
After getting a quick sample and then comparing with the stock 960p resolution, the difference is inexistent. I mean the file has the resolution and bitrate specified, but I cannot see any difference on the quality (cropping in with sony vegas). Should there be any difference? Am I doing something wrong?
 
Last edited:
Why don't you try an example in really bright sunlight, with lots of diagonal lines, like power wires or a transmitter tower.

If you can't see anything, publish it here.
 
Ok so there is definitely a difference between the 1600x1200 and 1280x960 resolution, but I was expecting a bit more. I hope someone can manage some scripts for the 1920x1440.
btw I know the photo looks crap, still have to work on that sharpening and noise reduction
 

Attachments

  • 1280x960.png
    1280x960.png
    1.4 MB · Views: 122
  • 1600x1200.png
    1600x1200.png
    1.4 MB · Views: 116
  • Photo.png
    Photo.png
    1.7 MB · Views: 110
Hey guys I use this:

writeb 0xC06CC426 0x0C
writel 0xC05C2D7C 0x04380780

to stretch 1600x1200 60fps to 1920x1080 60fps. This is great in NTSC but what about PAL. I'm really stumped as to why it doesn't work in PAL mode.

Does anybody know what addresses I need to use it with PAL?
 
Try this one:

writeb 0xC06CC426 0x0C
writel 0xC05C3204 0x04380780

It's in 25Fps
 
Last edited:
#set ISO and Exposure
# exp: [iso_idx][exp_idx][gain_idx], 0 auto
t ia2 -ae exp 25600 1200 0

is there a way to apply this to videos?

Thank you
 
1600x1200 30fps save up to 50mbits

Can you help me to get 1600x1200, 30fps with 50 or better 40mbits?

Firmware 1.2.13 would be nice, or any of the 1.2 series.

I tried but I was not succesfull.
If you could provide the autoexec.ash it would be very nice!

Thanks!
 
Can you help me to get 1600x1200, 30fps with 50 or better 40mbits?

Firmware 1.2.13 would be nice, or any of the 1.2 series.

I tried but I was not succesfull.
If you could provide the autoexec.ash it would be very nice!

Thanks!

choose one!

#ok_1600x1200 60fps 30 mbps
writeb 0xC06CC426 0x0C
writew 0xC05C2092 0x41F0

#1600x1200 60fps 50 mbps
writeb 0xC06CC426 0x0C
writew 0xC05C2092 0x4248

#ok_1600x1200 60fps 45 mbps
writeb 0xC06CC426 0x0C
writew 0xC05C2092 0x4234

#ok_1600x1200 30 fps 50 mbps
writeb 0xC06CC426 0x0D
writew 0xC05C20C2 0x4248

#ok_1600x1200 30 fps 45 mbps
writeb 0xC06CC426 0x0D
writew 0xC05C20C2 0x4234
 
Is there an additional step to using hacked resolutions? I've installed the hacked 1.2.13 firmware (correct version) with both a 23 and a 23L and in both cameras, I see the bit range change taking effect, but I haven't been able to enable a resolution outside of the standard values. I am using Yi Camera to connect to the camera, no options there. I have also tried just starting video record immediately upon restart without accessing the cam with via an app. No matter what, it just records at 1080P60FPS (I am looking to use 1600x1200@60p.

I have tried a number of autoexec options, most recently, a file with JUST the resolution values from above:

#ok_1600x1200 60fps 30 mbps
writeb 0xC06CC426 0x0C
writew 0xC05C2092 0x41F0

Any help would be wonderful.

I have
 
Back
Top