[Xiaomi Yi] Share your scripts and settings

To use it, unzip it and remove the XX in the filename. Then copy the autoexec.ash file to the root of the SD card you'll use in the camera.

and remove the "#" in the line:
#writew 0xC05C1EE2 0x4234
...save it as unicode with an empty last line!

mfg
gente
 
And what firmware version do you have?

first xiaomi:

Camera version: YDXJ_v22
Firmware version: 1.2.12

second xiaomi:

Camera version_ YDXJ_v23
Firmware version_ 1.2.12

This script dont works in both camera!!
 
Well, as I'm still sitting on 1.2.6 version I can't test it, but for all my knowledge this file should work without any modifications: https://copy.com/nrEWicHw32gB . Basically it's all the same as guys wrote above.

Make sure that you have 1080p60 mode and high quality set in phone app.
 
I came across this video yesterday:

t ia2 -adj tidx -1 4096 -1

It is 2 months old, would the script still work with Fried's 1.2.12 Custom Firmware? I have a 22L model.
 
Actually, one command is ok:
Code:
# fixed ISO, auto shutter speed
t ia2 -ae exp 100 0
# fixed shutter speed, auto ISO
t ia2 -ae exp 0 1
# fixed ISO and shutter speed
t ia2 -ae exp 100 1

I just wonder, what does the third parameter mean ?
Code:
t ia2 -ae exp [ISO] [SPEED] [???]
@luckylz very useful, usually the third parameter if we talk about photografy exposure is aperture, but I think that this camera has locked to f/2.8...
 
Actually, the third para is not "aperture", but "mode", search the following string from the firmware:
Code:
t ia2 -ae exp[iso|agc][-shutter_idx][mode]
set still exposure mode 0 : ISO, mode 1 : agc
 
Actually, the third para is not "aperture", but "mode", search the following string from the firmware:
Code:
t ia2 -ae exp[iso|agc][-shutter_idx][mode]
set still exposure mode 0 : ISO, mode 1 : agc
Ok, where should I search for it ? the only program I use is AFT ...
agc is something like AutoGainCompensation? I'll try this out mode 0/1 and see the difference...
Thanks alot... :)
 
Z23L
1.5 Alpha
Rom 1.2.12

What can I use on this please help, new too it
 
I use 35mbps for 2.3k, 1920 60fps and 30fps. It's good enough for me.

I don't know why, I can't change the bitrate for 1280p 120fps and 848p 240fps. I tried 35mbps and 18mbps. it stays at the default values which are really low !! (between 3 to 6 mbps)

Does any one succeed to change these bitrates ?
 
I use 35mbps for 2.3k, 1920 60fps and 30fps. It's good enough for me.

I don't know why, I can't change the bitrate for 1280p 120fps and 848p 240fps. I tried 35mbps and 18mbps. it stays at the default values which are really low !! (between 3 to 6 mbps)

Does any one succeed to change these bitrates ?
I think I read that you can reduce the bitrates on those resolutions, but not increase. Maybe because the developers feel those defaults are the camera's maximum.
 
It strange by firmware default is 18mbps on high quality, I just tried...
 
Back
Top