项目作者: Qengineering

项目描述 :
Native build of Qt5 creator on Raspberry Pi 4 with OpenCV support
高级语言: C++
项目地址: git://github.com/Qengineering/Qt5-OpenCV-Raspberry-Pi-Jetson-Nano.git
创建时间: 2020-11-25T17:30:37Z
项目社区:https://github.com/Qengineering/Qt5-OpenCV-Raspberry-Pi-Jetson-Nano

开源协议:Apache License 2.0

下载


Qt5-OpenCV-Raspberry-Pi

Native build of Qt5 creator on Raspberry Pi 4 or Jetson Nano with OpenCV support

A live camera C++ example on a Raspberry Pi 4 / Jetson Nano with Qt5 GUI using OpenCV

License


see Qt5 where this example is explored.

Dependencies.

To run the application, you have to:


Running the app.

To run the application load the project file Viewer.pro in the Qt5 Creators.


Select the OS you are using in myvideocapture.cpp at line 30.


Bullseye

  1. // Raspberry Pi Bullseye
  2. mVideoCap.open(pipeline, cv::CAP_GSTREAMER);

Buster

  1. // Raspberry Pi Buster or Jetson Nano
  2. mVideoCap.open( ID_CAMERA );




paypal