Skip to content

Instantly share code, notes, and snippets.

View venturahimself's full-sized avatar
🇧🇻

Lasse Kjølstad venturahimself

🇧🇻
View GitHub Profile
@venturahimself
venturahimself / venturahimself-pgp.txt
Last active May 8, 2022 18:28
Ventura Himself Public PGP
-----BEGIN PGP PUBLIC KEY BLOCK-----
Version: vntrahmslf (Linux/Unix)
Comment: https://venturahimself.pro/
xsFNBFxPekQBEACzWu/p5kiFXCnpu2fcTOpicFY8JMMNcGgJryn+gARmjnCWQsmK
KQ1QxmzVpSmL7J5yOc1MPfnQWIfUSdmmm6JzU6pQwmLZulbamLRa/5xSZB1E+WwB
egjB780inAbIA/JjKfpmzJlKlr4wC6eU8vtuzVufN+RfuvI/D3TEKCGve55+3oEF
29zsGwpdXFYHkJHfxXAglIe61ChWSONLIo4YsSfNzNU7+jTgKhwbBfcus4gfJqVu
MkzO7KVa0+X13jjJh6fgISjbl3SVilqvlYDQW1FyM1biIjMFdKA33UJBcDrhvrEF
2tDfDFhnPRTUTHnvCEpQlyAkcnZwi2c67a4pjB1ylNZ0zvYIHbVGebgBvThpdaBj

Keybase proof

I hereby claim:

  • I am venturahimself on github.
  • I am venturahimself (https://keybase.io/venturahimself) on keybase.
  • I have a public key whose fingerprint is DEE3 C3C8 5342 AB8D FF12 3552 87C7 7E56 DB9F FFF5

To claim this, I am signing this object:

@sidward35
sidward35 / instructions.md
Last active April 19, 2024 21:04
Using a PS3 EyeToy with the Raspberry Pi

Having heard about the new camera driver built into the kernel of the new Raspbian OS image, I decided to have a play, using my PS3 EyeToy camera. The steps below are based on this forum thread, with some changes to reflect my own experience. The Raspberry Pi supports a number of cameras, not just the EyeToy, so if you have a spare one lying around, give it a go.

  1. Install the ‘motion’package:sudo apt-get install motion
  • This should automatically install the required ‘ffmpeg’ package – if not you can just do sudo apt-get install ffmpeg.
  1. Edit the config file:sudo nano /etc/motion/motion.conf
  • To enable daemon mode (so you can run the software in the background without it tying up your terminal):daemon on