Skip to content

jgibbon/YiAPI

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yi4kAPI

Python API for Yi 4k camera.

It is based on official Yi 4k Java API.
Current limits are:

  • values provided to commands should be correct strings,
  • commands are blocking while waiting for result,
  • try not to call same commands simultaneous from different threads, response can be a mess.

###Commands not implemented:

  • formatSDCard
    NSFW

  • deleteFile
    Considered vulnerable, maybe later

  • downloadFile

  • cancelDownload
    Redundant, available by http

  • getRtspURL
    Redundant, available at YiAPI() creation

  • buildLiveVideoQRCode
    Maybe later

  • startRecording datetime
    Lazy to implement

About

Yi 4k light python API

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 97.4%
  • Stata 2.6%