picorder_1.6.py

Version 1.6 of my very crude camcorder software. Nothing too special here. Just Picamera code that defines a few simple functions and looks for keyboard commands to trigger various actions. I changed all function calls to numbers instead of letters so I could use the numpad and a USB wireless remote more easily. It works, but is still basic. Functions: Start/stop recording, take a photo, change a few ISO/exposure settings, turn preview on and off, exit program. Bare minimum viable for video. There is a working line, commented out, that records audio through a USB microphone with Pulse audio, but it doesn't sync up. Proof of concept.

x-python - 3.95 kB - 02/27/2021 at 04:20

Download

picorder_1.5.py

Version 1.5 of my Raspberry Pi Camcorder software. It's still very simple, but has more features than the previous version. Added a few exposure and ISO modes over the last version. Requires the Keyboard PIP3 module installed.

x-python - 3.29 kB - 12/07/2020 at 02:16

Download

picorder_1.4.py

The first version of the code that uses functions and resembles code not written by a 5 year old. It only records 1080p video, no audio at this point. Requires the Keyboard PIP3 module installed.

x-python - 1.21 kB - 11/30/2020 at 20:28

Download

keypress_record_1.0.py

The very first, crude control software for my custom camera. Requires the Keyboard PIP3 module installed.

x-python - 851.00 bytes - 11/29/2020 at 06:23

Download