AVerDiGi EB Series Playback Console

Open forum for end-user questions about Wine. Before asking questions, check out the Wiki as a first step.
Forum Rules
Locked
Liquiddlow
Newbie
Newbie
Posts: 1
Joined: Sun Sep 19, 2010 7:16 am

AVerDiGi EB Series Playback Console

Post by Liquiddlow »

This program connects to a device that lets me view a live stream or recorded videos of cameras that are connected to the device. There are two ways of viewing which are with or without the use of DirectDraw. Without I can see the stream without a problem but the pieces of text on top of the images are constantly flickering and with DirectDraw I am unable to see any images and the repeating terminal message of:

Code: Select all

fixme:d3d_surface:surface_convert_format Cannot find a conversion function from format WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM
Is there a way of fixing this?
vitamin
Moderator
Moderator
Posts: 6605
Joined: Sat Feb 23, 2008 2:29 pm

Re: AVerDiGi EB Series Playback Console

Post by vitamin »

Liquiddlow wrote:

Code: Select all

fixme:d3d_surface:surface_convert_format Cannot find a conversion function from format WINED3DFMT_YUY2 to WINED3DFMT_B5G6R5_UNORM
Is there a way of fixing this?
Short of implementing conversion between those two formats - no. File a bug in bugzilla, some one might implement that format conversion. It's not all that complicated.
Locked