Skip to content
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

RSDevice Pipeline.Start Error #15

Closed
petecleary opened this issue Apr 28, 2019 · 3 comments
Closed

RSDevice Pipeline.Start Error #15

petecleary opened this issue Apr 28, 2019 · 3 comments
Assignees
Labels
question Further information is requested

Comments

@petecleary
Copy link

I have an issue where the RSDevice throws an error calling Pipeline.Start

ExternalException: rs2_pipeline_start_with_config(pipe:000001B822500F50, config:000001B822501070)
Rethrow as Exception: Couldn't resolve requests
Intel.RealSense.ErrorMarshaler.MarshalNativeToManaged (System.IntPtr pNativeData) (at <1ab02197d096429db5e25d131c03a77b>:0)
Intel.RealSense.Pipeline.Start (Intel.RealSense.Config cfg) (at <1ab02197d096429db5e25d131c03a77b>:0)
RsDevice.OnEnable () (at Assets/RealSenseSDK2.0/Scripts/RsDevice.cs:71)

I am running a D435 and the camera works every time within the same project with the RealSense Scenes but has only worked once with your RealSense Prefab. Once working I could run any of your scenes without issue.
I am running Unity 2019.1.0f2 and have the latest RealSense SDK 2.21.0 running with the latest 5.11.6.200 firmware installed onto the camera.

@petecleary
Copy link
Author

I have found the issue, it was not connected to the RSDevice in that the script to move the camera in your scene's was missing. This caused the error to show and the system to stop.
I have it working with the setup above in your project and another one.
Thank you for such awesome work.

@keijiro keijiro self-assigned this Apr 29, 2019
@keijiro keijiro added the question Further information is requested label Apr 29, 2019
@keijiro
Copy link
Owner

keijiro commented Apr 29, 2019

I'm closing this issue now. Please feel free to reopen for further questions.

@keijiro keijiro closed this as completed Apr 29, 2019
@sophiedixon
Copy link

sophiedixon commented Dec 21, 2019

Hi @petecleary
I'm getting the same error you had, but don't understand what you mean by

the script to move the camera in your scene's was missing

Could you elaborate? Many thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants