DeepAR Web SDK changeParameterTexture image from s3

Hi i’m trying to use the changeParameterTexture method from the web SDK on our web client but the image we are using to update the texture comes from S3 and not our domain so am getting this error: “SecurityError: Failed to execute ‘getImageData’ on ‘CanvasRenderingContext2D’: The canvas has been tainted by cross-origin data.” Any ideas how we might solve this issue?
Many Thanks

Adam

Hi, this error is not directly related to DeepAR, it simply happens when loading an image from a cross origins domain. You can host your images on the same domain or check this stack overflow thread for more info.