Keyboard Shortcuts
Likes
Search
Has anyone used a Raspberry Pi to run Slow Scan Television
See if you find an sstv software that could be used on linux (compiled to
toggle quoted message
Show quoted text
run on raspi) ... add soundcard dongle to the raspi ... and it "should" work Dg9bfc Sigi -----Ursprüngliche Nachricht----- |
QSSTV for Linux:
toggle quoted message
Show quoted text
I believe that the most recent update was in 2012. There is another Linux-friendly digital-sstv app but I don't recall the name. Vincent wrote: --
Thanks! & 73, KD4E.com David Colburn - Nevils, Georgia USA Search with: duckduckgo.com Android for Hams: groups.yahoo.com/group/hamdroid Creative Tech: groups.yahoo.com/group/ham-macguyver Raspi Alternative: groups.yahoo.com/group/beagleboneblack/ Restored to design-spec at Heaven's gate 1Cor15:22 |
You can use the Raspberry Pi for transmitting SSTV without any additional hardware.
I made a SSTV camera based on PiFM. Details can be found here: http://www.instructables.com/id/Raspberry-Pi-security-Slow-Scan-Television-Camera/ (currently its an entry in the instructables raspberry pi contest. So when you like this project, please vote for it!) |
Hi everyone.? I've been trying to get pisstv installed on my Pi.? When I enter
gcc -lgd -lmagic -o pisstv pisstv.c, it comes back ?collect2: ld returned 1 exit status ? |
Hi all. My last attempt didn't seem to post so I'll try again.? I've been trying to get the sstv from www.instructables to install. I get as far as
gcc -lgd -lmagic -o pisstv pisstv.c and it comes back |
David Hamill
ve7knl wrote:
When I enterThis is a message from ld, the linker that forms part of the gcc compilation chain. It's complaining that it can't find the symbol "sin". I assume this is the mathematical sine function. The usual reason for this sort of error is that you haven't explicitly asked for the maths library to be linked in. It may seem odd, but C compilers don't usually include the maths library by default, even if the source code contains "#include <math.h>"! Try adding -lm to the command line options and see if that cures the problem: gcc -lm -lgd -lmagic -o pisstv pisstv.c David |
Here is another example. . ? So what sort of things until its ready for AIR TIME??
Whats the real world transmission frame rate? mathison On Tue, Sep 2, 2014 at 8:22 AM, ve7knl@... [Raspberry_Pi_4-Ham_RADIO] <Raspberry_Pi_4-Ham_RADIO@...> wrote:
|
开云体育It's working now.? It takes 2minutes 7
seconds from taking the picture to finishing transmission.? I
still have to fiddle with the timing to straighten the picture out
but that's not a big deal.
On 9/3/2014 11:07 AM, Mathison Ott mathisono@... [Raspberry_Pi_4-Ham_RADIO] wrote: ? |
What is the image size in pixels? From: "Clinton ve7knl@... [Raspberry_Pi_4-Ham_RADIO]"
To: Raspberry_Pi_4-Ham_RADIO@... Sent: Wednesday, September 3, 2014 6:51 PM Subject: Re: [Raspberry_Pi_4-Ham_RADIO] Re: Has anyone used a Raspberry Pi to run Slow Scan Television
?
It's working now.? It takes 2minutes 7
seconds from taking the picture to finishing transmission.? I
still have to fiddle with the timing to straighten the picture out
but that's not a big deal.
On 9/3/2014 11:07 AM, Mathison Ott mathisono@... [Raspberry_Pi_4-Ham_RADIO] wrote: ? |