tom2238/apt-encoder

Getting Corrupted Images But Telemetry Data Is Fine?

Marleu opened this issue · 1 comments

Hi there! I managed to sort of compile it on my Raspberry Pi 4!

But...
When I give the program a TGA like this:

sudo Debug/noaa_apt -i in.tga -s in.tga -m C -l -d /home/pi/aptmake/apt-encoder/out.wav -r /home/pi/aptmake/apt-encoder/out.wav

I get a result like this:
out.png
and this is the audio file:

out.wav

It just doesn't sound right and the image is very corrupted...
If anyone knows what to do please let me know! I would really like to get this working!

Thx!
-Marley Hollingshead

Hello Marley.
Can I see original input file in.tga ?
It is look like you would to use the experimental color mode.
Try command:
sudo Debug/noaa_apt -i in.tga -m C -d /home/pi/aptmake/apt-encoder/out.wav -r
In regular file mode (aka WAV file) is not loop or console available. The -r parameter is only flag without parameters.
Tom.