Difference between revisions of "WebCam with Free Pascal"

From Lazarus wiki
Jump to navigationJump to search
(Replacing page with ' ==This is a simple article on how to manage a webcam with Freepascal.== I have attached a zipped file that contains the sources of a VideoTest utility for Linux and for Window...')
(SysRec added.)
 
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
 +
==Freepascal VideoTest==
 +
Freepascal VideoTest is a simple application that demonstrates how to use a web cam from Free Pascal.
 +
It is available from https://sourceforge.net/projects/freepascalvideo/ for Windows and Linux.
  
==This is a simple article on how to manage a webcam with Freepascal.==
+
==SysRec==
I have attached a zipped file that contains the sources of a VideoTest utility for Linux and for Windows.
+
[[SysRec]] is a versatile Lazarus application that supports Windows computers. It is available as source code.
Like you see grab an image from a webcam is very easy.
+
 
Enjoy you self!
+
[[Category: Hardware]]
 +
[[Category:Devices]]
 +
[[Category:Multimedia]]
 +
[[Category:Video]]

Latest revision as of 16:30, 26 August 2015

Freepascal VideoTest

Freepascal VideoTest is a simple application that demonstrates how to use a web cam from Free Pascal. It is available from https://sourceforge.net/projects/freepascalvideo/ for Windows and Linux.

SysRec

SysRec is a versatile Lazarus application that supports Windows computers. It is available as source code.