From 2e1f419809a5376dc44fdfe70dffbd891a4c61bd Mon Sep 17 00:00:00 2001 From: Somnath Pandit <64902766+panditsomnath10016git@users.noreply.github.com> Date: Wed, 14 Dec 2022 20:15:31 +0530 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8311a39..751faf7 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # PiCamera-GUI -A mininalistic picamera GUI to take pictures or videos with Raspberry-Pi. +A mininalistic picamera GUI to take pictures or ~videos~ with Raspberry-Pi. An effort to make an simple picamera application to take pictures and videos with picamera module in python. Initially it is a script to take only pictures but hopefully I will get time to extend it to take videos and set the different camera parameters. @@ -7,4 +7,4 @@ An effort to make an simple picamera application to take pictures and videos wit - to show or hide input panel. - to quick-save instantly with default timestamped filename. - to save with the filename written in the input panel; If the input panel is hidden it works as quick-save. - - closes the application. \ No newline at end of file + - closes the application.