Re: [Deinterlace-discuss] Modify DScaler
Brought to you by:
adcockj,
dschmelzer
|
From: Rob M. <rob...@gm...> - 2003-10-25 16:47:45
|
At 19:58 23-10-03, Victor Lai wrote: >We are using connexant's CX23883 on our project. The DScaler works very well >for us except the downside of crashing the existing driver. Once the DScaler >runs, other software can not access the display anymore(Black screen) unless >the connexant driver is reinstalled. Code to save and restore the state of the chip has been implemented already but it has been disabled because it caused some problems. Your best bet is to see if the code that save and restores the state is solving your problem. If so, find and fix the cause of the crashing that was the reason to disable the code. Look for CCX2388xCard::ManageMyState() in file CX2388xCard.cpp. I hope this helps. Rob |