Skip to content
Snippets Groups Projects
Commit 639e5a57 authored by Angel Santamaria-Navarro's avatar Angel Santamaria-Navarro
Browse files

Update ReadMe.md

parent 3a459a65
No related branches found
No related tags found
No related merge requests found
......@@ -9,8 +9,8 @@ BlueFOX USB 3.0 cameras.
- Matrix Vision driver. Orientative installation for a Linux x86_64. For detailed specifications and driver installations, please visit [Matrix
Vision Drivers and Software](https://www.matrix-vision.com/software-drivers-en.html)
- `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`
- `cd ~/Downloads`
- `wget http://static.matrix-vision.com/mvIMPACT_Acquire/2.19.0/mvGenTL_Acquire-x86_64_ABI2-2.19.0.tgz -O mvGenTL_Acquire-x86_64_ABI2-2.19.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`
......@@ -59,3 +59,17 @@ run the following command:
`cat /sys/module/usbcore/parameters/usbfs_memory_mb`
##### 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:
- As first step, uninstall all driver versions using the Matrix Vision software. Then, run the following:
- `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 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`
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