Page 1 of 1

Proper reset of input or bug in card

PostPosted: Tue Nov 25, 2014 1:19 pm
by alexander.semenov
When input is 720p the call to EnableVideoInput() for any 1080 mode results the locked state. After that it is not possible to set up proper input mode.
Software reboot of computer does not help (so it is not driver issue). Only hardware reboot helps. Change of input signal also helps.

The problem does not relate to old cards!

To return internals states after EnableVideoInput() the software does the following:
..input->StopStreams();
..input->FlushStreams();
..input->DisableVideoInput();
..display->Release();

Is there more deep reset?
Is it a firmware bug? And when it will be fixed?