@Moem That worked! Wonderful! I am really pleased. Problem solved. The camera app simply reappeared after restarting the phone.
Steps (in the link):
1 open terminal app
2. Find the files:
sudo find /opt -iname *camera*
3. remove all files of that app that are listed
sudo rm -r PATH
4. reboot the device