Hi,
New to Power Apps and like a lot of people I have seen on the forum I have been asked to build an app. One of the criteria of the app is that the camera function of power apps must be used.
Like the Title says I am having issues resetting an image that is linked to a camera.
Set Up:
Dropdown controls which camera the user wants to use on the device.

The Camera then uses which ever camera is selected from the drop down. You need to select the camera field in order to take the picture.

The photo that is taken then shows on an image field, you can retake the picture and the image field will change accordingly.
Before the image is taken the Image field is transparent and does not appear.

Issue
The issue I am having is that I do not know how to reset the image field after a picture has been taken. I would Ideally need the image field to revert back to its original status of being transparent and not hold any Photo's that have been taken.
I have added a button and tried the following "OnSelect (property) Reset(Image4)" this has not worked but unfortunately I do not know the functions that would be best for the task.
Any help on this would be appriciated.
Thanks