# FaceDetectionListener not working

**URL:** https://community.wowza.com/t/facedetectionlistener-not-working/49530
**Category:** Wowza GoCoder SDK
**Created:** [August 28, 2017, 8:17pm UTC](https://community.wowza.com/t/facedetectionlistener-not-working/49530 "2017-08-28T20:17:04Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![haris\_azam](https://avatars.discourse-cdn.com/v4/letter/h/dec6dc/32.png) [@haris\_azam](https://community.wowza.com/u/haris_azam)
#### Post date: [August 28, 2017, 8:17pm UTC](https://community.wowza.com/t/facedetectionlistener-not-working/49530/1 "2017-08-28T20:17:04Z")

</div>

Camera.FaceDetectionListener (FaceActivity) is not working in this source.

[@override](https://github.com/override)  
public void onFaceDetection(Camera.Face[] faces, Camera camera) {  
…  
}

Camera.Face[] faces is always empty.

---

<div class="post-metadata">

### Author: ![Michelle\_B](https://sea2.discourse-cdn.com/flex002/user_avatar/community.wowza.com/michelle_b/32/394_2.png) [@Michelle\_B](https://community.wowza.com/u/Michelle_B)
#### Post date: [September 2, 2017, 1:24am UTC](https://community.wowza.com/t/facedetectionlistener-not-working/49530/2 "2017-09-02T01:24:34Z")

</div>

Unfortunately, we have been unable to replicate what you are seeing. Can you provide detailed step-by-step description of how you are generating this error?

---

<div class="post-metadata">

### Author: ![haris\_azam](https://avatars.discourse-cdn.com/v4/letter/h/dec6dc/32.png) [@haris\_azam](https://community.wowza.com/u/haris_azam)
#### Post date: [October 28, 2017, 6:19am UTC](https://community.wowza.com/t/facedetectionlistener-not-working/49530/3 "2017-10-28T06:19:08Z")

</div>

I simply run gocoder sample android app ([https://github.com/fabiojapa/gocoder-sdk-samples-android](https://github.com/fabiojapa/gocoder-sdk-samples-android)) provided by you guys.  
with SDK compile ‘com.wowza.gocoder.sdk.android:com.wowza.gocoder.sdk:2.0@aar’
