Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
219 views
in Technique[技术] by (71.8m points)

java - How to fix the problem with saving photos with android camera-hardware?

this is my first time writing a post. I have a problem, when saving the taken photos, it throws "java.io.FileNotFoundException". The task is to take a photo in a custom camera and save it, or get a URI image from a photo.

And I catch the error, it looks like this

W / System.err: java.io.FileNotFoundException: /storage/emulated/0/GUI/temp.jpg: open failed: ENOENT (No such file or directory)
question from:https://stackoverflow.com/questions/66067367/how-to-fix-the-problem-with-saving-photos-with-android-camera-hardware

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...