2023-02-05 12:01:28 +00:00
|
|
|
![Icon](app/src/main/res/mipmap-xhdpi/ic_launcher.png)
|
2018-03-10 13:37:50 +00:00
|
|
|
# SSTV Encoder 2
|
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
Image encoder for Slow-Scan Television (SSTV) audio signals
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
### Modes
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
Supported SSTV modes:
|
|
|
|
* **Martin Modes**: Martin 1, Martin 2
|
|
|
|
* **PD Modes**: PD 50, PD 90, PD 120, PD 160, PD 180, PD 240, PD 290
|
|
|
|
* **Robot Modes**: Robot 36 Color, Robot 72 Color
|
|
|
|
* **Scottie Modes**: Scottie 1, Scottie 2, Scottie DX
|
|
|
|
* **Wraase Modes**: Wraase SC2 180
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
The mode specifications are taken from the Dayton Paper, JL Barber, "Proposal for SSTV Mode Specifications", 2000:
|
2018-03-10 13:59:52 +00:00
|
|
|
http://www.barberdsp.com/downloads/Dayton%20Paper.pdf
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2018-03-10 13:37:50 +00:00
|
|
|
### Image
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
To load an image:
|
|
|
|
* tap **"Take Picture"** or **"Pick Picture"** menu button, or
|
|
|
|
* use the **Share** option of an app like e.g. Gallery.
|
2018-03-10 13:29:11 +00:00
|
|
|
|
|
|
|
To keep the aspect ratio, black borders will be added if necessary.
|
2024-08-18 08:02:18 +00:00
|
|
|
Original image can be resend using another mode without reloading.
|
|
|
|
After image rotation or mode changing the image will be scaled to that mode's native size.
|
2018-03-10 13:29:11 +00:00
|
|
|
After closing the app the loaded image will not be stored.
|
|
|
|
|
2018-03-10 13:37:50 +00:00
|
|
|
### Text Overlay
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
Actions for working with text overlays:
|
|
|
|
* Single tap **to add** a text overlay.
|
|
|
|
* Single tap on text overlay **to edit** it.
|
|
|
|
* Long press **to move** text overlay.
|
|
|
|
* Remove the text **to remove** a text overlay.
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
After closing the app all text overlays will be stored and reloaded when restarting.
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2018-03-10 13:37:50 +00:00
|
|
|
### Menu
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
Available menu options:
|
|
|
|
* **"Play"**: Sends the image
|
|
|
|
* **"Stop"**: Stops the current sending and empties the queue
|
|
|
|
* **"Pick Picture"**: Opens an image viewer app to select a picture
|
|
|
|
* **"Take Picture"**: Starts a camera app to take a picture
|
|
|
|
* **"Save as WAVE File"**: Creates a wave file in the Music folder in SSTV Encoder album
|
2024-08-18 08:10:05 +00:00
|
|
|
* **"Transform Image"**:
|
|
|
|
* **"Rotate"**: Rotates the image by 90 degrees
|
|
|
|
* **"Reset"**: Resets image rotation and scaling
|
2024-08-18 08:02:18 +00:00
|
|
|
* **"Modes"**: Lists all supported modes
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
### Installation
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
The working app "SSTV Encoder" can be installed
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
on Google Play:
|
2018-03-10 13:59:52 +00:00
|
|
|
https://play.google.com/store/apps/details?id=om.sstvencoder
|
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
or on F-Droid:
|
2021-05-16 19:38:41 +00:00
|
|
|
https://f-droid.org/packages/om.sstvencoder/
|
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
# SSTV Image Decoder
|
2018-03-10 13:29:11 +00:00
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
Open Source Code:
|
2018-03-10 13:29:11 +00:00
|
|
|
https://github.com/xdsopl/robot36/tree/android
|
|
|
|
|
2023-02-05 11:43:15 +00:00
|
|
|
### Installation
|
|
|
|
|
|
|
|
The working app "Robot36 - SSTV Image Decoder" can be installed
|
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
on Google Play:
|
2021-05-16 19:38:41 +00:00
|
|
|
https://play.google.com/store/apps/details?id=xdsopl.robot36
|
|
|
|
|
2024-08-18 08:02:18 +00:00
|
|
|
or on F-Droid:
|
2021-05-16 19:38:41 +00:00
|
|
|
https://f-droid.org/packages/xdsopl.robot36/
|