Search found 14 matches
- Mon Oct 14, 2013 12:56 am
- Forum: Camera board
- Topic: Pure Python camera interface
- Replies: 470
- Views: 195381
Re: Pure Python camera interface
Thanks for your reply. Really appreciate it. I will give it a go tomorrow.
- Sat Oct 12, 2013 8:26 pm
- Forum: Camera board
- Topic: Pure Python camera interface
- Replies: 470
- Views: 195381
Re: Pure Python camera interface
the command I ran was:
easy_install --user picamera
easy_install --user picamera
- Sat Oct 12, 2013 8:24 pm
- Forum: Camera board
- Topic: Pure Python camera interface
- Replies: 470
- Views: 195381
Re: Pure Python camera interface
Hi, Sorry, I ran it in the command line and all seemed fine since this is what came back: Searching for picamera Reading http://pypi.python.org/simple/picamera/ Best match: picamera 0.4 Downloading https://pypi.python.org/packages/source/p/picamera/picamera-0.4.tar.gz#md5=ad4a818d8d7c2ae545e680d00b1...
- Sat Oct 12, 2013 8:13 pm
- Forum: Camera board
- Topic: Pure Python camera interface
- Replies: 470
- Views: 195381
Re: Pure Python camera interface
HI,
I downloaded the easy install but when I go into python and type import picamera I get the following:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import picamera
ImportError: No module named picamera
Dont know what I am doing wrong.
I downloaded the easy install but when I go into python and type import picamera I get the following:
Traceback (most recent call last):
File "<pyshell#1>", line 1, in <module>
import picamera
ImportError: No module named picamera
Dont know what I am doing wrong.
- Wed Sep 25, 2013 9:02 pm
- Forum: Camera board
- Topic: use rapistill with an ordinary webcam
- Replies: 16
- Views: 7874
Re: How to make a webcam
Great! Today was a really helpful and productive day thanks to you! Your post help me understand many issues. Thanks so much for your quick replies. I'll keep trying to make this work for my project but this was really a great step forward.
- Wed Sep 25, 2013 8:26 pm
- Forum: Camera board
- Topic: use rapistill with an ordinary webcam
- Replies: 16
- Views: 7874
Re: How to make a webcam
Thank you so much. Well, my webcam is up and running in my office right now so I know it works with your very well explained post. I still have a lot to learn and shell scripts and php are totally alien to me. But I'll keep trying. I have a question: How do I stop this webcam process?
- Wed Sep 25, 2013 6:39 pm
- Forum: Camera board
- Topic: use rapistill with an ordinary webcam
- Replies: 16
- Views: 7874
Re: How to make a webcam
Many thanks! I am still trying to understand your reply little by little. I am working this project to be a "volcano-cam" to monitor a nearby volcano. I have a question: Aside from this being a webcam, could I also have the raspberry send the saved images to an ftp and delete them from dis...
- Wed Sep 25, 2013 5:54 pm
- Forum: Camera board
- Topic: use rapistill with an ordinary webcam
- Replies: 16
- Views: 7874
Re: How to make a webcam
Hi. Thanks much for this. I am almost finished, I think, but since I am a a very cautious begginer, I am a bit stumped on this "essential step": the file name (-o) in the raspistill command and the file name ($cam) in the webcam.php script. What should I change before I enter nohup raspist...
- Thu Sep 19, 2013 10:19 pm
- Forum: Camera board
- Topic: camera rotation
- Replies: 3
- Views: 4754
Re: camera rotation
Hi, thanks for reply. My apologies, I didn't mean the raspi-config. I was just wondering if I can change and save the camera rotation (and other parameters as well) so that when I shoot using raspistill -o image.jpg the image is flipped 180 degrees always. The only way I can rotate the image is typi...
- Thu Sep 19, 2013 9:48 pm
- Forum: Camera board
- Topic: camera rotation
- Replies: 3
- Views: 4754
camera rotation
Hi, I am trying to edit and save the camera rotation but do not know how to edit the raspistill config file. Excuse my lack of knowledge here but am a real begginer. I have tried to edit using sudo nano raspistill but I get an empty looking file.
- Tue Sep 10, 2013 2:53 pm
- Forum: Camera board
- Topic: Graphical interface for raspistill
- Replies: 18
- Views: 31221
Re: Graphical interface for raspistill
HI, I am pretty new to all of this so hope you can bear with me. I tried in the terminal: wget https://raw.github.com/sixbacon/RPICameraGUI/master/RPICameraGUI.py then: apt-get install -y python-wxtools Finally I entered in my home directory: python RPiCameraGUI.py But I get this message: python: ca...
- Tue Sep 10, 2013 1:43 pm
- Forum: Camera board
- Topic: All usb devices freeze after shooting a photo
- Replies: 2
- Views: 972
Re: All usb devices freeze after shooting a photo
HI, thanks for replies. I changed the power supply to a raspberry pi specific adafruit power supply ( 5.25 v 1A) and the usb disconnect problems are gone.
- Tue Sep 10, 2013 4:22 am
- Forum: Camera board
- Topic: All usb devices freeze after shooting a photo
- Replies: 2
- Views: 972
All usb devices freeze after shooting a photo
Hi, I installed my camera board and was working fine but a few tries later i noticed that every time I type raspistill -o image.jpg and hit enter all my usb devices freeze (wifi dongle connected direct to raspberry and the mouse and keyboard connected via a powered usb hub). Sometimes it takes 3-5 m...
- Tue Aug 27, 2013 9:40 pm
- Forum: Camera board
- Topic: camera stopped working
- Replies: 7
- Views: 1946
camera stopped working
Hi, I am a definite newcomer to raspberry pi and raspian but I managed to make my camera module to work but then I removed it and placed it back into the module and since then I cannot get it to work. after installing new OS in the SD card and getting all the updates and upgrades, I still cannot mak...