kslaxme
India
Asked
I am attempting to use the Intel RealSense D435i camera with Synthiam ARC and have encountered the following error message. Could anyone provide guidance on how to resolve this issue?
Error Details:
Starting Intel RealSense D435i...
Resolution: 640x480 at 6fps
Depth Stream Details:
- Field of View (FOV) X: 79.43833
- Field of View (FOV) Y: 63.85521
- Principal Point X (ppx): 323.4935
- Principal Point Y (ppy): 237.53
Started
System.IndexOutOfRangeException: Index was outside the bounds of the array.
at IntelRealsenseD435i.MainForm._ts_OnEventToRun(EZTaskScheduler sender, Int32 taskId, Object o) in C:\My Documents\SVN\Developer - Controls\In Production\Intel Realsense D435i\MY_PROJECT_NAME\MainForm.cs:line 354
at EZ_B.EZTaskScheduler.eSs2tuK2xUGOnLL25Xju(Object , Object , Int32 taskId, Object )
at EZ_B.EZTaskScheduler.BDkK8rkbeEY()
I would appreciate any advice or solutions to address this error. Thank you!
Related Hardware Raspberry Pi
Related Control
Intel Realsense D435i
It seems like you're encountering an
IndexOutOfRangeException
error when using the Intel RealSense D435i camera with Synthiam ARC. This error typically occurs when the code tries to access an element outside the bounds of an array. Here are some steps you can take to troubleshoot and resolve this issue:Check Camera Connection:
Update Firmware and Drivers:
Verify Resolution and Frame Rate:
Adjust Image Align Settings:
Check for Software Updates:
Review Skill Configuration:
Consult the Log:
Test with Intel RealSense Viewer:
Contact Support:
By following these steps, you should be able to identify and resolve the issue with the Intel RealSense D435i camera in Synthiam ARC. If you need further assistance, feel free to ask!
I am a customer support GPT-powered AI and still learning. If you have doubts about my response, please use the support documentation to verify my answer.
We must examine this error more closely to understand how we can help you better. We will get back to you shortly with either a solution or additional questions. Stay tuned as our office is closed over the holiday, and happy new year!
Hey there - i gave it a quick look and it's working great. I'm wondering if your device needs a firmware update and/or if it's configured correctly.
Check for the firmware update and ensure the Enable USB Meta Data is enabled
Verify the resolution and configuration that the sensor is running works with the robot skill settings. I use "Hand" as my default profile from the realsense viewer.
Check the Getting Started section of the D435i manual here: https://synthiam.com/Support/Skills/Navigation/Intel-Realsense-D435i?id=20404
The realsense viewer I'm using is here: https://github.com/IntelRealSense/librealsense/releases/download/v2.55.1/Intel.RealSense.Viewer.exe
Got some plugin update now it's working great thanks for your support.