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

failed to set power state #6120

Closed
soheilsbc opened this issue Mar 23, 2020 · 11 comments
Closed

failed to set power state #6120

soheilsbc opened this issue Mar 23, 2020 · 11 comments

Comments

@soheilsbc
Copy link

I have tried to stream both my D415 cameras simultaneously. In the initialization, the first camera is getting initialized perfectly fine but the second camera gives me this error: failed to set power state
Any idea?

@MartyG-RealSense
Copy link
Collaborator

There has been a similar still-open case recently with this error on a multi-camera setup on a discussion. I recommend adding a comment there in order to collect the information of affected users together in one place. Thanks!

#5828

@MartyG-RealSense
Copy link
Collaborator

This case will be closed after 7 days from the time of writing this message if there are no further comments. Thanks!

@dheera
Copy link

dheera commented Jun 16, 2020

I'm getting this issue as well. Ubuntu 20.04 with "backend" install, D435
Screenshot from 2020-06-16 22-27-51

@dheera
Copy link

dheera commented Jun 16, 2020

Also, firmware update results in Error type: Success (what?)
Screenshot from 2020-06-16 22-36-46

@masynthetic
Copy link

@dheera in the same boat, with just one camera. Did you find a fix?

@stino78
Copy link

stino78 commented Oct 7, 2020

I had a similar problem on Raspberry Pi OS, using pyrealsense2 and the D435i

I was opening two pipelines, one for the camera and one for the IMU. Starting the camera didn't give any problems, but when starting the IMU, right after, there was an error message "failed to set power state".

After may software and hardware attempts, I solved it in a trivial way... I added 500ms pause between the two starting.

You might start the first D415, wait 500ms and then open the second D415...

Good luck!

@j-corvo
Copy link

j-corvo commented Nov 17, 2021

Hello @stino78, I have the same problem. How did you add the pause between the starting of the cameras?

@stino78
Copy link

stino78 commented Nov 17, 2021 via email

@j-corvo
Copy link

j-corvo commented Nov 17, 2021

Ah ok thanks @stino78, but I did not saw that you are using pyrealsense2. I'm using ROS so I think I have to find a different way

@stino78
Copy link

stino78 commented Nov 17, 2021 via email

@j-corvo
Copy link

j-corvo commented Nov 18, 2021

oh ok i didn't know that.
Thanks a lot for the insight, I will definitely check that!

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

No branches or pull requests

6 participants