Items with no label
3335 Discussions

Realsense on Mac

MAlde3
Beginner
4,523 Views

Hello,

I am trying to run the examples on Mac OS Sierra (10.12.6).

I follow the steps at https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_osx.md librealsense/installation_osx.md at master · IntelRealSense/librealsense · GitHub

When I try running one of the examples, I get the error:

2018-05-28 20:57:10.702730+0200 rs-align[17567:12113475] [General] ERROR: Setting as the first responder for window , but it is in a different window ((null))! This would eventually crash when the view is freed. The first responder will be set to nil.

(

0 AppKit 0x00007fffad83f9cf -[NSWindow _validateFirstResponder:] + 557

1 AppKit 0x00007fffacfba74c -[NSWindow _setFirstResponder:] + 31

2 AppKit 0x00007fffad0629ce -[NSWindow _realMakeFirstResponder:] + 406

3 AppKit 0x00007fffad0627e4 -[NSWindow makeFirstResponder:] + 123

4 rs-align 0x000000010007560b _glfwPlatformCreateWindow + 664

5 rs-align 0x000000010007122e glfwCreateWindow + 409

6 rs-align 0x000000010000c4a7 _ZN6windowC2EiiPKc + 199

7 rs-align 0x0000000100006f09 _ZN6windowC1EiiPKc + 41

8 rs-align 0x0000000100005e7d main + 77

9 libdyld.dylib 0x00007fffc4c3b235 start + 1

10 ??? 0x0000000000000001 0x0 + 1

)

glfw3 is installed and I can use it in other programs.

Have you seen this problem before?

0 Kudos
3 Replies
idata
Employee
1,381 Views

Hello mstfldmr,

 

 

What camera are you using?

 

 

If you are using a SR300, what version of SDK you have installed?

 

 

Can you please share with me the reproduction steps for your issue?

 

 

I will be waiting for your feedback so we can further troubleshoot your issue.

 

 

Best Regards,

 

Juan N.
0 Kudos
MAlde3
Beginner
1,381 Views

Hello,

I have a SR300.

I cloned the latest code from https://github.com/IntelRealSense/librealsense GitHub - IntelRealSense/librealsense: Intel® RealSense™ SDK .

0 Kudos
idata
Employee
1,381 Views

Hello,

 

 

I have downloaded the latest librealsense branch and followed the instructions on https://github.com/IntelRealSense/librealsense/blob/master/doc/installation_osx.md. I am using Mac OSX High Sierra and did not encounter any issues. I ran rs-align from within XCode. Does this happen with all the samples?

 

 

Best Regards,

 

Juan N.
0 Kudos
Reply