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

Hardware trigger #164

Closed
mohamedezzatt opened this issue May 31, 2023 · 2 comments
Closed

Hardware trigger #164

mohamedezzatt opened this issue May 31, 2023 · 2 comments

Comments

@mohamedezzatt
Copy link

I have an ace2 basler camera and i try to use the hardware trigger feature on camera line 1 but it gave me an error "Trigger device reset , pylon camera isn't ready".
Due to the documentation , i have added those lines in applyCamSpecificStartupSettings function in the driver :
cam_->TriggerSelector.SetValue(Basler_UniversalCameraParams::TriggerSelector_FrameStart);
cam_->TriggerMode.SetValue(Basler_UniversalCameraParams::TriggerMode_On);
cam_->TriggerSource.SetValue(Basler_UniversalCameraParams::TriggerSource_Line1);
cam_->TriggerActivation.SetValue(Basler_UniversalCameraParams::TriggerActivation_RisingEdge);

Any help about what could be the problem ?

@SMA2016a
Copy link

SMA2016a commented Jun 4, 2023

I think this case can be closed? right?

@FrancoisPicardDTI
Copy link
Collaborator

@mohamedezzatt Hello
Did you manage to solve your issue?
I am closing though as it is not related to the pylon ros driver. But do not hesitate to contact Basler's support if you still have th eproblem.

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

3 participants