How to you configure the encoder for 1080 lines?
I am capturing 1920x1080 progressive and then encoding the input stream as 1920x1080. When I decode the encoded stream, the bottom 8 lines look like they are a repeat of line 1072. See the attached image. Do I have to scale the captured 1080lines to 1088lines? I attempted to change the encoder's imageRegion.bottomY to 1088 but did not see any improvement in the bottom 8 lines.
7181.Capture_1920x1080.zip
Neil,
Are you using EZSDK to do capture/encode ? If yes, you can see existing examples capture_encode or encode to check the output to see any issue. You do not need to scale the capture output.
Regards
Vimal