Viktor Brešan
Viktor Brešan

Reputation: 5522

How to set up android emulator for live face detection?

I have an emulator running 4.1 Android. Virtual device is set up so that it has camera emulated by the web cam. This part works fine.

However Camera.Parameters.getMaxNumDetectedFaces() always returns 0, meaning that face detection is not supported (though it works fine on static images).

Is there anything that can be done in order to enable live face detection on Android emulator? I am talking about the face detection that came with API level 14, not third party libraries.

Thanks, Viktor.

Upvotes: 4

Views: 2942

Answers (1)

Christian
Christian

Reputation: 1840

No. Unfortunately, the API 14 face detection requires hardware support.

Upvotes: 2

Related Questions