Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Testing Basler acA3800-14uc and Basler a2A2590-60ucBAS #891

Open
shrit opened this issue Mar 27, 2024 · 0 comments
Open

Testing Basler acA3800-14uc and Basler a2A2590-60ucBAS #891

shrit opened this issue Mar 27, 2024 · 0 comments

Comments

@shrit
Copy link

shrit commented Mar 27, 2024

Hi @EmmanuelP ,

Here is the results of the tests after adding the configs in the arv-test.cfg file.

 ./arv-test-0.10
Found 2 devices
Testing 'Basler:acA3800-14uc'
Genicam:Load                        SUCCESS
Genicam:Schema                      SUCCESS Schema validation disabled
Properties:SensorSizeReadout        SUCCESS
Properties:SensorSizeCheck          FAILURE Found 3842x2750 instead of 3840x2748
Properties:GainAvailable            SUCCESS
Properties:GainReadout              SUCCESS
Properties:ExposureTimeAvailable    SUCCESS
Properties:ExposureTimeReadout      SUCCESS
MultipleAcquisitionA:BufferCheck    FAILURE 0/10
MultipleAcquisitionA:FrameRate      FAILURE
SingleAcquisition:BufferCheck       FAILURE Buffer transfer failure
SoftwareTrigger:BufferCheck         FAILURE 0/5
MultipleAcquisitionB:BufferCheck    FAILURE 0/10
MultipleAcquisitionB:FrameRate      FAILURE
Chunks:BufferCheck                  FAILURE Buffer transfer failure
Testing 'Basler:a2A2590-60ucBAS'
Genicam:Load                        SUCCESS
Genicam:Schema                      SUCCESS Schema validation disabled
Properties:SensorSizeReadout        SUCCESS
Properties:SensorSizeCheck          FAILURE Found 2616x1960 instead of 2592x1944
Properties:GainAvailable            SUCCESS
Properties:GainReadout              SUCCESS
Properties:ExposureTimeAvailable    SUCCESS
Properties:ExposureTimeReadout      SUCCESS
MultipleAcquisitionA:BufferCheck    FAILURE [AcquisitionMode] [AcquisitionMode] [d_372] USB3Vision write_memory error (write-protect)
SingleAcquisition:BufferCheck       FAILURE [AcquisitionMode] [AcquisitionMode] [d_372] USB3Vision write_memory error (write-protect)
SoftwareTrigger:BufferCheck         FAILURE [AcquisitionMode] [AcquisitionMode] [d_372] USB3Vision write_memory error (write-protect)
MultipleAcquisitionB:BufferCheck    FAILURE [AcquisitionMode] [AcquisitionMode] [d_372] USB3Vision write_memory error (write-protect)
Chunks:BufferCheck                  FAILURE [ChunkModeActive] [d_514] USB3Vision write_memory error (write-protect)

When I try to test the camera, I get the following error:

./arv-camera-test-0.10
Looking for the first available camera
Failed to configure the device: [ChunkModeActive] [d_514] USB3Vision write_memory error (write-protect)

This is what I have added to the config file:

+   0 [Basler:acA3800-14uc]
+   1
+   2 ChunkList=Timestamp CounterValue
+   3 Schema=Invalid
+   4 SensorSize=3840;2748
+   5
+   6 [Basler:a2A2590-60ucBAS]
+   7
+   8 ChunkList=Timestamp CounterValue
+   9 Schema=Invalid
+  10 SensorSize=2592;1944
+  11

What I do not understand is the sensor size issue, since I suppose the number of pixels is equal to the sensor size but it seems to be not the case.

I sent you by email both configs file for these two cameras, my @EmmanuelP you have a better idea what I need to add in order to see some output from the cameras.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant