-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Realsense Viewer App instability while enabling and disabling sensor streams #2057
Comments
Collectively, the range of problems that you reported (frame timeouts, streams unavailable, etc) would make me suspect a stability issue with the USB port on your Mac, rather than a software issue. This is more commonly reported on PCs, though perhaps because the number of people using RealSense on PC is greater and so the number of problems reported is proportionately greater. There were a small number of reported USB-related issues with Macs on the older SR300 model of camera though. |
Hi Marty, Thanks for the the reply. We have tested this on more than one Mac OSX machine; we have tested on two Macbook Air's (one of which was delivered and setup last week fresh), and a 2014 Mac Pro. I would deduce that this is more an OSX problem than a particular USB port problem unless a lot of Mac USB ports are not adequate enough to run a Realsense sensor on? This would cause a lot of problems for shipping Realsense support on Mac if this is the case. |
As of SDK version 2.13.0, the main unresolved Known Issue with OSX at the moment is that example programs written in the C language can freeze. I guess you are probably not writing your app in C? (I mean "C" C, not C++ or C#) A couple of other Known Issues currently relating to the firmware that may fit your symptoms are:
|
Thanks for that info Marty; my takeaway is it seems at the moment that both sensor firmware and USB driver issues are present on Mac currently. I hope they become more stable in the future so we can confidently ship with this range of sensors. |
[Realsense Customer Engineering Team Comment] would like to know if you are NDA customer to intel? if yes, would suggest you to file ticket on Zendesk for direct support. there are multiple issues here:
issue 2), seems like frame time out issue, when you stop and start streaming quickly, looks the previous frames not fully released and new stream start, will look into this issue. and from my test, if we stop/start slowly (after messages in the terminal stopped) then it is no problem, may be your short term workaround.
issue 3), Viewer app locking up issue, can you please provide more detail reproduce steps? thanks. |
[Realsense Customer Engineering Team Comment]
|
Hi, issue 3) will happen if you switch streams via the on/off button many times the app locks up. In my test case this was around 6 times. The test was to emulate what we had been seeing in our own app where we would switch stream configurations many times and then we would get the app locking up, the xcode stack trace in the last image of the original post shows where it is locking up within the realsense viewer app; within a lock_guard call. We are NDA customer / partner with Intel so I will follow up in due course through the Zendesk support channel or with our account manager. Thanks! |
And thanks so much for following up on this, we appreciate the support to resolve these stability issues. |
[Realsense Customer Engineering Team Comment] thanks for the repo steps and yes, please file to Zendesk, thanks. |
Sorry for late reply, number 1 seem to be resolved on the development branch (according to the reproduction steps by @RealSense-Customer-Engineering ) We are still working on the rest. |
All the issues reported here should be resolved in v2.16.1 |
[Realsense Customer Engineering Team Comment] Did you try librs 2.16.1 to see how it works? |
Hi,
Sorry, we are not in a position to test this currently due to higher
priorities driven by product, however this could change in the near future.
Thanks for the attention and support.
Neil
…On Tue, 9 Oct 2018 at 11:40, RealSense Customer Engineering < ***@***.***> wrote:
[Realsense Customer Engineering Team Comment]
Hi @napurvey <https://github.com/napurvey>,
Did you try librs 2.16.1 to see how it works?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#2057 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AC5ubjScU2eJ6sUgANbIiZnl47gkmNv2ks5ujMOCgaJpZM4VPGbg>
.
--
Neil Purvey
Creative Technologist & real-time graphics developer
Digital Graffiti Design
t: 1 (929) 2384520
e: [email protected]
w: digitalgraffitidesign.com
|
I will close this issue for now. |
We have been trying to diagnose instability problems with our own Realsense capture app on Mac OSX, and as a test we have been running the Realsense viewer app to isolate the problem further.
After running the Realsense viewer app we have discovered that the same instabilities exist there. When first starting the app, selecting the stream configuration options and starting the color and depth streams, the following problems occur:
The call stack when pausing in the Xcode debugger is like so:
We have the same symptoms in our own app, and therefore Realsense is not stable enough for us to ship due to instabilities when switching streams so would appreciate any fixes that address these issues. In this case I have been testing with the D435 but this also occurs on Mac OSX using a D415 sensor.
We have been previously using the master branch in our application but for these tests we have made sure we are up-to-date with the latest firmware and SDK and checked out to the Development branch just to soak up all the new fixes that have gone in, some of the solved bugs were also crashing our application.
Thanks!
The text was updated successfully, but these errors were encountered: