SauronDemo.shA tru hack. Running 2 python scripts, on 2 seporate machines, in parallel, with the first script writing to standard out, standard out being piped over a network to another machine. The second python script being launched remotely via SSH. if _anything_ goes wrong with the network, either of the machines, the demo. kinda just keeps running... My modifications to the eyeball simulation have it randomly look around if there is no face or the face does not move.x-sh - 125.00 bytes - 09/19/2019 at 20:00 |
|
|
read_thread_and_control.pyThis is not exactly a delta, but a snip of the changes I made to eyes.py written by Phil Burgess( @PaintYourDragon on twitter). Eyes.py can be found (apparently only in) https://github.com/adafruit/Pi_Eyes/archive/master.zip x-python-script - 3.48 kB - 09/19/2019 at 19:51 |
|
|
Sauron_Demo_Face_DNN_DeltaXY.pyreads from the first camera attached to a system, detects a face, and then writes mapped x,y co-ords to standard out, as well as displaying a window with the video stream and a red box overlay where faces are detected the actual python script can be found in https://github.com/adafruit/Pi_Eyes/archive/master.zipx-python-script - 3.23 kB - 09/19/2019 at 19:05 |
|