groupgets / LeptonModule

Code for getting started with the FLIR Lepton breakout board
https://groupgets.com/manufacturers/flir/products/flir-lepton
BSD 2-Clause "Simplified" License
317 stars 197 forks source link

V4l2lepton stream to RPi IP #85

Closed Cherry97Pepis closed 3 years ago

Cherry97Pepis commented 3 years ago

Hi, I'm trying to stream the thermal video (Lepton 2.5) with Raspberry Pi 4B and get access to it in my local network. I install v4l2looback, modprobe done, /dev/video0 made, but no image i can see in VLC when I open as capture device. Additionaly, when i run v4l2lepton it prints "waiting for a sink" and nothing more. Have you any ideas how to fix it? I was trying to change the CS pin, stream through GStreamer, with Motion, but I can't do that right, i think. I'm working on it for a two month and now I still don't know what is wrong. Please, help me if u know how to fix it

Cherry97Pepis commented 3 years ago

Problem fixed, there was a bug in SPI connection :) I don't know how to repair it so i wrote the code again

Cullpepper commented 3 years ago

Glad to hear it, good luck with your project.

Sent from my iPhone

On Jul 16, 2021, at 2:21 PM, Cherry97Pepis @.***> wrote:

 Problem fixed, there was a bug in SPI connection :) I don't know how to repair it so i wrote the code again

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or unsubscribe.

Cherry97Pepis commented 3 years ago

Thanks, now time to start working on Motion to stream video :) Thanks for help