Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-agency committed Jan 7, 2016
1 parent 8d62e4a commit 8754acd
Showing 1 changed file with 17 additions and 16 deletions.
33 changes: 17 additions & 16 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,23 +14,12 @@ This script runs inside the Xiaomi Yi camera and allows the user to enable RAW f
<img width="320" src="https://cloud.githubusercontent.com/assets/1122708/12181020/707c869e-b588-11e5-8471-0c35872baa2f.jpg"> <img width="320" src="https://cloud.githubusercontent.com/assets/1122708/12181018/707a762e-b588-11e5-85db-317d018b49f0.jpg">
<img width="320" src="https://cloud.githubusercontent.com/assets/1122708/12181021/707ce0bc-b588-11e5-8e0f-336572893cd2.jpg"> <img width="320" src="https://cloud.githubusercontent.com/assets/1122708/12181019/707b85fa-b588-11e5-99c6-b597f2cc2d37.jpg">


# Installation

1. Install script at top level of SD card and ensure execute permissions:
`chmod 755 /tmp/fuse_d/xyc.sh`
2. 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.
3. 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.
4. 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.
2. Optional. If you have custom settings 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 "Import User settings" menu choice to "yes". XYC will copy everything from the autoexec.xyc into autoexec.ash whenever it updates autoexec.ash.
3. 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.

# Usage

Expand All @@ -40,6 +29,19 @@ This script runs inside the Xiaomi Yi camera and allows the user to enable RAW f

# Changelog

0.3.4 (Dec 2015) by Alex
- Added Time-lapse script
- Added ability to use Time-lapse with HDR, RAW and others settings
- Added ability to save and reuse different presets
- Added ability to set bitrates for all resolutions
- Added new video frequencies: 24fps, 48fps
- Resolved 2560x1440 resolution, it's upscaling from 2304x1296
- Added ability to adjust Auto Knee, Gamma level
- Increased script performance
- Fixed issue in XYC Update
- Fixed issue in HDR scripts
- Removed GoPrawn script

0.3.3 (Oct 2015) by Alex
- Support latest 1.2.13 firmware
- Added support file weight limit to 4GB
Expand Down Expand Up @@ -71,6 +73,5 @@ This script runs inside the Xiaomi Yi camera and allows the user to enable RAW f

# Disclaimer

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!
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!

0 comments on commit 8754acd

Please sign in to comment.