elsampsa / valkka-core

Valkka - Create video surveillance, management and analysis programs with PyQt
GNU Lesser General Public License v3.0
181 stars 35 forks source link

Using with Raspberry Pi #9

Closed cbasavaraj closed 3 years ago

cbasavaraj commented 4 years ago

Hi, Your libraries looks very promising. Do you think I can use them with a Raspberry Pi? If I can launch an RTSP stream from a Pi by using GStreamer or ffmpeg, it should work right? Thanks

elsampsa commented 4 years ago

Yes, it should..!

The ready-made binary .deb packages here (which you can install with apt-get) only work with canonical's products, so I'd imagine they work with "Ubuntu Mate" that's for rasbperry pi.

If you're using a non-ubuntu distro, then you must compile libValkka on the raspberry pi by yourself.

..but that should be straightforward. Just follow the instructions on this repo's page. And let me know how the compilation is going, so I can help you with any issues.

cbasavaraj commented 4 years ago

Thanks for the reply! I won't be trying this right now, but likely over the next few months. Will get back to you if I have any issues. Thanks again.

elsampsa commented 3 years ago

At this stage, libValkka seems to compile ok for arm devices, so will be closing this.

PeterZhel commented 10 months ago

Hi guys! I have recently compiled it without problems on Rpi 4, but it has i965-va-driver dependency that could not be satisfied.

elsampsa commented 10 months ago

This was expected.. we should add some if-then-else's here, depending on the detected architecture:

https://github.com/elsampsa/valkka-core/blob/master/ext/configure_ffmpeg.bash

Testing the build (again) with this:

https://github.com/elsampsa/valkka-core/blob/master/docker/README.md

Not sure when I have time to do this.. maybe next week.

elsampsa commented 10 months ago

as of version 1.5.4 easy_build.bash should again work in arm