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

Unable to Configure it correctly #85

Open
soulslicer opened this issue May 12, 2020 · 3 comments
Open

Unable to Configure it correctly #85

soulslicer opened this issue May 12, 2020 · 3 comments

Comments

@soulslicer
Copy link

I have a Blackfly S GigE Camera. I changed the config parameters as suggested as follows, where I input my camera serial number:

cam_ids:
- 19445015
cam_aliases:
- cam0
master_cam: 19445015
skip: 20
delay: 1.0

However, it crashes with the error:

[FATAL] [1589314567.671373073]: None of the connected cameras are in the config list!

I checked and it is because my serial number is actually 2CDDA328B517 from the string get_id() { return string(pCam_->GetUniqueID()); } API of the driver. However, when i replace cam_ids with that, it crashes again with

If cam_aliases are provided, they should be the same number as cam_ids and should correspond in order!
@soulslicer soulslicer changed the title spinview Unable to Configure it correctly May 12, 2020
@ghost
Copy link

ghost commented May 12, 2020

Duplicate of #76

#84 should fix this. Can you pls try it out.

Cheers,

@soulslicer
Copy link
Author

Hi, unfortunately i think my blackfly S GigE camera may not work with your default settings. When I run it via spinview, it works, but via your driver it crashes with

[FATAL] [1589318266.006069843]: Unable to execute trigger. Aborting...
terminate called after throwing an instance of 'Spinnaker::Exception'
  what():  Spinnaker: GenICam::AccessException= Node is not writable. : AccessException thrown in node 'TriggerSoftware' while calling 'TriggerSoftware.Execute()' (file 'CommandT.h', line 61) [-2006]

Is there any way to get this to work with the default settings?

@vik748
Copy link
Contributor

vik748 commented May 12, 2020

Your issue sounds similar to #80 , unfortunately we do not have one of this model to try. Any feedback you can provide will be helpful.

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

2 participants