qt window closed but flowgraph not killed

2020-03-07 Thread jsdenis
I'm new with GNU Radio. Usualy when I close a Qt window, the flowgraph stops, but when I use a USRP source or sink, the window closes but the flowgraph still run and I need to close it with the kill button. I have googled a lot but I can't find an explanation. Can someone give me some ideas Thanks

Re: How GNURadio3.8.1 on RasperryPi4 ?

2020-03-07 Thread Manolis Surligas
Hey, you can use also our repo if you use the Raspbian that has everything pre-built. Tested and working well on RPi4 with Buster on many SatNOGS stations. https://software.opensuse.org/download/package?package=gnuradio&project=home%3Alibrespace%3Asatnogs-unstable On 3/7/20 6:45 PM, Marcus M

is there a set_output_multiple() in pyhton blocks?

2020-03-07 Thread Achilleas Anastasopoulos
Hi all, I was writing an embedded python (general) block in 3.8 and wanted to use set_output_multiple as I have done in C++ in the past. It seems that this method does not exist. I just wanted to verify this. Is there a way to set the output multiple in a general block in python? thanks Achilleas

Sv: Accessing top_block from an embedded python block?

2020-03-07 Thread Steffen Kiel
Hi Derek, thanks a lot for your reply. That kinda makes sense to me, but im not sure about the tutorial, it doesn't seem to be very explanatory. You say that i can pass the buttons ID to the python block, but i cant seem to figure out how i would do that, as variables don't have outputs that i c

Re: Real-time video streaming

2020-03-07 Thread Marcus Müller
I'd really recommend using uhd_packet_tx_tun or any other of the current examples over tunnel.py, which we mourningly¹ retired² a while³ ago. Tunnel.py was meant as a demo of how to make GNU Radio work with network interfaces, and as a proof of concept that you can make GNU Radio your real-world p

Re: How GNURadio3.8.1 on RasperryPi4 ?

2020-03-07 Thread Marcus Müller
Dear rrrBbert, the instructions are in fact for GNU Radio 3.8, so not for a previous version. Anyway, I'd not recommend building GNU Radio from source, at all, when there's binary packages available. That's just way harder, and has no advantages. Especially, at high cost, avoid building on an em

How GNURadio3.8.1 on RasperryPi4 ?

2020-03-07 Thread Robert Heerekop
Dear radio friends, Can anyone guide me (a rookie on HelloWorld level) how to install GNU Radio Campanion 3.8.1 on Rasperry Pi4? If I follow the (currently) most recent RPi NOOBS 3.3.1 the installation guides fail (e.g. https://wiki.gnuradio.org/index.php/InstallingGRFromSource_on_Raspberry_Pi)

Re: Real-time video streaming

2020-03-07 Thread Ahmet DEMIR
Hello Sumit, Thanks a lot for the help firstly. I want to ask you a number of questions. Which video encoding method are you using in your project? I am asking this because this is a part of my thesis study and my teacher wants me to encode the video by using H.264. I am beginner in this area. Can

Re: Real-time video streaming

2020-03-07 Thread sumit kumar
Hello Ahmet, If can make tunnel script working , then video transmission using vlc will be very straightforward. We did this long back https://youtu.be/bKF67pFQy1k Regards Sumit On Sat, Mar 7, 2020, 9:54 AM Ahmet DEMIR wrote: > Hi, > Thanks for the help. > I am trying to stream a real time video

Real-time video streaming

2020-03-07 Thread Ahmet DEMIR
Hi, Thanks for the help. I am trying to stream a real time video taken from a camera. I know that I will use gstreamer to take and encode the video. And then pass it to the gnuradio and do some digital processing operations on it. And lastly by using a usrp, I will transmit it in radio frequency ra