Open Calvincs77 opened 1 year ago
Hi @Calvincs77 I tested selecting 848x100 resolution on D455 in the RealSense Viewer. The fastest supported FPS for that resoution was 100 FPS. On the D435 camera model though, 300 FPS was available.
In regard to D405, the absence of 300 FPS mode (and the non-availability of 848x100 resolution) was recently reported by another RealSense user at the link below.
I will raise the issue of 300 FPS support for D405 and D455 with my Intel RealSense colleagues. Thanks for the report!
Hi @Calvincs77 After discussion with my colleagues, official Intel feature requests to add 300 FPS support on D455 and the 848x100 / 300 FPS resolution and FPS combination on D405 have been created.
This issue should be kept open whilst these change requests are active, but you do not need to take any further action. Thanks again!
Thank you for your quick response, we will be waiting with our team for these requests.
Regards
Hello i am trying to configure the d455 and d405 camera for high speed capture mode using python
i have verified that my camera is detected as USB 3 as mentioned in #2818 Couldn't resolve requests
And also verifying the firmware version higher than 5.12.4.0. from https://dev.intelrealsense.com/docs/high-speed-capture-mode-of-intel-realsense-depth-camera-d435#section-2-2-enabling-infrared-stream-for-monochrome-image-capture
I have created two codes one with 848x480 - 90 fps and it works perfectly but the code with 848 x 100 - 300 fps Couldn't resolve requests.
Here´s my code
Get error File "c:\Users\57310\Documents\Untitled-1.py", line 16, in
pipeline.start(config)
RuntimeError: Couldn't resolve requests
Thanks for your help