Skip to content

Commit

Permalink
added InterAccess Workshop Scripts and gifs
Browse files Browse the repository at this point in the history
  • Loading branch information
schoukah committed Oct 6, 2017
1 parent 8802a6a commit 3fa2b44
Show file tree
Hide file tree
Showing 42 changed files with 12 additions and 24 deletions.
Binary file removed animation3.gif
Binary file not shown.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file removed imagev40000.jpg
Binary file not shown.
Binary file removed imagev40001.jpg
Binary file not shown.
Binary file removed imagev40002.jpg
Binary file not shown.
Binary file removed imagev40003.jpg
Binary file not shown.
Binary file removed imagev40004.jpg
Binary file not shown.
Binary file removed imagev40005.jpg
Binary file not shown.
Binary file removed imagev40006.jpg
Binary file not shown.
Binary file removed imagev40007.jpg
Binary file not shown.
Binary file removed imagev40008.jpg
Binary file not shown.
Binary file removed imagev40009.jpg
Binary file not shown.
File renamed without changes.
Binary file removed scripts/image0000.jpg
Binary file not shown.
Binary file removed scripts/image0001.jpg
Binary file not shown.
Binary file removed scripts/image0002.jpg
Binary file not shown.
Binary file removed scripts/image0003.jpg
Binary file not shown.
Binary file removed scripts/image0004.jpg
Binary file not shown.
Binary file removed scripts/image0005.jpg
Binary file not shown.
Binary file removed scripts/image0006.jpg
Binary file not shown.
Binary file removed scripts/image0007.jpg
Diff not rendered.
Binary file removed scripts/image0008.jpg
Diff not rendered.
Binary file removed scripts/image0009.jpg
Diff not rendered.
Binary file removed scripts/imagev30000.jpg
Diff not rendered.
Binary file removed scripts/imagev30001.jpg
Diff not rendered.
Binary file removed scripts/imagev30002.jpg
Diff not rendered.
Binary file removed scripts/imagev30003.jpg
Diff not rendered.
Binary file removed scripts/imagev30004.jpg
Diff not rendered.
Binary file removed scripts/imagev30005.jpg
Diff not rendered.
Binary file removed scripts/imagev30006.jpg
Diff not rendered.
Binary file removed scripts/imagev30007.jpg
Diff not rendered.
Binary file removed scripts/imagev30008.jpg
Diff not rendered.
Binary file removed scripts/imagev30009.jpg
Diff not rendered.
12 changes: 12 additions & 0 deletions scripts/interAccess_full_hour_time_lapse.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
from picamera import PiCamera
from os import system
from time import sleep

camera = PiCamera()
camera.resolution = (256, 192)

for i in range(240):
camera.capture('image{0:04d}.jpg'.format(i))
sleep(15)

system('convert -delay 10 -loop 0 image*.jpg animation.gif')
12 changes: 0 additions & 12 deletions scripts/time_lapse_v_3.py

This file was deleted.

12 changes: 0 additions & 12 deletions time_lapse_v_3.py

This file was deleted.

0 comments on commit 3fa2b44

Please sign in to comment.