3drsolo_xiaomi icon indicating copy to clipboard operation
3drsolo_xiaomi copied to clipboard

Assign custom ash file to paddle?

Open sachel85 opened this issue 7 years ago • 1 comments

Hi Kelly, thanks for pulling all of this together. I currently have my Xiaomi Yi running a custom ash script which will trigger it to take an image every 2 seconds but was hoping to combine it with your code. I am working my way through the code and I think this might be possible. Are the python scripts telling the camera to take the picture/video or are the calling on the ash script within the camera?

sachel85 avatar Dec 28 '17 04:12 sachel85

As you can see in XiaomiManager.py, the python scripts are calling a socket connection on the camera to tell it what to do. What the camera does from that point is up to the camera. It might be calling ash scripts, but XiaomiManager.py doesn't need to know about that.

On Wed, Dec 27, 2017 at 10:45 PM, sachel85 [email protected] wrote:

Hi Kelly, thanks for pulling all of this together. I currently have my Xiaomi Yi running a custom ash script which will trigger it to take an image every 2 seconds but was hoping to combine it with your code. I am working my way through the code and I think this might be possible. Are the python scripts telling the camera to take the picture/video or are the calling on the ash script within the camera?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/kellyschrock/3drsolo_xiaomi/issues/2, or mute the thread https://github.com/notifications/unsubscribe-auth/ADmhzfjsUfZ8bCq5Q5cO01RfArbyTQIEks5tExzegaJpZM4ROAYY .

kellyschrock avatar Dec 29 '17 15:12 kellyschrock