Yi Video Scripts Don't Work

Onion

New Member
Joined
Apr 11, 2016
Messages
11
Reaction score
2
Country
France
I've been trying to get video scripts to work all night and haven't had any success.

I tried the factory firmware 1.2.13 and custom 35 mbps 1.2.13 firmware with the same results.

I'll put a script in the root of my SD as always that modifies the resolution and bitrate and when I finish recording and check the file, bitrate is stock and resolution is stock. I've tried modifying just the bitrate as well and that doesn't change anything either. I've tried adding different scripts in to modify awb, iso, exposure, raw, etc for photos and it worked properly.

Here is the code I tried. I also tried using only one at a time, and I also tried commenting the writeb line and leaving only the writew. Same results every single time.

#2304x1296 30 fps 45 mbps
writeb 0xC06CC426 0x02
writew 0xC05C1EB2 0x4234

#1920x1080 60 fps 45 mbps
writeb 0xC06CC426 0x03
writew 0xC05C1EE2 0x4234

#1920x1080 45 fps 45 mbps
writeb 0xC06CC426 0x04
writew 0xC05C1F12 0x4234
 
Partially solved. Added an empty line at the bottom and the camera gave me the long beep to indicate the script loaded. However, I'm using a 35 mbps script and its only recording at 13-ish mbps.
 
I have the same problem but it turned out that my sd card isn't capable of writing that fast....
 
Solved. I tried it a few more times with no scripts on the card other than the bitrate ones and gradually started adding more and it worked.

SD card was fine since its a Lexar 633x 64 gb.
 
It seems I'm still not able to get 1296 to work...

I'm using this:

#2304x1296 30 fps 45 mbps
writew 0xC05C1EB2 0x4234

Nothing shows up on the Yi app for the resolution settings other than what was already there and it boots into 1920x1080. All other resolution and bitrate scripts work.

Its annoying because I can't get 4:3 1600x1200 superview scripts to work either (won't show up in the app).
 
Back
Top