AgriVision

Results 4 comments of AgriVision

same here: ``` Make device 2 [INFO] [b200_impl.cpp:383] [B200] Detected Device: B205mini [INFO] [B200] Detected Device: B205mini [INFO] [b200_impl.cpp:430] [B200] Operating over USB 3. [INFO] [B200] Operating over USB 3....

what exactly do you mean with no audio?

you need to compile pisstv.c as stated in line 4 of the source: // Note: Compile me thus: gcc -lgd -lmagic -o sstvX sstvX.c

please have a look at: http://www.agri-vision.nl/CMS/index.php?option=com_content&view=article&id=54:pisstv&catid=71:projects&Itemid=101 You have to install libgd2-xpm-dev and libmagic-dev: pi@rpicamera ~/sstv $ sudo apt-get install libgd2-xpm-dev  pi@rpicamera ~/sstv $ sudo apt-get install libmagic-dev  pi@rpicamera ~/sstv $...