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

Update ReadMe.md

parent 1d9a2faa
No related branches found
No related tags found
No related merge requests found
......@@ -15,14 +15,23 @@ Vision Drivers and Software](https://www.matrix-vision.com/software-drivers-en.h
- `sudo chmod +x install_mvGenTL_Acquire.sh`
- `./install_mvGenTL_Acquire.sh`
### Troubleshooting
### Example of usage
Tested with Ubuntu 14.04 LTS and mvBlueFOX3-M1012bC cameras.
- Run:
- `bin/./mvbluefox3_test`.
### Support material and multimedia
Please, visit: [**asantamaria's web page**](http://www.iri.upc.edu/people/asantamaria)
### Troubleshooting
##### Configuring USBFS
By default, Linux limits image capture buffers
(e.g. to 16MB). To set the memory limit to 1000MB, run the following commands:
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:
1. Open the `/etc/default/grub` file in any text editor. Find and replace:
......@@ -47,11 +56,3 @@ run the following command:
`cat /sys/module/usbcore/parameters/usbfs_memory_mb`
### Example of usage
- Run:
- `bin/./mvbluefox3_test`.
### Support material and multimedia
Please, visit: [**asantamaria's web page**](http://www.iri.upc.edu/people/asantamaria)
\ No newline at end of file
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