Yoichi Hagiwara

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

Activity overview

Latest activity by Yoichi Hagiwara
  • Yoichi Hagiwara commented,

    The exception no longer occurs when the caller is changed.Even if the following program is executed, it is not recorded. Why? std :: shared_ptr <rs2 :: pipeline> strPipe;void rs2start (const char *...

  • Yoichi Hagiwara commented,

    It seems different from the phenomenon I'm worried about.

  • Yoichi Hagiwara commented,

    When "." Or "->" is used, the current phenomenon does not change.

  • Yoichi Hagiwara commented,

    SDK record_playback uses pipe-> start?

  • Yoichi Hagiwara created a post,

    about pipe->start

    In SDK, when you run pipe-> start, * operator-> () const _NOEXCEPT is called, but in my project, pipe-> startf will run immediately pipeline_profile start (). What is the difference between this?

  • Yoichi Hagiwara commented,

    Can RealSense developers help me if I keep waiting?

  • Yoichi Hagiwara commented,

    In my case, I don't run multiple streams at the same time. The problem is not solved.

  • Yoichi Hagiwara commented,

    An exception occurs at pipe-> start () shown below and the following message is output. "Camera already streaming" auto pipe = std :: make_shared <rs2 :: pipeline> ();pipe-> start ();

  • Yoichi Hagiwara created a post,

    Exception

    I asked GitHub about an exception that occurred in a project created by imitating the SDK. What should I do?

  • Yoichi Hagiwara commented,

    Even if you request the camera to wait for a frame, an exception will be generated by pipe-> start ();#L12  in the following program, and it is said that Camera already streaming.   void rs2start(c...