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 mode when running realsense d4xx on the jetson orin nano #13686

Open
stevedanomodolor opened this issue Jan 16, 2025 · 2 comments
Labels

Comments

@stevedanomodolor
Copy link

I am connected to a realsense d4xx camera and i am trying to run the depth sensor and the color sensor at the same time. I noticed that after setting both camera and opening it, i get the following exception using the pyrealsense2 python library “failed to set power state”

I am using a power supply that is 5v and 2.3 A. It seems to happens only when i try to set both camera sensor, It happens always on the “device = device_list[selected_ind]” line of the following code of pyrealsense. Is this a power issue?.

i am running the latest jetpack 6.1 super on max mode and I also did the jetson_clock.

context = rs2.context()
device_list = context.query_devices()
if len(device_list) > 0:
selected_ind = 0
device = device_list[selected_ind]
usb_descriptor = device.get_info(rs2.camera_info.usb_type_descriptor)
if “3.2” in usb_descriptor:
return 2
else:
return 1
else:
return 0

@MartyG-RealSense
Copy link
Collaborator

MartyG-RealSense commented Jan 17, 2025

Hi @stevedanomodolor For the Jetson Nano board, Intel strongly recommend enabling the barrel jack power connector for extra power by following instructions at the link below. I assume that the same power recommendation is applicable to the Orin Nano model's barrel jack.

https://jetsonhacks.com/2019/04/10/jetson-nano-use-more-power/

@stevedanomodolor
Copy link
Author

Hi @stevedanomodolor For the Jetson Nano board, Intel strongly recommend enabling the barrel jack power connector for extra power by following instructions at the link below. I assume that the same power recommendation is applicable to the Orin Nano model's barrel jack.

https://jetsonhacks.com/2019/04/10/jetson-nano-use-more-power/

I am using the Jetson orin nano see https://developer.nvidia.com/embedded/learn/get-started-jetson-orin-nano-devkit, would it be enough just to get a power supply with 5v 4A?. In this case the step to enable the barrel connector isn't necessary right?

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

No branches or pull requests

2 participants