简体   繁体   中英

Tensorflow support for android API 15

Does tensorflow have support for android API 15?

Here is a link to tensorflow android demo: https://github.com/tensorflow/tensorflow/tree/master/tensorflow/examples/android

It says: A device running Android 5.0 (API 21) or higher is required to run the demo due to the use of the camera2 API, although the native libraries themselves can run on API >= 14 devices.

What does this mean?

如果要使用camera2 API,则需要android 5.0(API 21)或更高版本,但如果不是,则等于或高于API 14的任何东西都应该起作用

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM