laurentalacoque

Results 13 comments of laurentalacoque

Fixed it in PR #9 The problem was a bogus `get_SID()` function in the daughter scripts that always matched `SID` from `unittest.vim` regardless of the actual running script.

> Testing python3 branch now. Everything seems to be working! > -- setup.py Google Photo Album entry is not writeable (have to stick with default "Drop Box") Thanks @wyojustin! Could...

@wyojustin : thanks for the link about all albums recovery. Actually I already implemented it in a previous test version BUT, as a design choice, I preferred to limit the...

Also thanks for the longpress modification. Seems nice, I'll implement it ASAP

# note: Simply `try`ing / `except` doesn't seem to work The only solution so far : writing an `autostart.sh` script that does ``` #!/bin/sh env sleep 10 /path/to/touchselfie/touchselfie.sh ``` Then...

@wyojustin hey ;) Already did :) I'm looking for a fully resilient solution though. Ideally, the photobooth should start on power-up without user action: this is more convenient whenever I...

@wearebeta I think it's ‘.config‘ with a dot!

Hello @karlzre the error "No handler could be found..." relates the the logging capability but it's only a warning and should work ok, so not the source of the problem...

Two ways to go: - v4l2 module (pip install v4l2) > [This](https://gist.github.com/fernandoremor/8d9efb81e25360ab38245c8e96d870c8) seems like a woking code, but it leaves us with yuv buffer. - opencv2 > Already coded, maybe...