C++에서 shell script
[안드로이드] Shell Script 를 Native C++ 에서 실행해보자!
먼저 system 함수다 그대로 shell script 를 실행시킨다. 그대로 그 결과를 text.txt 에 저장하는데 cat text.txt 로 확인할 수 있다. 그렇다면 이 결과를 받아오는 방법을 메모리상에서 처리할 수 없을까?
felightlim.tistory.com
RPi Qt5
Raspberry Pi 3에 Qt5 설치
Raspberry Pi에 Qt 패키지를 설치한 후, 간단한 예제 코드를 작성하여 터미널에서 컴파일 하는 과정을 다루었습니다. 글작성 시점에서 5.7.1이 설치됩니다. 최신 버전을 설치하기 위해서는 소스코드
webnautes.tistory.com
Linux Qt4
zetcode.com/gui/qt4/introduction/
Introduction to Qt4
Contents Next Introduction to Qt4 toolkit last modified July 16, 2020 In this part of the Qt4 tutorial, we will introduce the Qt4 library. We will install the Qt4 library and create our first small Qt4 application. Qt was initially developed by Trolltech,
zetcode.com
CMake basic
goodgodgd.github.io/ian-flow/archivers/build-system
[C++] CMake Build System « IanFlow
1. Linux Build System C언어를 처음 배울 때 보통 Visual Studio에서 시작하는 경우가 많다. Visual Studio(이하 VS)는 통합개발환경(IDE)라서 VS에서 코딩도하고 컴파일 빌드 디버깅 실행 모두가 가능하다. 하지
goodgodgd.github.io
Caffe C++ CMake or Makefile
github.com/davheld/GOTURN/blob/master/cmake/Modules/FindCaffe.cmake
davheld/GOTURN
Source code for paper: Learning to Track at 100 FPS with Deep Regression Networks, Held, et al. ECCV 2016 - davheld/GOTURN
github.com
github.com/CMU-Perceptual-Computing-Lab/openpose/blob/master/cmake/Modules/FindCaffe.cmake
CMU-Perceptual-Computing-Lab/openpose
OpenPose: Real-time multi-person keypoint detection library for body, face, hands, and foot estimation - CMU-Perceptual-Computing-Lab/openpose
github.com
github.com/davheld/GOTURN/issues/4
How to add caffe using CMake · Issue #4 · davheld/GOTURN
My Caffe in installed on local file. Can you share a CMakeLists file to demonstrate how to link Caffe with your project, Thank you.
github.com
deeplearningstudy.github.io/doc_caffe_example_1hellocaffe.html
C++ Example 1. Hello Caffe | Deep Learning Study
이 예제는 caffe 설치 후 처음으로 caffe 라이브러리를 사용하는 법을 익히는 hello caffe 예제입니다. 우분투를 기본 플렛폼으로 하여 설명합니다. 윈도우즈 및 맥 이용자께는 죄송하지만 소스 파일
deeplearningstudy.github.io
gist.github.com/onauparc/dd80907401b26b602885
sample code for caffe C++ prediction
sample code for caffe C++ prediction . GitHub Gist: instantly share code, notes, and snippets.
gist.github.com
Opecv CMake방법
docs.opencv.org/master/db/df5/tutorial_linux_gcc_cmake.html
OpenCV: Using OpenCV with gcc and CMake
Prev Tutorial: Installation in Linux Next Tutorial: Using OpenCV with Eclipse (plugin CDT) Original author Ana Huamán Compatibility OpenCV >= 3.0 WarningThis tutorial can contain obsolete information. NoteWe assume that you have successfully installed Ope
docs.opencv.org
Qt5 webcam application
github.com/PacktPublishing/Hands-On-GUI-Programming-with-CPP-and-Qt5/tree/master/Chapter09
PacktPublishing/Hands-On-GUI-Programming-with-CPP-and-Qt5
Hands-On GUI Programming with C++ and Qt5, published by Packt - PacktPublishing/Hands-On-GUI-Programming-with-CPP-and-Qt5
github.com
Qt4 webcam application(왜 안돌아가 ㅠㅜ)
eyyupT/OpenCV-CPP-show-webcam-stream-on-Qt-GUI
OpenCV-CPP-show-webcam-stream-on-Qt-GUI. Contribute to eyyupT/OpenCV-CPP-show-webcam-stream-on-Qt-GUI development by creating an account on GitHub.
github.com
Qt5 CMake example
stackoverflow.com/questions/39282511/setting-up-qt5-with-cmakelists-txt-file-not-found-errors
Setting up Qt5 with CMakeLists.txt - file not found errors
I'm trying to get a cmake project set up on OS X. I've almost got it compiling but I'm having a little trouble with getting Qt5 working. When I try to compile, I get: fatal error: 'QtCore/QDir' f...
stackoverflow.com
CMake에서 Qt5 Multimedia, Multimediawidgets package를 찾지 못하는 문제
-> 추가로 설치가 필요한 부분임
github.com/Cockatrice/Cockatrice/issues/2772
Problem with Cmake Debian · Issue #2772 · Cockatrice/Cockatrice
Debian GNU/Linux 8 (jessie) 64-bit Hi everybody. I tried to install Cockatrice in my laptop, following the compiling instructions. i update cmake, before i had the 3.0.2 version, now i have the 3.2...
github.com
qDebug() << QCameraInfo::availableCameras().count(); not work 문제
-> 추가로 설치가 필요한 부분임
defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
I'm trying to execute QCamera example on Ubuntu, Qt 5.6. "The camera service is missing" message observed. defaultServiceProvider::requestService(): no service found for - "org.qt-project.qt.camera"
stackoverflow.com
'Develop' 카테고리의 다른 글
Docker image삭제를 하지 못하는 경우 (0) | 2020.12.18 |
---|---|
Qt GUI에서 QImage에 표시되는 이미지가 깨지는 현상이 발생할때 (0) | 2020.11.11 |
리눅스에서 디렉토리 내용물 통째로 복사하기 (0) | 2020.11.11 |
C++ Compile on Linux (0) | 2020.10.26 |
Git사용법 정리 (0) | 2020.09.26 |
댓글