Xiaomi Yi Custom firmware with lastest revision

..what version of xiaomi you have now and the version of the last one?
...with lens replacement and refocussing with IR Filter on a 23L there is no changing in sharpness but now much better footages against sunlight.
The watercolor effect comes from noise reduction on work (digital denoising), best you see it on zooming in. You can improve this effect a little bit by fixing noise reduction to a certain value.

I mean there is a software thing (the sensor will be the same in 22,23,22l,23L) and i hope someone of the specialists can find out that correspondending software locations and improving by script.

23L. I don't remember the version of my last one. That's a crazy amount of sharpening.

Also, Does anyone know if having low light setting on affects daytime quality adversely?
Any chance of a 2k setting at higher than 25fps? I figure if weer can get 1.92k @ 60fps we should be able to get at least 30fps @ 2k?
 
23L. I don't remember the version of my last one. That's a crazy amount of sharpening.

Also, Does anyone know if having low light setting on affects daytime quality adversely?
Any chance of a 2k setting at higher than 25fps? I figure if weer can get 1.92k @ 60fps we should be able to get at least 30fps @ 2k?
...standard for 2K is 30fps, i mean you set your cam to pal not ntsc.
You can test that lines in a script, adjusting the values, more gamma makes the footage brighter (up to 250), autoknee is for not crushing black, for me its better to disable autoknee
(because of that the hashtack in front). Expo makes more exposure in highlights.
#shadow/highlight clipping adjustments
t ia2 -adj l_expo 163
#t ia2 -adj autoknee 255

#set gamma level
t ia2 -adj gamma 190
 
lo, I modified the autoexec.ash file to have the best possible image with beautiful colors.

Do you have an example image? The stock colours already looked over saturated to me.
 
hello
could somebody confirm the code for 23L with 1.2.12 for 1600x1200@60 ? because most of the lists provided usually skip this resolution.
i got :
Width Height Fps Default bitrate
36 1600 1200 59.94 4170 C05C2092
37 1600 1200 59.94 4140 C05C20A2
38 1600 1200 59.94 4120 C05C20B2
which one is the good one ?
what the autoexec.ash would look like ?

Thanks
 
Guys none of my scripts lines are working. Should i reset or something?
Code:
#buzzer on on boot means autoexec.ash executed
#set buzzer volume 150
t pwm 1 set_level 50
t pwm 1 enable
sleep 2
t pwm 1 disable
#vibrance/saturation adjustments
t ia2 -adj ev 0 0 150 0 0 200 0
#shadow/highlight clipping adjustments
t ia2 -adj ae 90   
t ia2 -adj autoknee 50
#set gamma level
t ia2 -adj gamma 10
#enable 14 scene mode
t cal -sc 14
#enable raw+jpeg stills
#t app test debug_dump 14
#set noise reduction value to 1536
t ia2 -adj tidx -1 1536 -1
 
Guys none of my scripts lines are working. Should i reset or something?
Code:
#buzzer on on boot means autoexec.ash executed
#set buzzer volume 150
t pwm 1 set_level 50
t pwm 1 enable
sleep 2
t pwm 1 disable
#vibrance/saturation adjustments
t ia2 -adj ev 0 0 150 0 0 200 0
#shadow/highlight clipping adjustments
t ia2 -adj ae 90  
t ia2 -adj autoknee 50
#set gamma level
t ia2 -adj gamma 10
#enable 14 scene mode
t cal -sc 14
#enable raw+jpeg stills
#t app test debug_dump 14
#set noise reduction value to 1536
t ia2 -adj tidx -1 1536 -1
try that one...
 

Attachments

Question. Most of the scripts are focused for movies. Is there one focused on taking stills?
 
...all settings should work for stills and video without the saturation,vibrance setting.
i don't know how to set this values to stills.
I asked here in forum but no answer until yet.
 
Back
Top