View my account

I have a problem with my d415 cam

Comments

11 comments

  • MartyG

    Hello, are you using a Vision Processor D4 board and a D415 Depth Module board please?  If you are using a Vision Processor D4 board with a D415 board, the D4 board needs to be the V1 version.  Other D4 board models (V3, V4, V5) will not recognize a D415.

    0
    Comment actions Permalink
  • 1652107474

    I'm sorry for my poor english level.

    I think my board is V1 , because my old cam is d415 too.But my friend said when he keep connect with processor and computer,then exchange old and new d415,computer can still use depth and rgb stream.

    By the way,one of the camera's rgb camera damaged,that's the reason why i bought a camera without vision Processor D4 board.
    If my English level affects your reading, please bring it up and I will try to express it more precisely.

    0
    Comment actions Permalink
  • MartyG

    Your English is very good, don't worry.

     

    The D4 board with the white sticker on is a V1.  I confirmed this with the part code number on the sticker.  The D4 board beside it without the sticker appears to be the same board version.

     

    If the RGB sensor on the D415 board was damaged then the camera could likely still be detected, but may be detected as a D410 instead (a camera model similar to D415 but without an RGB sensor).

     

    As the camera with the detection problem shows the camera name as D400 Depth though, that suggests to be that there is a mis-match between the board versions - that either the depth module is not a D415, or the D4 board is not a V1.  For the camera to be detected as D415, the boards must be D415 and D4 V1.

     

    What happens if the D415 camera board that has the casing is swapped onto the D4 V1 without the sticker, like the image below?

     

    0
    Comment actions Permalink
  • 1652107474

    Thank you for your patient response.
    If i do like you said,my computer would still recognize d415 correctly.So I'm confused why my new bought camera can't be used.

    0
    Comment actions Permalink
  • MartyG

    Is he new camera the D415 board with the casing?

     

     

    If the D415 boards are both okay and the the D4 V1s are both okay, that could mean that one of the interposer cables that joins the D4 and D415 together has a problem.

     

    If the cable that you used to join these two in the image below results in D415 being detected then that might mean that the other cable has a problem.

     

     

    0
    Comment actions Permalink
  • 1652107474

    that's possible. i have 4 cable and 1 available camera and 3 new cameras. i'll try all possible resultant tomorrow, thank for your patience again.the new camera is with out casing,this one is fine.

    0
    Comment actions Permalink
  • MartyG

    You are very welcome.  I look forward to your next update tomorrow!

    0
    Comment actions Permalink
  • 1652107474

    Hello!

    After some test,i'm sure all the cable is fine.Both board could recognize old one(with casing) but couldn't recognize new cameras(wtihout casing).I'm confusing about it and i'm considering about buy a new complete d415,even it's a little hard to afford.

    0
    Comment actions Permalink
  • MartyG

    Was the new camera board without the casing when you purchased it?  I have not seen a D415 module supplied like that.  I would expect it to be in a metal casing, like this:

     

     

    If the reason that you were replacing the D415 is because of damaged RGB then there may be a workaround to save you money by allowing you to use the old D415.  The D415 can stream RGB from its left-side infrared sensor instead of the RGB sensor.  You activate this by setting the Infrared stream to have an RGB format such as RGB8 or BGR8 instead of the Infrared stream's default Y8 format.

    0
    Comment actions Permalink
  • 1652107474

    thank you for save my wallet! Finally, I want to ask how to use this sensor in pyrealsense and read a image? I'm developing it with yolo,thank you very much!

    0
    Comment actions Permalink
  • MartyG

    You can enable the 'RGB From Left Infrared Sensor' mode with a cfg configuration line in pyrealsense2 that sets infrared to use an RGB format such as RGB8.

     

    cfg.enable_stream(rs.stream.infrared, 1280, 720, rs.format.rgb8, 30)

     

     If you are writing a program that uses OpenCV code then it is better to use BGR8 as the format.

    0
    Comment actions Permalink

Please sign in to leave a comment.