# AT应用
[English]
------------------------------------------
## 1. AI 图像识别产品可兼容哪些摄像头?
* 当前 ESP-EYE 主控芯⽚为 ESP32,可兼容 0V2640,OV3660,OV5640,OV7725 等多款摄像头。 详见:[esp32-camera Github](https://github.com/espressif/esp32-camera/tree/master/sensor)。
更新时间:2022.4.20
------------------------------------------
## 2.esp-who 是否⽀持 IDF 4.1?
* 暂不支持,目前仅⽀持 IDF v3.3.1 和 v4.0.0(esp-who commit: 2470e47 Update esp32-camera), 但是会陆续支持其他版本 IDF,
请在 [ESP-WHO Github](https://github.com/espressif/esp-who) 获取最新信息。
更新时间:2022.4.20
------------------------------------------
## 3.esp-face组件的api参考?
* 人脸检测介绍:[MTMN](https://github.com/espressif/esp-dl/tree/master/examples/human_face_detect)与[FRMN](https://github.com/espressif/esp-dl/tree/master/examples/face_recognition)。
* 关于API的使用实例,可以参考ESP-WHO中的 [example](https://github.com/espressif/esp-who/tree/master/examples)。
更新时间:2022.4.20
------------------------------------------
## 4. 请问微信小程序esp-eye有相关资料吗?
* esp-eye 微信小程序的介绍及示例在这里:[recognition_wechat](https://github.com/espressif/esp-who/tree/release/v1.0/examples/single_chip/face_recognition_wechat)。
* esp-eye demo 微信小程序的开源资料:[EspEyeForWeChat](https://github.com/EspressifApp/EspEyeForWeChat)。
更新时间:2022.4.20
------------------------------------------
## 5. ESP 模块是否支持 TensorFlow?
| Supported Targets | ESP32 | ESP32-S3 |
| ----------------- | ----- | -------- |
* 支持,请参考 Github [tensorflow](https://github.com/espressif/tensorflow/) 示例和 [blog](https://blog.tensorflow.org/2020/08/announcing-tensorflow-lite-micro-esp32.html) 说明
更新时间:2022.4.20
------------------------------------------
## 6.esp-skainet 示例支持哪些语言呢?
* [esp-skainet](https://github.com/espressif/esp-skainet)目前仅支持中文和英文。
更新时间:2022.4.20