2005-08-22, 12:15 AM
Hi Norman
Have experimented further with your fine software.
Noticed that the plugin seems particularly fond of the "medium" record setting. On my setup it defaults back to this when closed and then reopened even if I set the quality to "LiveTV" or even "low"
Tried various colour settings. 480 lines is the most that was allowed.
Have edited recorder-config.xml and changed the res values to 720x576 in the sections where the resolution is specified.
The xml file had lots of stuff in it that was incorrect e.g country code 1 etc (rather than 44) in some sections - eg. capture source oid :0. Whereas in capture source oid:6 (presumably the RGB input) the values were correct and as per the setup form.
Hand corrected this and some other info. Ran GBPVR and got a better picture than before but still not as good as dScaler. When I then attempted to edit card info (to see what if any of my changes had been accepted) the plugin driver generated an exeption and complained about 576 being > 480. Probably this is due to parameter validation in your code. I can see why good code might take exeption to values outside its range. You probably put extra effort in to check values :-).
Begs the question as to why 480 lines is being reported by my device driver. dScaler seems to think that 720x576 is right and proper.
As a side note . The OSD is still very poor. It looks like the resolution of the OSD is still very low. If I had the wherewithall I would post screen shots to show you.
All of the above is with the v18 of your SW. havent yet tried the v19.
Best regards
Kev
Have experimented further with your fine software.
Noticed that the plugin seems particularly fond of the "medium" record setting. On my setup it defaults back to this when closed and then reopened even if I set the quality to "LiveTV" or even "low"
Tried various colour settings. 480 lines is the most that was allowed.
Have edited recorder-config.xml and changed the res values to 720x576 in the sections where the resolution is specified.
The xml file had lots of stuff in it that was incorrect e.g country code 1 etc (rather than 44) in some sections - eg. capture source oid :0. Whereas in capture source oid:6 (presumably the RGB input) the values were correct and as per the setup form.
Hand corrected this and some other info. Ran GBPVR and got a better picture than before but still not as good as dScaler. When I then attempted to edit card info (to see what if any of my changes had been accepted) the plugin driver generated an exeption and complained about 576 being > 480. Probably this is due to parameter validation in your code. I can see why good code might take exeption to values outside its range. You probably put extra effort in to check values :-).
Begs the question as to why 480 lines is being reported by my device driver. dScaler seems to think that 720x576 is right and proper.
As a side note . The OSD is still very poor. It looks like the resolution of the OSD is still very low. If I had the wherewithall I would post screen shots to show you.
All of the above is with the v18 of your SW. havent yet tried the v19.
Best regards
Kev