tearing is now gone.
Seems areo was not enabled
Frodo
Seems areo was not enabled
Frodo
comments and suggestions are always welcome.
First off, nice work.
Secondly, i noticed that the frame grabbing functionality that i use for capturing video frames for the autocropper doesnt work when EVR playback is used.
What i do is take the surface handed to PresentSurface in PlaneScene.cs and hand that over to the OnFrame method in FrameGrabber.cs. In there i call a helper method "VideoSurfaceToRGBSurface" in DXUtil.dll to convert the surface to an RGB surface from which a bitmap can be obtained.
The source for that method is:
VideoSurfaceToRGBSurface(IDirect3DSurface9* source, IDirect3DSurface9* dest)
{
IDirect3DDevice9* device = NULL;
HRESULT hr = source->GetDevice(&device);
if(!FAILED(hr)){
hr = device->StretchRect(source,NULL,dest,NULL,D3DTEXF_NONE);
}
return hr;
}
When in EVR mode this call fails returning D3DERR_INVALIDCALL. Is there something special about the surface that gets handed to PresentSurface when using EVR compared to VMR9?
Hello there. Using vista and when i activate EVR no video plays. I have no idea what i am doing wrong
any help would be amazing since i have a 8600 Video Card and would really like to use it to it's full. If anyone knows why when i turn EVR on no video displays but i turn it off it works....
Any help would be amazing!!
Best
same problem here.. with build 15155 I was able to wacth with oldfilter and EVR ON. Now with build 15223 I just get blank screen
what log do you need,?
Iosu