[琪琪雜貨舖]

2016年2月14日 星期日

【CHICHI ETUTOR@ARM/MIPS/PPC】install web camera in ARM PLATFORM S5pv210 _ ubuntu 13 _ video streaming





//sudo apt-get install guvcview 




//webcam video streaming

~> sudo apt-get install motion
Then create a config file:

~> mkdir ~/.motion
~> nano ~/.motion/motion.conf
In it, the bare minimum to run a web server and view it on other computers:

webcam_port 8081
webcam_localhost off
Then run motion:

~> motion

Now you can view the webcam at http://hostname:8081 If it doesn't work, try rebooting between steps or something.

0 意見:

張貼留言

[琪琪雜貨舖]