Pictures taken from the camera are saved in the working directory itself. #177
Labels
camera-app
The Mechanix Camera App
enhancement
New feature or request
good first issue
Good for newcomers
How to reporduce?
When we take a picture from the camera app the picture is expected to be stored at
~/Picture/*.jpg
but it doesn't have a default location to be stored.Additional information
The picture taken is being stored in the working directory of the camera app as
frame2.png
which needs to be fixedThe following code is responsible for saving the picture. The code belongs to the function
contexts::camera::save_frame()
.The text was updated successfully, but these errors were encountered: