mirror of
https://github.com/dnet/pySSTV.git
synced 2025-12-06 07:12:00 +01:00
grayscale: Reduce the scan line a little for BW8
Testing with QSSTV with slant-correction disabled, we achieve a more reliable decode if we turn the scan line duration down a wee bit.
This commit is contained in:
parent
a4c840177c
commit
dbe0ceb57f
|
|
@ -27,7 +27,7 @@ class Robot8BW(GrayscaleSSTV):
|
||||||
WIDTH = 160
|
WIDTH = 160
|
||||||
HEIGHT = 120
|
HEIGHT = 120
|
||||||
SYNC = 7
|
SYNC = 7
|
||||||
SCAN = 60
|
SCAN = 59.90
|
||||||
|
|
||||||
|
|
||||||
class Robot24BW(GrayscaleSSTV):
|
class Robot24BW(GrayscaleSSTV):
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue