Y Mounier

  • Total activity 11
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 1

Activity overview

Latest activity by Y Mounier
  • Y Mounier commented,

    I found the error ! In ip_device.cpp : if(sensor_id == 1) //todo: remove hard coded So for my case, if I change in ip_device.hh : #define NUM_OF_SENSORS 2 by #define NUM_OF_SENSORS 1 It works

  • Y Mounier commented,

    The code works for D435 but not with D430+D4 board (V1 or V3). And the error is in rs2_create_net_device, I think.

  • Y Mounier commented,

    rs2::net_device dev("192.168.1.102");rs2::context ctx; dev.add_to(ctx);rs2::pipeline pipe(ctx);rs2::config cfg;cfg.enable_stream(RS2_STREAM_DEPTH, 640, 480, RS2_FORMAT_Z16, 15);//cfg.enable_stream(...

  • Y Mounier commented,

    sorry, my question was not correctly ask. My problem is the rs2_create_net_device works with a D435 but not with a D430+D4 board (V1 or V3). And it is the same with IntelViewer. I can create a samp...

  • Y Mounier commented,

    Yes, I understand but it is the same with D430 module+interposer+D4 board V1. You can test it with the cs-tutorial-net-dev. I use 2.53.1.

  • Y Mounier commented,

    Hi MartyG, I have another problem. All my tests and development have been done with a D435 and it work ! But when I replace the D435 by (D430 module+interposer+D4 board V3), the rstp class seems to...

  • Y Mounier commented,

    Thanks, all is working now ! maybe a problem with my USB3 port

  • Y Mounier commented,

    Hi MartyG Thanks, It's working ! My first test was with D435 sensor. I buy these modules to have something more adapted to my project : Intel D430 module Intel D4 board V3 Rigid Interposer (PC0654...

  • Y Mounier commented,

    Hi MartyG. Thank you for your reply. I try to compile the 2.53.1 but It didn't work. But I found that it works with 2.47.1, so I use this version. Another question linked to this topic. Did the net...

  • Y Mounier created a post,

    Rs-Server for linux after 2.53.1

    Dear support, I would like to use this hardware to create an Ethernet realsense like : https://dev.intelrealsense.com/docs/open-source-ethernet-networking-for-intel-realsense-depth-cameras My hardw...