Skip to content
Snippets Groups Projects
Commit 4ded45a7 authored by Fernando Herrero's avatar Fernando Herrero
Browse files

Update package server address name, in README and ci

parent 9538626d
No related branches found
No related tags found
No related merge requests found
Pipeline #5181 failed
...@@ -35,7 +35,7 @@ update_repo: ...@@ -35,7 +35,7 @@ update_repo:
stage: deploy stage: deploy
script: script:
- cd build - cd build
- "scp -i /root/.ssh/iriLabKeyNopwd -r *mvbluefox3*.deb irilabo@147.83.76.226:packages/" - "scp -i /root/.ssh/iriLabKeyNopwd -r *mvbluefox3*.deb irilabo@labrepo.iri.upc.edu:packages/"
- "ssh irilabo@147.83.76.226 -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh mvbluefox3" - "ssh irilabo@labrepo.iri.upc.edu -i /root/.ssh/iriLabKeyNopwd -tt /home/irilabo/repo_scripts/update_repo.sh mvbluefox3"
only: only:
- tags - tags
\ No newline at end of file
# C++ Matrix Vision BlueFOX3 driver mvBlueFOX3 library {#mainpage}
============
Driver for Matrix Vision BlueFOX3 cameras. ## Description
This library provides quick access to all the basic functions of Matrix Vision This library provides quick access to all the basic functions of Matrix Vision
BlueFOX USB 3.0 cameras. BlueFOX USB 3.0 cameras.
### Software dependences ## Installation
- Matrix Vision driver. Orientative installation for a Linux x86_64. For detailed specifications and driver installations, please visit [Matrix * Add the labrobotica repository if it is not already added:
Vision Drivers and Software](https://www.matrix-vision.com/software-drivers-en.html)
- `cd ~/Downloads`
- `wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.26.0/mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz -O mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz`
- `wget https://www.matrix-vision.com/USB3-vision-camera-mvbluefox3.html?file=tl_files/mv11/support/mvIMPACT_Acquire/01/install_mvGenTL_Acquire.sh -O install_mvGenTL_Acquire.sh`
- `sudo chmod +x install_mvGenTL_Acquire.sh`
- `./install_mvGenTL_Acquire.sh`
### Example of usage ``` sudo sh -c 'echo "deb [arch=amd64] http://labrepo.iri.upc.edu/packages xenial main" > /etc/apt/sources.list.d/labrobotica_repo.list' ```
Tested with Ubuntu 14.04 LTS and mvBlueFOX3-M1012bC cameras. ``` wget -O - http://labrepo.iri.upc.edu/labrobotica_repo.gpg.key | sudo apt-key add - ```
- To run the manufacturer GUI, execute the following command in a terminal: * Install the package:
- `wxPropView`
- C++ library test (check the console output message because in case of not having OpenCV 3.0 installed, the images won't be displayed but a message about successfull acquisition will be shown): ``` sudo apt update && sudo apt install iri-mvbluefox3-dev ```
- `bin/./mvbluefox3_test`.
### Support material and multimedia ## Important information
Please, visit: [**asantamaria's web page**](http://www.angelsantamaria.eu) - OpenCV
### Troubleshooting - apt install libopencv-dev
- Boost
- apt -y install libboost-all-dev
- Matrix Vision driver. Download and install SDK (version 2.26 tested):
- wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.26.0/mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz -O mvGenTL_Acquire-x86_64_ABI2-2.26.0.tgz
- wget https://www.matrix-vision.com/USB3-vision-camera-mvbluefox3.html?file=tl_files/mv11/support/mvIMPACT_Acquire/01/install_mvGenTL_Acquire.sh -O install_mvGenTL_Acquire.sh
- chmod +x install_mvGenTL_Acquire.sh
- ./install_mvGenTL_Acquire.sh -u
## Disclaimer
Copyright (C) 2016-2019 Institut de Robòtica i Informàtica Industrial, CSIC-UPC.
Mantainer IRI labrobotics (labrobotica@iri.upc.edu)
This package is distributed in the hope that it will be useful, but without any warranty. It is provided "as is" without warranty of any kind, either expressed or implied, including, but not limited to, the implied warranties of merchantability and fitness for a particular purpose. The entire risk as to the quality and performance of the program is with you. should the program prove defective, the GMR group does not assume the cost of any necessary servicing, repair or correction.
In no event unless required by applicable law the author will be liable to you for damages, including any general, special, incidental or consequential damages arising out of the use or inability to use the program (including but not limited to loss of data or data being rendered inaccurate or losses sustained by you or third parties or a failure of the program to operate with any other programs), even if the author has been advised of the possibility of such damages.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>
##### Configuring USBFS
## Troubleshooting
### Configuring USBFS
By default, Linux limits image capture buffers (e.g. to 16MB). By default, Linux limits image capture buffers (e.g. to 16MB).
If you run wxPropView in a terminal and opening the camera it complains about USBFS memory buffer, apply the following steps to set the memory limit to 1000MB: If you run wxPropView in a terminal and opening the camera it complains about USBFS memory buffer, apply the following steps to set the memory limit to 1000MB:
...@@ -59,17 +79,99 @@ run the following command: ...@@ -59,17 +79,99 @@ run the following command:
`cat /sys/module/usbcore/parameters/usbfs_memory_mb` `cat /sys/module/usbcore/parameters/usbfs_memory_mb`
##### No images received using original Matrix Vision software (wxPropView) ### No images received using original Matrix Vision software (wxPropView)
The original manufacturer driver has compatibility problems with some graphic cards. If you run the Matrix Vision software to setup the camera and no camera is detected, you might want to test older driver versions. An example could be using this one: The original manufacturer driver has compatibility problems with some graphic cards. If you run the Matrix Vision software to setup the camera and no camera is detected, you might want to test older driver versions. An example could be using this one:
- As first step, uninstall all driver versions using the Matrix Vision software. Then, run the following: - As first step, uninstall all driver versions using the Matrix Vision software. Then, run the following:
- `cd ~/Downloads` - `cd ~/Downloads`
- `wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.17.0/mvGenTL_Acquire-x86_64_ABI2-2.17.0.tgz -O mvGenTL_Acquire-x86_64_ABI2-2.17.0.tgz` - `wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.17.0/mvGenTL_Acquire-x86_64_ABI2-2.17.0.tgz -O mvGenTL_Acquire-x86_64_ABI2-2.17.0.tgz`
- `wget https://www.matrix-vision.com/USB3-vision-camera-mvbluefox3.html?file=tl_files/mv11/support/mvIMPACT_Acquire/01/install_mvGenTL_Acquire.sh -O install_mvGenTL_Acquire.sh` - `wget https://www.matrix-vision.com/USB3-vision-camera-mvbluefox3.html?file=tl_files/mv11/support/mvIMPACT_Acquire/01/install_mvGenTL_Acquire.sh -O install_mvGenTL_Acquire.sh`
- `sudo chmod +x install_mvGenTL_Acquire.sh` - `sudo chmod +x install_mvGenTL_Acquire.sh`
- `./install_mvGenTL_Acquire.sh` - `./install_mvGenTL_Acquire.sh`
## For developers
<details><summary>click here</summary>
<p>
## Dependencies
his package requires of the following system libraries and packages
* [cmake](https://www.cmake.org "CMake's Homepage"), a cross-platform build system.
* [doxygen](http://www.doxygen.org "Doxygen's Homepage") and [graphviz](http://www.graphviz.org "Graphviz's Homepage") to generate the documentation.
* stdc++.
Under linux all of these utilities are available in ready-to-use packages.
Under MacOS most of the packages are available via [fink](http://www.finkproject.org/ "Fink's Homepage")
## Compilation and installation from source
Clone this repository and create a build folder inside:
``` mkdir build ```
Inside the build folder execute the following commands:
``` cmake .. ```
The default build mode is DEBUG. That is, objects and executables include debug information.
The RELEASE build mode optimizes for speed. To build in this mode execute instead
``` cmake .. -DCMAKE_BUILD_TYPE=RELEASE ```
The release mode will be kept until next time cmake is executed.
``` make -j $(nproc)```
In case no errors are reported, the generated libraries (if any) will be located at the
_lib_ folder and the executables (if any) will be located at the _bin_ folder.
In order to be able to use the library, it it necessary to copy it into the system.
To do that, execute
``` make install ```
as root and the shared libraries will be copied to */usr/local/lib/iri/mvbluefox3* directory
and the header files will be copied to */usr/local/include/iri/mvbluefox3* dierctory.
At this point, the library may be used by any user.
To remove the library from the system, exceute
``` make uninstall ```
as root, and all the associated files will be removed from the system.
To generate the documentation execute the following command:
``` make doc ```
## How to use it
To use this library in an other library or application, in the CMakeLists.txt file, first it is necessary to locate if the library has been installed or not using the following command
``` FIND_PACKAGE(mvbluefox3) ```
In the case that the package is present, it is necessary to add the header files directory to the include directory path by using
``` INCLUDE_DIRECTORIES(${mvbluefox3_INCLUDE_DIRS}) ```
and it is also necessary to link with the desired libraries by using the following command
``` TARGET_LINK_LIBRARIES(<executable name> ${mvbluefox3_LIBRARIES}) ```
## Examples
- To run the manufacturer GUI, execute the following command in a terminal:
- `wxPropView`
- There is one example called _mvbluefox3_test_. Check the console output message because in case of not having OpenCV 3.0 installed, the images won't be displayed but a message about successfull acquisition will be shown:
- `bin/mvbluefox3_test`
</p>
</details>
## Support material and multimedia
Please, visit: [**asantamaria's web page**](http://www.angelsantamaria.eu)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment