Rasp Pi as web cam server

Anything to do with the Raspberry Pi
User avatar
Moki
Posts: 119
Joined: Oct 21st, 2014, 2:19 am
Location: The Netherlands

Re: Rasp Pi as web cam server

Post by Moki »

First you login onto the Pi using putty.
There you type the command "nano filename"
Select the text in your browser, type ctrl c
Select the putty window again, either use ctrl v or right click on mouse
Now type ctrl x, and Y for save

Now you should have the text, in a file on the pi.

And keep asking questions, until you have the answer that helped you.

Just remember, i am not native english. So some things may sound harser than i meant. And sometimes i will read text, that you didnt write 8-)
perfo
Posts: 151
Joined: Jan 27th, 2015, 12:05 am

Re: Rasp Pi as web cam server

Post by perfo »

I don't use the GUI either never have.
Putty is your friend.
Nano is a simple text editor so as Moki states if you type nano then some file name ie Thisfile.py
nano will open up an editor window that you can copy and paste stuff in
then press cntl X and Y to save it
you now have a file named Thisfile.py full of the stuff you've copied and pasted in the director that you where in when you ran nano..

Your English is very good Moki but I'm not sure you can blame reading things people didn't type on the language. It may just be you :)
Post Reply