Go to file
Kyle Isom 3a1d4cc181 Add EAGLE design files. 2022-02-28 20:46:56 -08:00
hardware Add EAGLE design files. 2022-02-28 20:46:56 -08:00
lifecam it's minio, not s3 2022-02-23 10:59:52 -08:00
.gitignore Initial import. 2022-02-22 21:14:47 -08:00
README.md Initial import. 2022-02-22 21:14:47 -08:00
go.mod Initial import. 2022-02-22 21:14:47 -08:00
go.sum Initial import. 2022-02-22 21:14:47 -08:00
lifecam.go return the zipfile path 2022-02-22 23:53:55 -08:00
main.py add image processing hook 2022-02-23 10:58:08 -08:00

README.md

lifecam

I was reading a blog post by Stephen Wolfram:

But when I go to events like trade shows I typically bring a tiny camera with me, that takes a picture every half-minute. If Im wearing one of those lanyard name tags Ill typically clip the camera on the top of the name tag, among other things putting it at an ideal height to capture name tags of people I meet. When I write my personal trip report Ill typically review the pictures, and sometimes copy a few into my trip notebook.

I thought it would be cool to build something like this, and maybe use the photos to do some interesting photo analysis. I picked up an OpenMV H7 R2 with a wide-angle lens. I wrote a quick little program to take a picture every thirty seconds and write it to an image directory. This code collects those images into a video.

I haven't used this for anything yet on account of not having a case. I might try to replicate this with an OAK-D for the inside of my house.