question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

set a callback for hardware triggers from multiple cameras?

See original GitHub issue

Hello,

I’m planning to create a server which is waiting for event triggers from multiple cameras. and attach different callbacks for different triggers in a multi threaded environment.

for example, attach a callback after calling StartGrabbing method for each camera. so I can grab images in parallel from multiple cameras. is it possible to do that?

Thanks, Asav

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:9

github_iconTop GitHub Comments

1reaction
Thyagutamizhancommented, Feb 4, 2019

hi avaspatel92, Can i have a reference to grab the image captured by basler camera using hardware trigger…

1reaction
asavpatel92commented, Aug 6, 2018

I had to set these camera parameters to set camera to hardware trigger. or else camera configuration gets overridden when camera gets initialized from the sdk.

{
"TriggerSelector": "FrameStart",
"TriggerMode": "On",
"TriggerSource": "Line1", 
"TriggerActivation": "FallingEdge",
"AcquisitionStatusSelector": "FrameTriggerWait"
}
Read more comments on GitHub >

github_iconTop Results From Across the Web

Use multiple camera streams simultaneously
Use multiple camera streams simultaneously · Multiple targets per request · Output type · Output size · Check the supported hardware level ·...
Read more >
Configuring Synchronized Capture with Multiple Cameras - FLIR
Using SpinView · Open SpinView and select the camera. · Select the GPIO tab. Set the trigger source · From the Trigger Overlap...
Read more >
Image Acquisition - MVTec Software
from various configurations of frame grabbers and cameras (see section 3 on ... To use the program with another image acquisition device, please...
Read more >
Introducing Multi-Camera Capture for iOS - WWDC19 - Videos
It is also possible to configure the multiple microphones on the device to shape the ... AVMultiCamPiP: Capturing from Multiple Cameras · Capture...
Read more >
Area Detectors — ophyd documentation
Each plugin can trigger its children in two ways: ... If .wait_for_plugins is True , then the put-complete callback on the .acquire signal...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found