Tuesday, June 17, 2014

Python example, webbrowser

To open web browser in python:

import webbrowser
webbrowser.open("http://www.raspberrypi.org/");


Tuesday, June 10, 2014

Install filezilla on Ubuntu, to connect Pi using FTP

FileZilla is a FTP solution. Both a client and a server are available. FileZilla is open source software distributed free of charge under the terms of the GNU General Public License.


To install filezilla on Ubuntu, enter command:
sudo apt-get install filezilla

To install vsftpd on Raspberry Pi
read http://goo.gl/PueSlj

Thursday, May 29, 2014

Capture Raspberry Pi RCA video output with USB Video Adapter

Just purchased a Easy CAPture, a USB 2.0 Video Adapter, used to capture the RCA video output of Raspberry Pi to PC running Windows 8.1.


In PC side, I install the Windows 8.1 auto detected driver of usbtv007, and Media Player Classic - Home Cinema (MPC-HC) as player.






On Linux, you can use VLC Media Player to capture the video from Easy CAPture.