Einzelnen Beitrag anzeigen

Benutzerbild von turboPASCAL
turboPASCAL

Registriert seit: 8. Mai 2005
Ort: Sondershausen
4.274 Beiträge
 
Delphi 6 Personal
 
#2

Re: Problem mit Speichern von Bild

  Alt 29. Mai 2005, 14:50
Hi,

Du musst ein Panel verwenden.

Delphi-Quellcode:
handle := capCreateCaptureWindow( PChar('Webcam'),
              WS_CHILD or WS_VISIBLE, 0, 0,
              300, 300,
              Form1.Image1.Picture.Bitmap.Handle, 0);
Delphi-Quellcode:
handle := capCreateCaptureWindow('Webcam',
              WS_CHILD or WS_VISIBLE, 0, 0,
              300, 300,
              Form1.Panel1.Handle, 0);
Video Capture ? Forum ? Suche ?

Guckst Du hier: Webcam in Delphi?

MfG.
Matti
Meine Software-Projekte - Homepage - Grüße vom Rüsselmops -Mops Mopser
  Mit Zitat antworten Zitat