Hi @brian1,
There’s currently no built-in function in “invert” an image (= mirror horizontally).
One way that you could try would be to
- take your snapshot and retrieve the image URI
- pass this URI to a script, as described in this thread, that would invert it
- retrieve the converted image and display it / enable to send it via email.