unfortunately targets images with transparency are not supported. If you create a jpg with a white background it would work.
Regards, Christian
D
Developers
said
about 7 years ago
I tried that scenario,
Step 1:Heres my API call to targetAPI
Header:
Content-Type : application/json
X-Version : 3
X-Api-Token : *******
{ "targets" :
}
Here is a sample response:
{
"code": 400,
"reason": "CORRUPT_IMAGE_TARGET",
"message": "Unfortunately one (or more) of your images seem to be invalid. Please check your request again. If the problem persist then contact us at support@wikitude.com",
Developers