-
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
Ubuntu 14.04 w/ 3.19 kernel - error re-initializing camera after crash or debugging #12
Comments
Can you provide us some details about your system and camera? OS, kernel version, camera firmware, etc. Thanks! |
OS: IDE / Compiler: Using device 0, an Intel RealSense F200 |
Hmm. We've had similar unplug/replug issues on the 3.19.xx series of kernels which is why our recommended configuration is 4.4 stable. If it is possible for your application, I would recommend reading over the installation guide and backing out of individual changes made in the |
Thanks for the info! Case dismissed. I tried but since i couldn't install the nvidia drivers with 4.4, i went for 3.19. |
One possible workaround for your configuration is to apply this during the uvcvideo patching process: https://patchwork.linuxtv.org/patch/25668/ but we haven't tested compatibility with the patch provided in this repo (line numbers may have changed which borks the ability to diff). https://patchwork.linuxtv.org/patch/25668/ |
One last thing! You might also experiment with the libuvc backend (semi-deprecated due to emphasis on v4l2 backend for Linux), but it's nice because no patches are required. |
add enable tf flag
Determine the order of controls appearance in rs-config app
Adding callbacks thread
michalprager rtspClient - first commit
…h_lowlatency Added bash script for low latency kernel UVC patch
After debugging my code or the program crashes i get one of the following error messages (seems to be random which i get) when i restart my code (or the example code)
rs_error was raised when calling rs_create_context(api_version:4):
opcodes do not match
rs_error was raised when calling rs_create_context(api_version:4):
calibration table is not compatible with this API
I can usually fix this by un- and replugging the usb cable.
The text was updated successfully, but these errors were encountered: