rajkosto / NvTimingsEd

Allows you to add new/edit the Monitor and Glasses timings for stereoscopy using the 3D vision emitter and glasses.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Unhandled Exception Error when Pixel Clock greater than 650

abwezi opened this issue · comments

Hello. Your app is very helpful. With it I was able to get great 3D from an LG C1 OLED TV. I would like to try to push this TV set as far as it can go and achieve true 4k @ 120hz 3D vision. But when I use your application and attempt to match my 3840x2160 @ 120hz mode I get an error, unhandled exception occured. Any time I attempt to bring the Pixel Clock value greater than 650 which is neccessary for this mode.

The issue is that the pixel clock has to be stored as a an unsigned 16 bits integer that represents a multiple of 10 kHz. So the highest supported pixel clock value is 2^16 * 10 kHz = 655360 kHz, or 655.36 MHz.