ImageEn for Delphi and C++ Builder ImageEn for Delphi and C++ Builder

 

ImageEn Forum
Profile    Join    Active Topics    Forum FAQ    Search this forumSearch
 All Forums
 ImageEn Library for Delphi, C++ and .Net
 ImageEn and IEvolution Support Forum
 [IEvolution] VideoCaptureShowVideo does not work

Note: You must be registered in order to post a reply.
To register, click here. Registration is FREE!

View 
UserName:
Password:
Format  Bold Italicized Underline  Align Left Centered Align Right  Horizontal Rule  Insert Hyperlink   Browse for an image to attach to your post Browse for a zip to attach to your post Insert Code  Insert Quote Insert List
   
Message 

 

Emoji
Smile [:)] Big Smile [:D] Cool [8D] Blush [:I]
Tongue [:P] Evil [):] Wink [;)] Black Eye [B)]
Frown [:(] Shocked [:0] Angry [:(!] Sleepy [|)]
Kisses [:X] Approve [^] Disapprove [V] Question [?]

 
Check here to subscribe to this topic.
   

T O P I C    R E V I E W
goggs Posted - Jan 07 2015 : 09:10:40
Hi guys.

Maybe somebody could help me to force IEvolution IEViewer control to show live video from camera.

When I set

viewer.VideoCaptureShowVideo = true;

I can see only black square on my form instead of the video.... at the same time

viewer.VideoCaptureStartRecord("c:\\out.avi", 15,false,true);

saves captured video to the file and I can open and watch it...

I tried on different PC with different cameras... result the same... videocapture demo provided with IEvolution show the same - black square... at the same time DShowCap samples from ImageEn work fine.... any suggestions why it happens?
1   L A T E S T    R E P L I E S    (Newest First)
xequte Posted - Jan 12 2015 : 18:27:18
Hi

VideoCaptureShowVideo uses Video for Windows, which Microsoft has moved away from. Video capture should now be done using the IEViewer.DirectShow property as shown in the "VideoCapture_WDM" demo.

Note: the demo only shows capturing of the video, not saving to AVI.


Nigel
Xequte Software
www.xequte.com
nigel@xequte.com