Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
wiki:projects:other:picam [2015/08/01 13:00] jeffwiki:projects:other:picam [2020/11/19 14:21] (current) – external edit 127.0.0.1
Line 1: Line 1:
  
 +====== Simple Cam ======
 +
 +  * [[http://www.ebay.com/sch/i.html?_from=R40&_sacat=0&_sop=15&_nkw=Xiaomi%20Yi%20WiFi%2016MP&rt=nc&LH_BIN=1&_trksid=p2045573.m1684|Xiaomi Yi 16MP Action Smart Camera]]
 +  * [[http://nutseynuts.blogspot.com/2015/06/xiaomi-yi-action-cam-custom-scripts.html|Xiaomi Yi action cam custom scripts.]]
 +  * [[http://www.tawbaware.com/xiaomiyi.htm|Hacking the Xiaomi Yi Action Camera]]
 +
 +====== PiCam ======
 +
 +  * apt-get install screen
 +  * apt-get install imagemagick
 +  * apt-get install bc
 +  * apt-get install uvcdynctrl
 +  * apt-get install python-imaging
 +  * rsync -r --progress /mnt/filedbsrv.data/Software\ Dev/Scripts/Linux/PiCam ./
 +  * cd ./PiCam/exif/Install-exif/
 +  * exif: make && make && make install
 +  * [[http://www.raspberrypi-spy.co.uk/2013/05/how-to-disable-the-red-led-on-the-pi-camera-module/?utm_source=feedly|Disable Cam LED]]
 +  * [[http://www.glennklockwood.com/sa/rpi-wifi-bridge.php|RasPi as subnet]]
 +  * [[https://www.google.com/search?q=BCM2835+program+video+capture&ie=utf-8&oe=utf-8|faster video capture]]
 +
 +  * IQeye
 +    * [[http://www.ebay.com/itm/IQeye-511-1-3-Megapixel-IP-camera-Digital-PTZ-and-PoE-1280x1024-R2-/151656173852?pt=LH_DefaultDomain_0&hash=item234f69911c|ebay]]
 +    * [[http://www.iqeye.com/support/technical-downloads/iqeye-510-511-series|manual]]
 +  * [[http://www.ebay.com/itm/Linux-Win8-USB-Camera-Module-Board-5MP-170-Wide-Angle-Autofocus-Fish-Eye-Lenses-/221802512371?pt=LH_DefaultDomain_0&hash=item33a475bff3|Alt Camera]]
 +  * to boot from usb drive
 +<code>
 +edit /boot/cmdline.txt to be 
 +
 +dwc_otg.lpm_enable=0 root=/dev/sda1 rootfstype=ext4 elevator=deadline rootwait
 +
 +** /dev/mmcblk0p2 to be /dev/sda1
 +</code>
Back to top
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0