Giter Club home page Giter Club logo

gstreamer-1.18.4-rpi_64-bits's Introduction

output image


output image output image
A Raspberry Pi 4, 3 or Zero 2, with stand-alone AI object recognition, browser-based live streaming, email, cloud storage, GPIO and URL event triggers.

output image output image
A Raspberry Pi 4, with stand-alone AI, supports multiple IP surveillance cameras.


Table of Contents

output image Raspberry Pi 4 Bullseye 64-bit OS with several frameworks and deep-learning examples

output image Raspberry Pi 4 Buster 64-bit OS with several frameworks and deep-learning examples

output image Raspberry Pi Zero 2 W 64-bit OS image with OpenCV, TensorFlow Lite and ncnn

output image Banana Pi M2 Zero image with OV5640 camera and OpenCV

output image Rock 5 with OpenCV, TNN, ncnn and NPU

output image Rock 5 with Ubuntu 22.04, OpenCV, ncnn and NPU

output image Radxa Zero 3 with Ubuntu 22.04, OpenCV, ncnn and NPU

output image A Jetson Nano image with OpenCV, TensorFlow and PyTorch

output image A Jetson Nano - Ubuntu 20.04 image with OpenCV, TensorFlow and PyTorch

  • Applications

output image RPi z2, 3 or 4 motion surveillance camera with email notification and gdrive storage

output image YoloCam, the cheapest AI-powered camera with email notification, gdrive storage and GPIO output

output image YoloIP, the cheapest AI-powered machine, supports multiple IP surveillance cameras

Qengineering's github stats

paypal

gstreamer-1.18.4-rpi_64-bits's People

Contributors

qengineering avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

gstreamer-1.18.4-rpi_64-bits's Issues

How to launch two cameras in one pipeline and synchronize their settings?

I have changed the default example opencvcap, but it still only works with one camera?


            " gst-launch-1.0 max-buffers=1 drop=true sync=false"
            " v4l2src device=/dev/video"+ std::to_string(device_1) + " !"                    
            " video/x-raw,"
            " width=(int)" + std::to_string(capture_width) + ","
            " height=(int)" + std::to_string(capture_height) + ","
            " format=GRAY8,"
            " framerate=(fraction)" + std::to_string(framerate) +"/1 !"
            " appsink"
            " v4l2src device=/dev/video"+ std::to_string(device_2) + " !"                    
            " video/x-raw,"
            " width=(int)" + std::to_string(capture_width) + ","
            " height=(int)" + std::to_string(capture_height) + ","
            " format=GRAY8,"
            " framerate=(fraction)" + std::to_string(framerate) +"/1 !"
            " appsink";

Build error for target sys/rpicamsrc/libgstrpicamsrc.so

I was at the "ninja -j4" step for the Plugins-Good and I got an error as shown below:
$ ~/gst-plugins-good-1.18.4/build $ ninja -j4
[329/714] Compiling C object gst/rtpmanager/libgstrtpmanager.so.p/rtpjitterbuffer.c.o
../gst/rtpmanager/rtpjitterbuffer.c: In function ‘rtp_jitter_buffer_append_event’:
../gst/rtpmanager/rtpjitterbuffer.c:1138:10: warning: ‘head’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return head;
^~~~
../gst/rtpmanager/rtpjitterbuffer.c: In function ‘rtp_jitter_buffer_append_query’:
../gst/rtpmanager/rtpjitterbuffer.c:1158:10: warning: ‘head’ may be used uninitialized in this function [-Wmaybe-uninitialized]
return head;
^~~~
[406/714] Linking target sys/rpicamsrc/libgstrpicamsrc.so
FAILED: sys/rpicamsrc/libgstrpicamsrc.so

c++ -o sys/rpicamsrc/libgstrpicamsrc.so sys/rpicamsrc/libgstrpicamsrc.so.p/meson-generated_.._gstrpicam-enum-types.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/gstrpicamsrc.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/gstrpicamsrcdeviceprovider.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/RaspiCapture.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/RaspiCamControl.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/RaspiPreview.c.o sys/rpicamsrc/libgstrpicamsrc.so.p/RaspiCLI.c.o -Wl,--no-undefined -Wl,-O1 -shared -fPIC -Wl,--start-group -Wl,-soname,libgstrpicamsrc.so -Wl,--no-as-needed /usr/lib/aarch64-linux-gnu/libgstreamer-1.0.so /usr/lib/aarch64-linux-gnu/libgobject-2.0.so /usr/lib/aarch64-linux-gnu/libglib-2.0.so /usr/lib/aarch64-linux-gnu/libgstbase-1.0.so /usr/lib/aarch64-linux-gnu/libgstvideo-1.0.so -pthread -lrt /opt/vc/lib/libmmal_core.so /opt/vc/lib/libmmal_util.so /opt/vc/lib/libmmal_vc_client.so /opt/vc/lib/libvcos.so /opt/vc/lib/libvchostif.a /opt/vc/lib/libvchiq_arm.so /opt/vc/lib/libbcm_host.so -Wl,--end-group -Wl,-rpath,/opt/vc/lib -Wl,-rpath-link,/opt/vc/lib
/usr/bin/ld: /opt/vc/lib/libmmal_core.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
[409/714] Compiling C object sys/v4l2/libgstvideo4linux2.so.p/gstv4l2object.c.o
ninja: build stopped: subcommand failed.

Thank you

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.