common config of capture sources?
Mon, 2 Jun 2008 13:16:16 -0700 (PDT)
I'm working on a client app that enumerates the devices under the
video capture category that will allow someone to pick which capture
device they wish to use on their machine. However, we need to accept
only a fixed size (240x180). Is there a common property to look for
in capture devices that can look at/set ...
|
DirectX 8.1 SDK
Wed, 28 May 2008 00:20:00 -0700
Can I download DirectX 8.1 SDK from somewhere? ...
|
Where is the C++ Billboard Sample
Fri, 23 May 2008 08:30:51 +0100
Does any body know where I can download the old C++ billboard sample that
used to come with the DirectX sdk up until 2003? I have the 2006 version of
the DirectX sdk and cannot see the billboard sample.
...
|
How to load directshow filters using GUID
Thu, 15 May 2008 03:42:53 -0700 (PDT)
Hi all,
I am newbie to directx sdk. I didn't how to load the directshow
filters using it's GUID presented.
Anybody know my query? Please help me.... thanks in advance..... ...
|
Direct3DCreate9Ex-2
Mon, 12 May 2008 18:02:00 -0700
I make it more details. Direct3DCreate9Ex function is in D3d9.h and in
D3d9.lib. But it is not exported in D3d9.dll or D3d9d.dll (Debug version). So
if I added this function call, it compiles and links. But VS 2005 C++ returns
PRJ0050 error. Then I found not entry point for this function. But why
Microsoft c ...
|
Direct3DCreate9Ex
Mon, 12 May 2008 17:44:02 -0700
According to Direct3D Document, Direct3DCreate9Ex is in D3D9.DLL. But I find
no exported this function any Direct 3D DLLs.
So the question is how to make a call to create an IDirect3D9Ex interface?
--
Tiger ...
|
March 2008 DX SDK and color shift?
Fri, 2 May 2008 17:14:01 -0700
I just installed the March 2008 DX SDK and notice that in several apps, the
colors seem to have shifted a bit. Was there something done to the
palette/color handling? Vista32, DXSDK, DX10 app. Anyone else notice this. ...
|
|
|
DX9 sdk samples not compiling. Something about dx10?
Thu, 1 May 2008 17:17:31 +0100
Hi,
I have VS.net 2003, direct x 9.0c installed. But when I try to compile the
projects under "Microsoft DirectX SDK (August 2007)\Samples\C++\Direct3D"
VS keeps saying:
Compiling...
DXUT.cpp
C:\Program Files\Microsoft DirectX SDK (August 2007)\Include\D3D10.h(836) :
error C2061: syntax error : identi ...
|
Setting params of Filter
Tue, 29 Apr 2008 02:43:09 -0700 (PDT)
Hi all,
I am trying to develop an application in MFC-VC++so that it get
the properties of the filter (like bitrate,selection of o/p type) from
the user interface and set the properties in filter while playing the
input file.
Can you please suggess some ideas of how to set the parameters of
the filter.Wh ...
|
[C#] Detecting each vertex position in AnimationRootFrame
Tue, 22 Apr 2008 07:13:31 +0700
I trying to get VertexPosition list by using
infoVertex =
(CustomVertex[])AnimationRootFrame.MeshData.Mesh.VertexBuffer.Lock(0,
LockFlags.ReadOnly);
but it was error because was null. I thought there were no null objects.
Or there are another way to detecting vertex position.
Thanks
...
|