You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Required Info
Camera Model
D415
Firmware Version
05.12.09.00 & 05.11.01.100
Operating System & Version
Win 10
Platform
PC
SDK Version
2.13.0 }
Language
python}
Segment
Robot
Issue Description
<Describe your issue / question / feature request / etc..>
when I use two D415 at the same time, I get the color frame and depth frame by 'device_manager.poll_frames()',but how can I combine the color frame and the depth frame into a frameset?
Now my code is as follows:
frames = device_manager.poll_frames()
for (device, frame) in frames.items():
print('frame:', frame)
frame = frame.as_frameset()
Error is as follows:
AttributeError: 'dict' object has no attribute 'as_frameset'
The text was updated successfully, but these errors were encountered:
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
<Describe your issue / question / feature request / etc..>
when I use two D415 at the same time, I get the color frame and depth frame by 'device_manager.poll_frames()',but how can I combine the color frame and the depth frame into a frameset?
Now my code is as follows:
The text was updated successfully, but these errors were encountered: