-
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
[Question] Inquiry about Realsense Depth Camera Series #13678
Comments
Hi @soribido Thanks very much for your questions.
The error factor on those models is rated at less than 2% at 4 meters. I would expect it to still have similar accuracy at 6 meters. There would naturally be a reduction in accuracy beyond 6 meters, though for observing a large surface like a human I would not expect it to be too bad.
|
@MartyG-RealSense I have a follow-up question based on your response to my first inquiry. As I understood, it seems that devices like a PoE Hub or NVR cannot be used to connect the RealSense camera to the network directly, and instead, a Raspberry Pi or Jetson Nano is required. Is that correct? Could you please clarify why these devices are necessary, and if a PoE Hub or NVR is not suitable in this case? |
RealSense 400 Series cameras do not have a power-over-ethernet connector (PoE) and instead draw their power and communicate via a USB cable. Although the majority of users of the rs-server RealSense ethernet tool at the link below use a Raspberry Pi with it, as far as I am aware it is possible to use another board or a PC computer with it. The important thing is that the computer / computing board that the camera is plugged into runs the Linux OS, as the rs-server networking program can only be compiled on Linux. An alternative method of networking RealSense cameras is to use the Python-based EtherSense project, whose documentation shows the use of PoE with an Up Board instead of a Pi. https://github.com/krejov100/EtherSense https://dev.intelrealsense.com/docs/depth-camera-over-ethernet-whitepaper |
@MartyG-RealSense |
@soribido You are very welcome. Please do feel free to open a new issue later if you have additional questions. |
I have some questions regarding the Realsense Depth Camera Series. I am planning to install a depth camera on the ceiling to detect depth information of objects and people. My intention is to treat the camera and PC as separate entities, receiving real-time video streams from the camera via remote communication.
I am specifically interested in obtaining only the depth image (map) and RGB image. This process will be carried out using Python and OpenCV, avoiding the use of other languages, GUIs, or additional software. More specifically, I aim to use the depth information corresponding to the same location as the RGB image input for a detection model. The distance between the ceiling and the ground is expected to be approximately 8 to 10 meters.
Given this context, I have a few questions. While I am not an expert in cameras, I understand that the answers might differ depending on whether the camera uses stereo or ToF technology. I appreciate your understanding in this regard.
Lastly, I’d like to know if there are any ToF-based Realsense cameras available. If so, could you recommend a suitable camera for this setup?
The text was updated successfully, but these errors were encountered: