Hi all,
I'm trying to use the api at http://www.faceplusplus.com for face detection, but i fail with postfile.
Can someone help me with this?
I have tried with parameter "url" instead, and it works fine.
see this documentation: http://www.faceplusplus.com/detection_detect/
This is how i make postfile in b4a:
Best Regards,
btbb
I'm trying to use the api at http://www.faceplusplus.com for face detection, but i fail with postfile.
Can someone help me with this?
I have tried with parameter "url" instead, and it works fine.
see this documentation: http://www.faceplusplus.com/detection_detect/
This is how i make postfile in b4a:
B4X:
job1.PostFile ("http://api.us.faceplusplus.com/v2/detection/detect?api_secret=XXXXXX&api_key=XXXXXX&attribute=gender,age&img[POST]=1.jpg",File.DirInternal ,"1.jpg")
Best Regards,
btbb