Display an image in Orthographic camera
I want to display an image (The red cross image) which exactly overlaps the hand recognition object position.
So wherever the hand moves, my image moves with the hand and covers the hand recognition object.
I am able to see for hand recognition in orthographic camera, the center position is (-120,0,-40)
So, how can I add an image in orthographic camera?
After adding the image, I can set the position of the new image to refresh with the position of the hand recognition object.
Thank you.

Hi, Vincent!
If you want your red cross image to exactly fit hand tracking object you can simply replace default image texture with your texture
If you want your image to follow hand more smoothly you can check out our hand template https://lensstudio.snapchat.com/templates/object/hand/. Please admit that ObjectTracking Components are using more advanced ScreenTransforms instead of regular Transform. This template has a scripting example that might help
Please let me know if I got your question correctly!
Best
Olha
Dear Olha,
I do not want to replace my image to the default one. Since I need both the original image and my new extra image.
So, how can I add an image in orthographic camera?
Thank you.
Regards
Vincent
Hi Vincent Cheng,
You can add a image by selecting orthographic camera then
clicking top left corner, you will see "add new" and look for "image" or "screen image"
https://lensstudio.snapchat.com/api/classes/Image/
It should be placed under orthographic camera if you selected the camera first, or you can drag it to the right place.
esta