List of commits:
Subject Hash Author Date (UTC)
reel 5bdd2c0dbf3d743b3818d038a054280f37e117f8 Alexey 2017-03-05 21:13:49
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio ebaac349ce934d80f1444df53b7bbda3a42a35b6 Alexey 2017-03-05 18:25:42
c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio 7ddf326fbc3789c95efafe10b0381290ab37632f Alexey 2017-03-05 15:32:41
Commit 5bdd2c0dbf3d743b3818d038a054280f37e117f8 - reel
Author: Alexey
Author date (UTC): 2017-03-05 21:13
Committer name: Alexey
Committer date (UTC): 2017-03-05 21:13
Parent(s): ebaac349ce934d80f1444df53b7bbda3a42a35b6
Signing key:
Tree: 1e6aaa5d1c75ef0dd491c845b4d98f8b692ff0f4
File Lines added Lines deleted
to run 34 0
File to run added (mode: 100644) (index 0000000..942dc00)
1
2 # Please enter the commit message for your changes. Lines starting
3 # with '#' will be ignored, and an empty message aborts the commit.
4 # On branch nuild
5 #
6 # Initial commit
7 #
8 # Changes to be committed:
9 # new file: 161208ap5410_fpx.jpg
10 # new file: t.c
11 #
12 c++ t.c --target=arm-linux-gnu `pkg-config --libs --cflags gtk+-3.0 epoxy ` -o op -lOpenImageIO -lopencv_videoio
13
14 gtk3 opencv:
15 ...clone opencv
16
17 cd opencv
18 mkdir release
19 cd release
20 cmake -D CMAKE_BUILD_TYPE=RELEASE -D CMAKE_INSTALL_PREFIX=/usr/ -D BUILD_opencv_videoio=ON -D WITH_IPP=OFF -D WITH_GTK=ON -D WITH_GTK3=ON -D WITH_FFMPEG=ON -D WITH_V4L=ON -D WITH_LIBV4L=ON WITH_HAL=ON WITH_OPENGL=ON WITH_VIDEOINPUT=ON ../
21
22 ...target is:FFMPEG ON , DC1394(both) OFF .
23 I'd gain it by 'sudo apt install *highgui*' and 'sudo apt purge libraw1394-* libraw1394-tools* libdc1394-22-*'
24
25
26 make
27 sudo make install
28 sudo ldconfig
29
30 sudo apt install libopenimageio*
31 locate libopencv_highgui.so.2.4
32 sudo rm (dir that 'locate ..' return)/libopencv_highgui.so.2.4
33 sudo link /usr/lib/libopencv_highgui.so.3.2.0 (dir that 'locate ..' return)/libopencv_highgui.so.2.4
34
Hints:
Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://rocketgit.com/user/bowler17/gl

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@ssh.rocketgit.com/user/bowler17/gl

Clone this repository using git:
git clone git://git.rocketgit.com/user/bowler17/gl

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a merge request:
... clone the repository ...
... make some changes and some commits ...
git push origin main