Closed DragonDeux closed 3 years ago
Dear Realsense engineers:
I'm trying to sync non-realsense RGB device with Realsense Lidar L515 device by following code:
sync = rs.syncer
colorSensor = rs.software_device().add_sensor("Color")
balserColorSensor.open(color_stream)
balserColorSensor.start(sync)
error: AttributeError: 'pyrealsense2.pyrealsense2.software_sensor' object has no attribute 'open'
Btw, i have inspired this kind of code with :https://github.com/IntelRealSense/librealsense/blob/master/examples/software-device/rs-software-device.cpp which is coded in C++, i thought it would work bec it is Realsense official sample.
Can anyone please help to resolve this issue?
Thanks in advance
Hi,
Will you be needing further help with this? While we cannot assist with 3rd party sensors, we tested the latest rs-software-device.cpp example and it appears to be working as expected. As an aside I see you are getting a python error. The python wrapper may not be implementing the exact interface available in the CPP SDK so we'd recommend using the API directly to avoid such potential issues.
Thanks
FYI if we don’t hear from you in 7 days, this issue will be closed.
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..>