Skip to content

Commit

Permalink
Remove issue that has been fixed from KNOWN_ISSUES
Browse files Browse the repository at this point in the history
  • Loading branch information
jwlodek authored Oct 8, 2021
1 parent 7d9b762 commit 86a6587
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions KNOWN_ISSUES.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@

Below is a list of known issues/fixes found with using `ADUVC` with usb cameras.

* When building libuvc, the system level jpeg library is used in cmake, but once ADSupport is compiled, a different version is used. This causes an error when converting mjpeg to rgb. The solution is to either compile `libuvc` with the jpeg lib in ADSupport, or to set `JPEG_EXTERNAL = YES` in the `areaDetector/configure/CONFIG_SITE.local` file.
* Certain cameras only support one framerate per frame size, so setting the framerate PV may not affect the actual image rate.
* Most cameras have a limited selection of fixed acquisition modes (certain framerates with certain sizes). Use the cameraDetector helper program to identify these modes.
* In cheaper cameras framerate drops when there is lots of motion. This is due to image processing on the camera itself, not due to the driver.
Expand Down Expand Up @@ -34,4 +33,4 @@ SUBSYSTEM=="usb", ATTRS{idVendor}=="eb1a", OWNER="softioc", GROUP="softioc", MOD

```
# maybe something like this to get the identical vendor/product/serial# cams working simultaneously
#SUBSYSTEM=="usb", ATTRS{idVendor}=="eb1a", KERNELS=="1-8:1.0", OWNER="softioc", GROUP="softioc", MODE="0660", SYMLINK="cam5"
#SUBSYSTEM=="usb", ATTRS{idVendor}=="eb1a", KERNELS=="1-8:1.0", OWNER="softioc", GROUP="softioc", MODE="0660", SYMLINK="cam5"

0 comments on commit 86a6587

Please sign in to comment.