-
Notifications
You must be signed in to change notification settings - Fork 90
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
Comments
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
Is there any way to get this to work with the default settings? |
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
I have a Blackfly S GigE Camera. I changed the config parameters as suggested as follows, where I input my camera serial number:
However, it crashes with the error:
I checked and it is because my serial number is actually
2CDDA328B517
from thestring get_id() { return string(pCam_->GetUniqueID()); }
API of the driver. However, when i replace cam_ids with that, it crashes again withThe text was updated successfully, but these errors were encountered: