Autor Beitrag
Nemo90
Hält's aus hier
Beiträge: 9



BeitragVerfasst: Mi 13.02.08 18:14 
Hi, ich muss für ein Schulprojekt Bilder von einer Webcam einlesen und zur Laufzeit verarbeiten.
Wie mach ich das am besten mit Delphi? Welche API nehm ich da usw.?
Hab sowas noch nie gemacht.


mfg Nemo90
Martok
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 3661
Erhaltene Danke: 604

Win 8.1, Win 10 x64
Pascal: Lazarus Snapshot, Delphi 7,2007; PHP, JS: WebStorm
BeitragVerfasst: Mi 13.02.08 18:21 
Hi und :welcome: im Forum!

Suche in: Delphi-Forum WEBCAM

_________________
"The phoenix's price isn't inevitable. It's not part of some deep balance built into the universe. It's just the parts of the game where you haven't figured out yet how to cheat."
Nemo90 Threadstarter
Hält's aus hier
Beiträge: 9



BeitragVerfasst: Mi 13.02.08 21:38 
Wow da gibts ja schon ganz schön viele Einträge. Allerdings hab ich keine Ahnung von der Windows API und diesem ganzen Callback-Zeug wovon in den anderen Artikeln andauernd die Rede ist. Hat da vllt jemand einen erklärenden Link dazu?

Ach ja: Danke für die freundliche Begrüßung :D

Moderiert von user profile iconNarses: Beiträge zusammengefasst
Nemo90 Threadstarter
Hält's aus hier
Beiträge: 9



BeitragVerfasst: Fr 15.02.08 21:25 
Gibt's nicht irgendeine Library die in C bzw. C++ geschrieben ist mit der man einfach auf die Daten einer Webcam zugreifen kann? Ich mein DLL's kann man ja recht einfach in Delphi einbinden.

gruß Nemo
Martok
ontopic starontopic starontopic starontopic starontopic starontopic starofftopic starofftopic star
Beiträge: 3661
Erhaltene Danke: 604

Win 8.1, Win 10 x64
Pascal: Lazarus Snapshot, Delphi 7,2007; PHP, JS: WebStorm
BeitragVerfasst: Sa 16.02.08 13:00 
Ja, nennt sich WinAPI...


So, ich hab mal die Suchergebnisse von oben für dich ausgewertet :roll:

www.delphipraxis.net/post442552.html (code)

www.delphi-forum.de/viewtopic.php?p=368362 (Beispielprojekt)

_________________
"The phoenix's price isn't inevitable. It's not part of some deep balance built into the universe. It's just the parts of the game where you haven't figured out yet how to cheat."
Nemo90 Threadstarter
Hält's aus hier
Beiträge: 9



BeitragVerfasst: Mo 18.02.08 00:04 
Hab schon was gefunden.
Nennt sich OpenCV