Advertisement
Guest User

Untitled

a guest
Feb 23rd, 2015
223
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. diff --git a/gst/droidcamsrc/gstdroidcamsrcdev.c b/gst/droidcamsrc/gstdroidcamsrcdev.c
  2. index 136c8ad..cf62aca 100644
  3. --- a/gst/droidcamsrc/gstdroidcamsrcdev.c
  4. +++ b/gst/droidcamsrc/gstdroidcamsrcdev.c
  5. @@ -952,12 +958,14 @@ gst_droidcamsrc_dev_enable_face_detection (GstDroidCamSrcDev * dev,
  6. goto out;
  7. }
  8.  
  9. +#if 0
  10. /* TODO: this is SW only. We need to investigate HW too. */
  11. if (!droid_media_camera_enable_face_detection (dev->cam, DROID_MEDIA_CAMERA_FACE_DETECTION_SW,
  12. enable ? true : false)) {
  13. GST_ERROR ("error enabling face detection");
  14. goto out;
  15. }
  16. +#endif
  17.  
  18. res = TRUE;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement