Fikrat Gasimov

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

Activity overview

Latest activity by Fikrat Gasimov
  • Fikrat Gasimov commented,

    Dear MartyX Grover, but When I do this : 1.distance is float number achieved from depth. 2. Width and Height are achieved from depth    rs2_deproject_pixel_to_point(Point, &intrinsic,  ((width / 2)...

  • Fikrat Gasimov commented,

    Thanks MartyX Grover. When I want to calculate 3D center Point Coordinates of Object, rs2_deproject_pixel_to_point(Point,&depth_intrin,depth_pixel,udist);depth_pixel is intended to be which pixel??...

  • Fikrat Gasimov commented,

    Hi MartyX Grover. Could you please tell me how to get 3D (X,Y,Z) World Coordinates with realsense d435i (C++) between camera and object once I calculated distance from depth of video frame? 

  • Fikrat Gasimov commented,

    Thanks $MartyG for your support.

  • Fikrat Gasimov commented,

    Hi $Marty. I would like to use C++ APi di Realsense in way that I can start pipeline, to extract depth and color, then align them. Meanwhile, i have to  extract distance based X, Y, Z coordinates o...

  • Fikrat Gasimov commented,

    Thanks $MartyG for your support. I clearly studied your requests. I would like to note that I DONT want to use any webbrowser, or gui but i want to stream video  with my code, based on protocol of ...

  • Fikrat Gasimov commented,

    Hi MartyG.  Thanks for your support. Let me provide more clear information: my target is NOT to attach camera to PC. Infact, target is to embed camera on jetson, and make remote streaming from jets...

  • Fikrat Gasimov created a post,

    D435i Camera UDP Streaming to Remote PC

    Hi, I would like to send rgb and depth stream video from jetson to remote pc with wifi connection, and calculate distance on remote pc, accordingly, to send back this distance to jetson. However, I...