Yoichi Hagiwara
- Total activity 27
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 1
- Subscriptions 6
Comments
Recent activity by Yoichi Hagiwara-
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 *...
-
It seems different from the phenomenon I'm worried about.
-
When "." Or "->" is used, the current phenomenon does not change.
-
SDK record_playback uses pipe-> start?
-
Can RealSense developers help me if I keep waiting?
-
In my case, I don't run multiple streams at the same time. The problem is not solved.
-
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 ();
-
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...
-
An exception occurs at pipe-> start (); in the following program, and it is said that Camera already streaming. void rs2start(const char *str){ try{ // Create a shared pointer to a pipeline aut...
-
Thank you very much. I did it.