fix newlines
This commit is contained in:
parent
c90a3ce995
commit
8d8088641c
12
README.md
12
README.md
@ -9,23 +9,23 @@ From here on I'm using the firmware pre-installed on the framegrabber and camera
|
|||||||
```
|
```
|
||||||
21:14:02.172 [WARNING] Device open with warnings: W: Firmware update required
|
21:14:02.172 [WARNING] Device open with warnings: W: Firmware update required
|
||||||
```
|
```
|
||||||
This is the what the framegrabber reports for firmware:
|
This is the what the framegrabber reports for firmware:
|
||||||

|

|
||||||
|
|
||||||
And for the camera:
|
And for the camera:
|
||||||

|

|
||||||
|
|
||||||
It looks like order of operations is very important in Vision Point. This camera comes up as 1608x400 pixels at 500fps:
|
It looks like order of operations is very important in Vision Point. This camera comes up as 1608x400 pixels at 500fps:
|
||||||

|

|
||||||
|
|
||||||
If I stream data and then decrease the resolution to increase frame rate, the preview goes crazy and I just get a bunch of garbage:
|
If I stream data and then decrease the resolution to increase frame rate, the preview goes crazy and I just get a bunch of garbage:
|
||||||

|

|
||||||
This looks to me like desyncronization of the camera and framegrabber.
|
This looks to me like desyncronization of the camera and framegrabber.
|
||||||
|
|
||||||
Similarly increasing resolution after streaming data causes mayhem as well:
|
Similarly increasing resolution after streaming data causes mayhem as well:
|
||||||

|

|
||||||
|
|
||||||
If I instead change the resolution to 1696x1710 immediately after power cycle and starting Vision Point (before streaming any data) then I get full resolution at nearly 500fps.
|
If I instead change the resolution to 1696x1710 immediately after power cycle and starting Vision Point (before streaming any data) then I get full resolution at nearly 500fps.
|
||||||

|

|
||||||
|
|
||||||
For this screenshot I also set `PixelCorrectSetMode = Raw`. It looks like the black (and maybe white too) correction data is bad.
|
For this screenshot I also set `PixelCorrectSetMode = Raw`. It looks like the black (and maybe white too) correction data is bad.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user