Higher bit rate and raw

Daniel Liebst

New Member
Joined
Dec 27, 2015
Messages
10
Reaction score
0
Country
Sweden
What's the simplest route for getting only raw image support and increased bitrate?
 
Hi Daniel,

for enabling RAW and JPEG use this code:
Code:
#enable raw+jpeg stills
t app test debug_dump 14

No idea which code to use for exclusively enabling RAW, but if you don't need JPEG files delete it using this code:
Code:
#delete JPEG files
sleep 1
lu_util exec rm /tmp/fuse_d/DCIM/100MEDIA/*.jpg

What bitrate you are looking for?
 
I'm definitely fine with both jpg and raw, but would like to push the movie side of things just a bit more.

Have used the xiaomi yi configuratior before but that have given me a fair amount of startup issues and strange behavior
 
Back
Top