-
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
D435 and T265 on Raspberry 4(C++) #6707
Comments
Hi @muco42 |
Both: realsense-viewer connects both, after a short time T265 hangs. the same behaviour with the examples (e.g. multicam) |
@dorodnic @MartyG-RealSense |
@csr-kick T265 cases are being handled by someone else, so I cannot take them on. |
@MartyG-RealSense Why should any company purchase a realsense device, never mind attempt to use one in a product, if support for the device will just disappear when problems are found? |
@csr-kick Intel are aware of the T265 cases, but I do not have any more information to provide other than to re-state that somebody else other than myself is responsible for them. |
Can we get their name? I share @csr-kick's frustration. It seems like the T265 is the ugly stepchild that Intel tries to forget about... |
I cannot provide names of support team members handling T265 cases. |
@MartyG-RealSense https://www.raspberrypi.org/forums/viewtopic.php?f=29&t=281665 Really sad that others have to support your devices for you, while you continue to sell them. |
Hi There
Are there any docs on how the Library works in the Background? I'm trying to understand where the two cameras are disturbing each other or are we missing some switch we need to flip or something like that? (i doubt this, as it seems to work sometimes) pls tell me what informtion you need and i will try to provide it (I will be on holiday starting tomorrow, i will still try to check in every once in a while) |
Is there any solution? I am having same problem |
Hi @MarcoAndrade26 I was able to get the cameras to "work" i don't get any complete failures anymore, however i do have to ocasionaly reset the T265 (within the application). i can't tell you why but it seems to work better if you use the "low level API" for the T265 and the "high level API" for the D435, see this issue #3434 The main difference is in the Connect/Disconnect member function these are my individual camera classes:
D435
And they both inherit from this class
And here the "Main()" which checks a watchdog and resets the device, if the callback has not been executed (watchdog not kicked) for some time.
If you have any questions don't hesitate to ask, i'll try my best to answer |
Hi, Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed. Thanks |
Yes!
Von: RealSenseSupport <notifications@github.com>
Gesendet: Samstag, 5. Dezember 2020 03:47
An: IntelRealSense/librealsense <librealsense@noreply.github.com>
Cc: Altenburger Ruprecht (altb) <altb@zhaw.ch>; Mention <mention@noreply.github.com>
Betreff: Re: [IntelRealSense/librealsense] D435 and T265 on Raspberry 4(C++) (#6707)
Hi,
Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed.
Thanks
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#6707 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABPOXB7Z7FUJLGAF2PXL2PLSTGNJZANCNFSM4OJM4JNQ>.
|
Yes we still need help. No one ever actually responded to our multiple threads about these issues, and the problems still exist. Then you went off and stopped supporting the T265 while you work on the next gen. No idea why you think companies will trust you on that product when you have not earned it on this one. |
Yes!
Von: csr-kick <notifications@github.com>
Gesendet: Donnerstag, 10. Dezember 2020 00:22
An: IntelRealSense/librealsense <librealsense@noreply.github.com>
Cc: Altenburger Ruprecht (altb) <altb@zhaw.ch>; Mention <mention@noreply.github.com>
Betreff: Re: [IntelRealSense/librealsense] D435 and T265 on Raspberry 4(C++) (#6707)
Hi,
Will you be needing further help with this? If we don’t hear from you in 7 days, this issue will be closed.
Thanks
Yes we still need help. No one ever actually responded to our multiple threads about these issues, and the problems still exist. Then you went off and stopped supporting the T265 while you work on the next gen. No idea why you think companies will trust you on that product when you have not earned it on this one.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#6707 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABPOXB5VVODDSAJGD3O2ODTSUABCDANCNFSM4OJM4JNQ>.
|
They canceled support for the t265? I can't find any press release or something along those lines, can you post a link? Seeing as how they are handling this problem i wouldn't be that suprised. This is extremly disappointing... |
Why is this issue now closed when the problem still exists? It needs to stay open to inform current and future potential users that these issues are not addressed, rather than be buried out of inconvenience. |
Hi all
Using D435 and T265 on Raspi4 works in principle (T265 has to be plugged later).
Running the "multicam" example with D435 and T265 (via xtra powerded USB hub) works at the beginning and shows data / images of both cams. After approx 20 sec T265 hangs. Killing the app/ replugging T265 / restarting multicam works but is not feasible solution (system should run on a copter) . I find a solution for python, but I am not able to convert it to C++.
Any help?
Thanks Ruprecht
The text was updated successfully, but these errors were encountered: