Hi,
I wrote a small command to "sync" the Photos.app Masters folder with a "normally" accessible folder (Pictures/iPhone), something like:
alias Synciphone='find ~/Pictures/Photos\ Library.photoslibrary/Masters -type f -ls -exec cp -pn {} ~/Pictures/iPhone/ \;'
I'm using Catalina PB build...