This script runs inside the Xiaomi Yi camera and allows the user to enable RAW file creation, and change photographic options such as exposure, ISO, whitebalance, etc. It is designed to be executed and accessed via a telnet client running on any phone, computer, tablet, etc.
- Install script at top level of SD card and ensure execute permissions:
chmod 755 /tmp/fuse_d/xyc.sh
- Optional. If you have custom settings (e.g. bitrate, video size, etc.) that you want to be included in the autoexec.ash file, store these commands in a file named autoexec.xyc in the same directory as xyc.sh. Also, using XYC, set the "Custom Photo Settings" -> "Import additional settings..." menu choice to "yes". XYC will copy everything from the autoexec.xyc into autoexec.ash whenever it updates autoexec.ash.
- Optional. If you want XYC to operate in a language other than English, create a file named xyc_strings.sh in the same directory as xyc.sh. See "TRANSLATION STRINGS" section below.
- Optional. If you want RAW Time Lapse than enable Create RAW camera setting, save settings and go to official Xiaomi YiCam app -> Photo Time-lapse. Also you can use other camera settings to configure Time-lapse footage.
- Enable wifi, and connect to camera using telnet (IP=192.168.42.1, user id="root", no password)
- Run script:
/tmp/fuse_d/xyc.sh
0.3.3 (Oct 2015) by Alex
- Support latest 1.2.13 firmware
- Added support file weight limit to 4GB
- Added 1440p resolution for testing purpose
- Added ability managing Noise Reduction
- Added new bitrates for Video Quality (40-50Mb)
- Added XYC Update feature for automatic download new version
- Removed Time Lapse script (use YiCam app Time-lapse with XYC camera settings)
0.3.2 (Sep 2015) by Alex
- Updated YiMax script
- Added shadow/highlight/gamma script
- Added sharpness script
- Fixed HDR scripts and added HDR Night
0.3.1 (Sep 2015) by Alex
- Ported features from XYC v4.6
- Added YiMax Movie script
- Simplified menu interface
- Fixed issues
0.2.0 (Aug 2015)
- Added support for alternate langauges
- Added support for user settings
- Standardized menu interface
0.1.0 (Aug 2015)
- Initial release
This software is not created or endorsed by Xiaomi; it relies on undocumented features of the Xiaomi Yi. Using this software may void your camera's warranty and possibly damage your camera. Use at your own risk!