-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Closed
Description
Required Info | |
---|---|
Camera Model | D435 |
Firmware Version | 05.09.11.00 |
Operating System & Version | MacOS |
Platform | Mac |
SDK Version | 2.11.1 |
It seems multicam example of librealsense2 is not working here.
After I build multicam example, the app just hangup. No error can be seen in Xcode.
A similar thing happens when I try to access res2::device inside device_list.
auto deviceList = _ctx->query_devices();
if(deviceList.size() > 0) {
device = deviceList[0];
}
Am I missing something?