-
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 SR300 doesn't work without internet #4997
Comments
@Lee-daeho , can you share the generated logs ? The only thing that I could think of is that when installing the NVidia's SDK manager there was some kind of "user participation/experience" checkbox marked, and now when you try to activate NVidia's cores then the drivers tries to report statistics back to NVidia's server. But this is a pure conjecture. |
Hi @ Lee-daeho, Any update? Is the issue clarified? |
Sorry for late. Nowadays it doesnt matter if it is connected to internet or not. 2019-10-30 19:30:31.055716: I tensorflow/stream_executor/cuda/cuda_gpu_executor.cc:864] ARM64 does not support NUMA - returning NUMA node zero |
Hi @Lee-daeho, It's great that the issue is resolved. As @ev-mp mentioned, running librealsense apps with SR300 should work without internet. But, during the SDK configuration and building stage, the internet is required due to downloading some packages/firmwares from internet. If no further question for this topic, will close this. |
Before opening a new issue, we wanted to provide you with some useful suggestions (Click "Preview" above for a better view):
All users are welcomed to report bugs, ask questions, suggest or request enhancements and generally feel free to open new issue, even if they haven't followed any of the suggestions above :)
Issue Description
Hi i'm using SR300 model on Jetson TX2.
as i write on title, it doesn't work without internet.
when i'm using it on offline, it makes error that on function ' void rscuda::unpack_yuy2_cuda_helper(const uint8_t* h_src, uint8_t* h_dst, int n, rs2_format format) ',
assert(result==cudasuccess):failed.
but it becomes fine when i connect internet. is this normal thing? or can i fix it? i should use realsense on offline situation, so I need some help to fix it.
Thanks.
p.s. i swear it's fine when i do my job on internet. i have no idea why it doesn't work.
The text was updated successfully, but these errors were encountered: