Skip to content

Releases: laurentalacoque/TouchSelfie-extended

Support of Python 3.X

23 Feb 17:07
Compare
Choose a tag to compare
Support of Python 3.X Pre-release
Pre-release

This is an unstable version that supports python 3.x
Please test it and send issues to #62

Support of Google Photos API

23 Feb 17:05
Compare
Choose a tag to compare
Pre-release
v2.0-bêta2

predefined sizes based on camera v1 and v2. defaults to full size

Support for builtin camera Image FX

17 Aug 08:08
Compare
Choose a tag to compare

How it works

This release provides a new "effect" button
Once clicked, a new effect panel is displayed from which you can choose the PiCamera.image_effect that will be applied to your next snapshot
Image effects new panel

Add new / configure effects

You can change effects and parameters in the scripts/constants.py file.
See comments therein and PiCamera.image_effects documentation

Change effects thumbnails

A utility script scripts/ressources/effects/generate_effects_thumbnails.py lets you generate a new batch of effects thumbnails using your own picamera.

Acknowledgments

This was developped after an idea by @Pikokosan (issue #44)

Printer Support

16 Aug 20:10
3a1e3f0
Compare
Choose a tag to compare

This release allows you to add a 'print' button on the screen
The last snapshot will be sent to a preconfigured cups printer.
This code was contributed by @Pikokosan

Keyboard events and mirrored preview

09 Jul 17:35
585dba4
Compare
Choose a tag to compare

Several improvements for Keyboard and Mouse

  • if a keyboard is connected, keyboard shortcuts can trigger events (configurable in configurations.py)
  • Mouse cursor automatically hides in absence of motion

Mirrored preview

  • Preview is now horizontally flipped to act as a mirror (consistant with cameraphones' selfies and bathroom mirror)
  • Countdown are now images (configure in constants.py)

Graphical configuration assistant

09 Jul 19:32
Compare
Choose a tag to compare

Graphical assistant replaces console-based setup

  • step-by-step assistant that asks minimum information
  • writes a scripts/configuration.json file
  • can be launched again to change settings afterwards

Service update

09 Jul 19:34
d369791
Compare
Choose a tag to compare

Documentation of source code

Bugfix for hardware buttons

New TouchSelfie Milestone

09 Jul 19:40
3ba4d1a
Compare
Choose a tag to compare

Several improvements over original fork

Modern interface

New "Animation" Effect

Full resolution snapshots

  • supports picamera v2

Hardware buttons

  • support for configurable hardware buttons (see scripts/constants.py for GPIO selection)

Passwordless authentication

  • no more passwords asked