-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Accessing output trigger signal with D435 #1212
Comments
Hello @pavolbauer, The external trigger functionality has not been fully implemented yet. It will be addressed in a future firmware version sometime in Q2'2018. Regards, |
Hi Jesus, Thank you for your answer. So far we will work with the Depth VSYNC signal (pin 5 of the connector) which seems to deliver a 5V flank after each depth frame has been captured. Best, |
@jlgarcia75 Is this signal suitable in any way to synchronize multiple D435 to capture at the exact same time? |
Has this been released yet? We are coming towards the end of Q2 18, I am looking to use the GPIO to trigger the camera or trigger an external camera. @jlgarcia75 |
@jlgarcia75 Do you have an update on this? Our understanding from discussions with the Intel business was that we should expect a release around this time. Thanks! |
Hello, the external trigger functionality has not been released yet. I'm sorry I do not have a definite timeline for this. Regards, |
@pavolbauer Where did you buy the connector to the d435? Do you have a model number? |
Is there any updates in terms of the timeline? |
Hi @wamageed, This capability is currently supported on the D435 with the latest FW, v 5.10.3, found here: https://downloadcenter.intel.com/download/28076/Latest-Firmware-for-Intel-RealSense-D400-Product-Family. Regards, |
@jlgarcia75 Is there documentation on how to use this functionality ? |
Hi @mzahana, You can find the documentation here: https://www.intel.com/content/www/us/en/support/articles/000028140/emerging-technologies/intel-realsense-technology.html. Regards, |
Thanks @jlgarcia75 Do you know if the ROS package that works with the D435 handle the timestamping correctly for the external triggering mode? |
@mzahana No I don't think so. I am trying to do the same thing but it seems like you would have to adapt the realsense ROS wrapper to get this functionality. |
@mzahana have you looked at this |
There is also #520 now |
Issue Description
Hi,
According to the RS400 documentation, the D435 camera exposes headers to an output trigger signal indicating when a depth frame is being captured.
We tried to read out pin 1 from the external sensors sync connector (GVSYNC0) while enabling the "Output Trigger" option in the RealSense viewer but we could only measure a very noisy signal containing shutter noise, and not a clear trigger signal.
Is this the right way to access the output trigger (externally) or should this be done differently?
Best regards
Pavol & Kevin
The text was updated successfully, but these errors were encountered: