Difference between revisions of "OpenCV"
From ElphelWiki
(OpenCV moved to OpenCV Tennis balls recognizing tutorial: We will have a more general OpenCV page.) |
|||
Line 1: | Line 1: | ||
− | + | =Single image= | |
+ | You can use [[imgsrv]] to download a single image from the [[circbuf]]. MJPEG live stream is also available from [[imgsrv]]. | ||
+ | |||
+ | You can use [http://www.gnu.org/software/wget/ wget] to download the image to your computer or implement a small HTTP client in your software. | ||
+ | |||
+ | =Live video= | ||
+ | ==Using AVLD== | ||
+ | AVLD stand for [[AVLD - Another Video Loopback Device]]. It's a very CPU and RAM consuming way to present an Elphel network camera as V4l device. | ||
+ | |||
+ | While it is the only solution with proprietary v4l compatible software products (such as skype), it's a total waste of resources for a free software app what can be adapted to receive an RTP stream. | ||
+ | |||
+ | ==Using OpenCV with FFMPEG== | ||
+ | |||
+ | |||
+ | ==Using OpenCV with GStreamer== | ||
+ | |||
+ | |||
+ | =Portability= | ||
+ | |||
+ | =Tutorials= | ||
+ | ==Tennis balls recognizing== | ||
+ | [[OpenCV Tennis balls recognizing tutorial]] | ||
+ | |||
+ | ==Go game record (kifu) generator== | ||
+ | [[Kifu:_Go_game_record_(kifu)_generator]] |
Revision as of 02:19, 27 July 2010
Contents
Single image
You can use imgsrv to download a single image from the circbuf. MJPEG live stream is also available from imgsrv.
You can use wget to download the image to your computer or implement a small HTTP client in your software.
Live video
Using AVLD
AVLD stand for AVLD - Another Video Loopback Device. It's a very CPU and RAM consuming way to present an Elphel network camera as V4l device.
While it is the only solution with proprietary v4l compatible software products (such as skype), it's a total waste of resources for a free software app what can be adapted to receive an RTP stream.
Using OpenCV with FFMPEG
Using OpenCV with GStreamer
Portability
Tutorials
Tennis balls recognizing
OpenCV Tennis balls recognizing tutorial