Raspberrypi
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Raspberrypi [#r93c1ed2]
http://d.hatena.ne.jp/zqwell-ss/20130623/1372009506
https://wiki.ubuntulinux.jp/UbuntuTips/Others/RootSudo#ro...
http://www.odin.hyork.net/write/write0731.html
**screen をインストールするよ! [#m66c4ec2]
http://netbuffalo.doorblog.jp/archives/4609419.html
apt-get install screen
**Webカメラにするよ [#c46536f6]
http://www.mztn.org/rpi/rpi23.html
https://sites.google.com/site/mizukoshipi/raspberry-pidew...
http://wolfpaulus.com/jounal/embedded/raspberrypi_webcam
svn co https://svn.code.sf.net/p/mjpg-streamer/code/mjpg...
http://blog.livedoor.jp/victory7com/archives/28289703.html
root@raspberrypi ~/mjpg-streamer # make
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
chmod 755 mjpg_streamer
make -C plugins/input_uvc all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
v4l2uvc.c: In function ?init_videoIn?:
v4l2uvc.c:88:23: warning: variable ?currentHeight? set b...
v4l2uvc.c:88:9: warning: variable ?currentWidth? set but...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o inp...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_uvc/input_uvc.so .
make -C plugins/output_file all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_file/output_file.so .
make -C plugins/output_udp all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_udp/output_udp.so .
make -C plugins/output_http all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_http/output_http.so .
make -C plugins/input_testpicture all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
convert pictures/960x720_1.jpg -resize 640x480! pictures...
convert pictures/960x720_1.jpg -resize 320x240! pictures...
convert pictures/960x720_1.jpg -resize 160x120! pictures...
converting file: 160x120_1.jpg
converting file: 320x240_1.jpg
converting file: 640x480_1.jpg
converting file: 960x720_1.jpg
converting file: 160x120_2.jpg
converting file: 320x240_2.jpg
converting file: 640x480_2.jpg
converting file: 960x720_2.jpg
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o inp...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_testpicture/input_testpicture.so .
make -C plugins/input_file all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o in...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_file/input_file.so .
root@raspberrypi ~/mjpg-streamer # make install
install --mode=755 mjpg_streamer /usr/local/bin
install --mode=644 input_uvc.so output_file.so output_ud...
install --mode=755 -d /usr/local/www
install --mode=644 -D www/* /usr/local/www
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer # mjpg_streamer -i "inp...
MJPG Streamer Version: svn rev: 3:172
ERROR: could not find input plugin
Perhaps you want to adjust the search path with:
# export LD_LIBRARY_PATH=/path/to/plugin/folder
dlopen: input_uvc.so: cannot open shared object f...
root@raspberrypi ~/mjpg-streamer # ./mjpg_streamer -i "....
MJPG Streamer Version: svn rev: 3:172
i: Using V4L2 device.: /dev/vc-cma
i: Desired Resolution: 320 x 240
i: Frames Per Second.: 2
i: Format............: YUV
i: JPEG Quality......: 80
Error opening device /dev/vc-cma: unable to query device.
Init v4L2 failed !! exit fatal
http://blog.miguelgrinberg.com/post/stream-video-from-the...
**日本語化するよ! [#v4fb3abe]
http://www.designspark.com/nodes/view/type:knowledge-item...
http://sweepy.blog.eonet.jp/hoby/2013/06/raspberry-pi-518...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
終了行:
CONTENTS
#contents
----
Lastmodified &lastmod;
----
*Raspberrypi [#r93c1ed2]
http://d.hatena.ne.jp/zqwell-ss/20130623/1372009506
https://wiki.ubuntulinux.jp/UbuntuTips/Others/RootSudo#ro...
http://www.odin.hyork.net/write/write0731.html
**screen をインストールするよ! [#m66c4ec2]
http://netbuffalo.doorblog.jp/archives/4609419.html
apt-get install screen
**Webカメラにするよ [#c46536f6]
http://www.mztn.org/rpi/rpi23.html
https://sites.google.com/site/mizukoshipi/raspberry-pidew...
http://wolfpaulus.com/jounal/embedded/raspberrypi_webcam
svn co https://svn.code.sf.net/p/mjpg-streamer/code/mjpg...
http://blog.livedoor.jp/victory7com/archives/28289703.html
root@raspberrypi ~/mjpg-streamer # make
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
gcc -D'SVN_REV="3:172"' -O2 -DLINUX -D_GNU_SOURCE -Wall ...
chmod 755 mjpg_streamer
make -C plugins/input_uvc all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
v4l2uvc.c: In function ?init_videoIn?:
v4l2uvc.c:88:23: warning: variable ?currentHeight? set b...
v4l2uvc.c:88:9: warning: variable ?currentWidth? set but...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o inp...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_uvc/input_uvc.so .
make -C plugins/output_file all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_file/output_file.so .
make -C plugins/output_udp all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_udp/output_udp.so .
make -C plugins/output_http all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -c -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o ...
gcc -O1 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o out...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/output_http/output_http.so .
make -C plugins/input_testpicture all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
convert pictures/960x720_1.jpg -resize 640x480! pictures...
convert pictures/960x720_1.jpg -resize 320x240! pictures...
convert pictures/960x720_1.jpg -resize 160x120! pictures...
converting file: 160x120_1.jpg
converting file: 320x240_1.jpg
converting file: 640x480_1.jpg
converting file: 960x720_1.jpg
converting file: 160x120_2.jpg
converting file: 320x240_2.jpg
converting file: 640x480_2.jpg
converting file: 960x720_2.jpg
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o inp...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_testpicture/input_testpicture.so .
make -C plugins/input_file all
make[1]: Entering directory `/root/mjpg-streamer/plugins...
gcc -O2 -DLINUX -D_GNU_SOURCE -Wall -shared -fPIC -o in...
make[1]: Leaving directory `/root/mjpg-streamer/plugins/...
cp plugins/input_file/input_file.so .
root@raspberrypi ~/mjpg-streamer # make install
install --mode=755 mjpg_streamer /usr/local/bin
install --mode=644 input_uvc.so output_file.so output_ud...
install --mode=755 -d /usr/local/www
install --mode=644 -D www/* /usr/local/www
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer #
root@raspberrypi ~/mjpg-streamer # mjpg_streamer -i "inp...
MJPG Streamer Version: svn rev: 3:172
ERROR: could not find input plugin
Perhaps you want to adjust the search path with:
# export LD_LIBRARY_PATH=/path/to/plugin/folder
dlopen: input_uvc.so: cannot open shared object f...
root@raspberrypi ~/mjpg-streamer # ./mjpg_streamer -i "....
MJPG Streamer Version: svn rev: 3:172
i: Using V4L2 device.: /dev/vc-cma
i: Desired Resolution: 320 x 240
i: Frames Per Second.: 2
i: Format............: YUV
i: JPEG Quality......: 80
Error opening device /dev/vc-cma: unable to query device.
Init v4L2 failed !! exit fatal
http://blog.miguelgrinberg.com/post/stream-video-from-the...
**日本語化するよ! [#v4fb3abe]
http://www.designspark.com/nodes/view/type:knowledge-item...
http://sweepy.blog.eonet.jp/hoby/2013/06/raspberry-pi-518...
----
Total access &counter(total);:本日 &counter(today);:昨...
#counter([total|today|yesterday]);
ページ名: