# Promise Camera.takePhoto(string quality)

# 功能描述

拍照,根据参数拍摄指定质量,成功则返回图片

# 参数

# string quality

拍照质量,值为 high, normal, low

# 返回值

# Promise

拍照完成的 Promise,成功时返回 {tempImagePath, width, height}