Search results

  1. luckylz

    Xiaomi Yi Camera: GUI Control & Configure from PC (Win/Lin/Mac)

    Create a file named: autoexec.ash, and copy my script into it. noted the every line should end with unix LF, not the windows CR LF. Then put this file in the root of the micro sd card, and power on the camera. And I also attached the zip file here, unzip it and you'll get the autoexec.ash.
  2. luckylz

    Yi 4k script for raw photos and video research

    I've tried the wifi command in firmware 1.4.14, and the camera freezed, need to pull out the battery. t app key start_wifi or t app key stop_wifi But this script works: #start or stop wifi sleep 5 #t ipc rpc clnt exec1 '/usr/local/share/script/wifi_xy_stop.sh' t ipc rpc clnt exec1...
  3. luckylz

    Xiaomi Yi Camera: GUI Control & Configure from PC (Win/Lin/Mac)

    Try this autoexec.ash code: #start or stop wifi sleep 5 #t ipc rpc clnt exec1 '/usr/local/share/script/wifi_xy_stop.sh' t ipc rpc clnt exec1 '/usr/local/share/script/wifi_xy_start.sh'
  4. luckylz

    Yi 4K Action Camera --- Research

    pls ref. the source code in this thread: https://dashcamtalk.com/forum/threads/xiaomi-yi-camera-gui-control-configure-from-pc-win-lin-mac.11206/
  5. luckylz

    Yi 4K Action Camera --- Research

    It needs the token to open data port
  6. luckylz

    Yi 4K Action Camera --- Research

    What kind of driver files you want to check? and let see what I can do.
  7. luckylz

    Yi 4K Action Camera --- Research

    Yep, you're correct !
  8. luckylz

    Yi 4K Action Camera --- Research

    Please dump by yourself, you can download from: http://www.yitechnology.com/support/firmware_action/id/5.html I've got some limitations to share the information inside. But you're welcome to post that information here.
  9. luckylz

    Yi 4K Action Camera --- Research

    Yes, there are 2 *.script files dump from firmware, only console_enable.script seems to work.
  10. luckylz

    Yi 4K Action Camera --- Research

    As I know, if the cams sell to overseas can use the english firmware, if the cams sell in China can not. If your cam is bought from China with chinese, please don't try to update the english firmware.
  11. luckylz

    Yi 4K Action Camera --- Research

    Got the Yi 4K days ago, now have some brief result on it, But it has many differences between the 1st gen YiCam. I'll list down something I've found, but still many to discover. Hope guys who are interesting in this cam can figure out more details together with me! These are the same as 1st...
  12. luckylz

    Xiaomi Yi 4K Action Camera 2 More Details - Update Real Photo & Unboxing Review Video

    "2560x1920 30P 4:3", "1920x1440 60P 4:3", "1920x1440 30P 4:3", "1280x960 120P 4:3", "1280x960 60P 4:3" Here you are
  13. luckylz

    How To: manual exposure in video mode

    hah, can't set fixed ISO within auto shutter speed.
  14. luckylz

    PonerineM [debug 0.0.5] multi-cam controller for android (add photo mode)

    Yes, I made modification on the each camera's system time. This modification is for sorting file in computer by shooting date time. so no matter what the filenames are, they can be sort by date-time easily. e.g. - each camera time is increated 8 seconds Cam1 - set time to 10:00:00 Cam2 - set...
  15. luckylz

    [Xiaomi Yi] Get exif information directly in camera

    I didn't have any existing lib to do that, just ref. to http://www.sno.phy.queensu.ca/~phil/exiftool/ then extract the info that I need.
  16. luckylz

    [Xiaomi Yi] Get exif information directly in camera

    There are 2 kinds of exif definition --- motorola & intel format --- xiaoyi camera exif is motorola format.
  17. luckylz

    HDMI Overlay Icons - Removable?

    It's a hidden function from yi cam, but can be set by some other programs.
  18. luckylz

    PonerineS [debug 0.1.4] the android apk for XiaoYi Sports Camera

    I think can not replay video via HDMI on yi cam
  19. luckylz

    Yi Plus - A mod for switching capture and recording modes

    The message should be like: Send:{"token":0,"msg_id":257} Send:{"token":TokenNumber,"msg_id":1,"type":"app_status"} Send:{"token":TokenNumber,"msg_id":2,"type":"camera_clock","param":"2012-12-24 23:59:59"} Send:{"token":TokenNumber,"msg_id":9,"param":"video_resolution"} ... so the first is...
  20. luckylz

    [Xiaomi Yi] Share your scripts and settings

    Great job ! I have already used the same logic to touch the Yi Cam settings as your code, the part of while true do do_something sleep 1 done
Back
Top