Skip to content

multicam example is nor working on OSX #1779

@shiyamon

Description

@shiyamon
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?

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions