GitXplorerGitXplorer
h

webcamrec

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
c1b90109d0518e20b4171dc72467db73c7495590

bugfix in calling the recording function

committed 4 years ago
Unverified
3c21234dde50bebdaa8681dfaa798eb678255817

working code

committed 4 years ago
Verified
15bb121bb095f2b9d1f5f03bdc46dd71f466a183

Initial commit

hhanckmann committed 4 years ago

README

The README file for this repository.

webcamrec

Python application to store timestamped webcam images.

The application aims at storing the images as quickly as possible. Therefore capturing the images from the webcam is performed in a separate thread.

The images are saved as quickly as possible. This might result in dropped frames in the image viewer.

All data is stored in the data folder. For each recording session a new folder is created, with the data-time stamp as foldername. A new recording session is started when at the applications startup, and when hitting the space-bar or enter key. All images are stored with their recorded date-time stamp in the filename. All images are stored as PNG files.

I hope it is useful for you.

Patrick