Skip to content

Commit

Permalink
grayscale: Reduce the scan line a little for BW8
Browse files Browse the repository at this point in the history
Testing with QSSTV with slant-correction disabled, we achieve a more
reliable decode if we turn the scan line duration down a wee bit.
  • Loading branch information
sjlongland committed Jul 27, 2024
1 parent a4c8401 commit dbe0ceb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pysstv/grayscale.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class Robot8BW(GrayscaleSSTV):
WIDTH = 160
HEIGHT = 120
SYNC = 7
SCAN = 60
SCAN = 59.90


class Robot24BW(GrayscaleSSTV):
Expand Down

0 comments on commit dbe0ceb

Please sign in to comment.