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

Basler daA1280-54uc support #517

Closed
GauthierPerrod opened this issue Jun 15, 2021 · 2 comments
Closed

Basler daA1280-54uc support #517

GauthierPerrod opened this issue Jun 15, 2021 · 2 comments
Labels
1. Device support 5. Usb3 Issue in USB3Vision implementation

Comments

@GauthierPerrod
Copy link

GauthierPerrod commented Jun 15, 2021

Describe the bug
Two bugs encountered when using aravis on a Basler usb3vison

Incomplete image received, dropping (received 1310868 / expected 3686400)

I fixed using this #314
(the 256*256 things)

Second issue was that gstaravissrc wasn't working:

GstPipeline:pipeline0/GstAravis:aravis0: Could not set caps on camera "Basler-23484193": node 'AcquisitionFrameRateEnable' not found

I fixed it by removing the followings lines :

+                        if (local_error == NULL)                                                                                           
+                             arv_camera_set_boolean (camera, "AcquisitionFrameRateEnable", TRUE, &local_error); 

(l990-991)
in /src/arvcamera.c

To Reproduce

  • Using a daA1280-54uc Basler on a jetson tx2 / jetson nx

Expected behavior
Unable to use arv-viewer and gstaravissrc

Camera description:

  • Basler
  • daA1280-54uc
  • usb3vison

Platform description:

  • Aravis version 0.8
  • OS: Ubuntu 18.04
  • Jetson nx / tx2

Additional context
My solution is working but it does'nt seem to be very reliable

@GauthierPerrod GauthierPerrod changed the title Problems with Basler usb3vison camera : daA1280-54uc Incomplete image received / aravissrc issue with Basler usb3vison camera : daA1280-54uc. Jun 15, 2021
@EmmanuelP
Copy link
Contributor

Could you attach the output of arv-tool-0.8 genicam ?

@EmmanuelP EmmanuelP changed the title Incomplete image received / aravissrc issue with Basler usb3vison camera : daA1280-54uc. Basler daA1280-54uc support Jul 5, 2021
@EmmanuelP EmmanuelP added 1. Device support 5. Usb3 Issue in USB3Vision implementation labels Jul 5, 2021
@EmmanuelP
Copy link
Contributor

Frame rate setting should have improved in the latest release. Please test Aravis 0.8.17, and reopen this issue if it is not fixed.

@AravisProject AravisProject deleted a comment from akshayash001 Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
1. Device support 5. Usb3 Issue in USB3Vision implementation
Projects
None yet
Development

No branches or pull requests

2 participants