/to run (86a799c3672f069a66d2ac4172ae83b04f86bf71) (1127 bytes) (mode 100644) (type blob)


# Please enter the commit message for your changes. Lines starting
# with '#' will be ignored, and an empty message aborts the commit.
# On branch nuild
#
# Initial commit
#
# Changes to be committed:
#	new file:   161208ap5410_fpx.jpg
#	new file:   t.c
#
c++ t.c --target=arm-linux-gnu -std=c++11  `pkg-config --libs --cflags  gtk+-3.0 epoxy `  -o op -lOpenImageIO -lopencv_videoio

 gtk3 opencv:
...clone opencv

cd opencv
mkdir release
cd release
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   ../ 

...target is:FFMPEG ON , DC1394(both) OFF  .
 I'd gain it by 'sudo apt install *highgui*' and 'sudo apt purge  libraw1394-* libraw1394-tools* libdc1394-22-???'


make
sudo make install
sudo ldconfig

sudo apt install libopenimageio*
locate libopencv_highgui.so.2.4
sudo rm (dir that 'locate ..' return)/libopencv_highgui.so.2.4
sudo link /usr/lib/libopencv_highgui.so.3.2.0 (dir that 'locate ..' return)/libopencv_highgui.so.2.4



Mode Type Size Ref File
100644 blob 1572514 e82baa58f103e9134714fd1191e316123d5a356c 161208ap5410_fpx.jpg
100644 blob 9718 afe1898243f44362e9894af822ca3a521aabedab Untitled.obj
100644 blob 7160 5a7889eb1de36d27ff2919f0ff3d18f45dfb7f39 t.c
100644 blob 1127 86a799c3672f069a66d2ac4172ae83b04f86bf71 to run
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