-
Notifications
You must be signed in to change notification settings - Fork 159
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
[Humble] Acquisition and Trigger #213
Comments
Changing the acquisition mode is not directly supported for the blackfly S cameras. However, you can implement it easily yourself by modifying the blackfly_s.yaml configuration file. Follow the instructions in the README on how to add your own ros parameters, e.g. call it "acquistion_mode". Then you should be able to specify it at launch time by setting your newly created ROS parameter. |
Is this still an issue? If not I would proceed to close the issue. |
Hi @berndpfrommer , I think there is one problem not addressed in the proposed solution: once one gets into Single/Multi Frame acquisition mode, how does one trigger (in software) repeated calls to a single or multi-frame acquisition? I'm a fan of leveraging LifecycleNode states for this purpose: where |
Wouldn't that be very heavy weight, just to trigger a frame acquisition? I would gravitate to a topics-based solution, e.g. the server exposes a topic with a suitable message type that then calls the software trigger.
IRRC a parameter update then runs the command, in this case a software trigger. |
See discussion here #163 |
Absolutely. I fully admit that I have a preference for all hardware-facing nodes to be Lifecycle Nodes so that I can control their states throughout the application lifetime in a way that is consistent across my entire system. Apologies for the scope creep. That said, I'm still having problems even getting the camera to behave like its in any other AcquisitionMode other than "Continuous" despite the fact that I does seem to accept the Single/MultiFrame parameter mode. I'm puzzled. |
Please open a separate issue for that, and post the console log. |
#How can I adjust these parameters in sync launch code? Thank you
There are three acquisition modes:
Continuous - acquires images continuously. This is the default mode.
Multi Frame - acquires a specified number of images before stopping acquisition.
Single Frame - acquires 1 image before stopping acquisition.
System details
The text was updated successfully, but these errors were encountered: