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
 ImageEnVideoView select cam & compression via code

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
Sybren Posted - Feb 13 2013 : 04:38:04
Hi,

I'm working with ImageEnVideoView to record video+audio from a webcam.
I have two webcams in my system, but I always want the same webcam to use for recording. My starting point is the Demo application 'VideoCapture1'. I'm using 4.3.0, on both XP as W7 systems.

Question 1: How can I select the source and the compression (avoid GB size recorded video) via code, rather than to go through the two dialogs for source and compression first?

Question 2: I also tried by setting ImageEnView.IO.DShowParams.RenderAudio to true but this doesn't save the audio signal when recording a movie (using the 'DirectShow4' example). Here I can set the compression settings via code. What am I doing wrong that I can't save audio with DirectShow?

1   L A T E S T    R E P L I E S    (Newest First)
fab Posted - Feb 16 2013 : 10:09:27
Hi,
please try DirectShow examples instead of VideoCapture. VideoCapture examples uses the old VfW video capture API, while DirectShow the WDM, having more options.