WMAsfWriter (which actually seems to need a file to write
into?)."
you can do the asfwriter without writing to a file which will obviously improve your performance.
i cant remember the details. i remember reading a post on the www.progdigy.com site for dspack on the delphi side, i think after...
just a mention about pre compiled headers. borland have stated that using them with bcb6 can increase compile times by up to a third. ie bug. and suggests you clear them out of your bin folder.
survey for what you want to happen in the next version of builder for borland.
http://infopoll.net/live/surveys/s27345.htm
in the part where they if you could fix just one thing. why not ask for more compatibility with delphi. that way whenever you try a delphi component itll have more chance...
normally if your right click on the video source or its output pin you can set its resolution and format.
its likely that it has a default format that your graphics card dosent like and you just need to set it.
u often have to set it before linking capture source to anything else
thanks for reply
if your printer driver supports stretchdraw u can use the following to print out. i only have a b/w laser set at 600 dpi so im guessing it will probably work for color.
TRect TheRect;
TheRect= Rect(0,0,2560,1920);
TPrinter *Prntr = Printer();
Prntr->BeginDoc()...
so keeping explanation simple im guessing your fading into greyscale as i dont use xp so therefore dont know what your on about
grayscale
r= r+g+b/3
g= r+g+b/3
b= r+g+b/3
repeat until r=g=b
if (r>g) {r--;g++;}
if (b>g) {b--;g++;}
if (r<g) {r++;g--;}
if (b<g) {b++;g--;}
obviously r g b are...
any help making this work with bcb6
taken from here
http://bdn.borland.com/article/0,1410,22018,00.html
void __fastcall Tmain_form::print_image_btnClick(TObject *Sender)
{
TPrinter *p = Printer();
// create a memory dc for the image
HDC h_dc =...
thanks for responding
,i thought it was clear what i wanted but obviously not.
and can see ive miss spelled the ( int /infinate)
what connects automatically is filter->avi decompressor->video window.
i want to stick an infinate pin tee filter after the avi decompressor.
yes its all easy to...
http://paul.glagla.free.fr/d4.htm
unfortunately this is in french, im told you can bable fish
it, its in the area your after.
and to make things worse it delphi, easy to translate though
and it does show the graphs which you can definately follow.
using direct x you can specify the handle of where you want to display to.
things that have handles
forms
buttons
desktop
so you can stick video into another app if you wanted for real
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.