I am storing my file in OneDrive
I have a folder called CameraTest
and in that folder I have my excel file template that looks like this (notice the last one is missing the jpg suffix), I deleted the rows with /Library/Caches/PowerAppsTeam because there is no corresponding photo in the photos folder for those.

Through the magic of the camera it also created a folder within that container called
PhotoLinks_images
The inside of that folder looks like this:

The Patch statement:
Patch(ImageTable,Defaults(ImageTable),
{Image:MyCamera.Photo,Tag: DataCardValue1.Text});SubmitForm(EditForm1)