Difference between revisions of "WebCam with Free Pascal"

From Lazarus wiki
Jump to navigationJump to search
(SysRec added.)
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
==This is a simple article on how to manage a webcam with Freepascal.==
+
==Freepascal VideoTest==
From this link
+
Freepascal VideoTest is a simple application that demonstrates how to use a web cam from Free Pascal.
https://sourceforge.net/projects/freepascalvideo/
+
It is available from https://sourceforge.net/projects/freepascalvideo/ for Windows and Linux.
you can download a simple application written in freepscal for Windows and Linux on how to manage a webcam.
+
 
 +
==SysRec==
 +
[[SysRec]] is a versatile Lazarus application that supports Windows computers. It is available as source code.
 +
 
 +
[[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.