531934599

  • Total activity 4
  • Last activity
  • Member since
  • Following 0 users
  • Followed by 0 users
  • Votes 0
  • Subscriptions 2

Posts

Recent activity by 531934599 Recent activity Votes
  • How to generate frame from raw data?

    I generate bin file from the camera D455. How should I do to generate frame with the bin file?

  • Generate stream from raw data

    I want to generate rs::frame. Code as follows:  std::vector<uint8_t> pixels_color(color_frames.x * color_frames.y * color_frames.bpp, 0);        std::vector<uint8_t> pixels_depth(depth_frames.x * d...