-
Notifications
You must be signed in to change notification settings - Fork 4.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Unity Wrapper / Ros Reader #1857
Comments
Hi @frenchtouchXR |
Thanks for your quick answer. You're talking about the .net Dispose() fonction.I tried all those lines : m_pipeline.Stop();
None of them works. It seems the file is recorded but not closed until the Unity session is closed. And the index is never integrated to the file. |
Any news so far ? |
[Realsense Customer Engineering Team Comment] Need to check internally about this feature request and see how soon it can be available. |
[Realsense Customer Engineering Team Comment] Please try librealsense 2.14.0 to see how it works. |
Hello, It works fine. Thank you. I' m now trying to make a multicam rec on Unity. I changed the static function in the realsensedevice inspector script to a public one. Then I try to get the realsense device by entering its serial number from the other scripts. I get this error : The same field name is serialized multiple times in the class or its parent class. This is not supported: Base(MonoBehaviour) myRealSenseDevice |
I think i il close this thread and open a new one. |
Hello,
I tried to enable the recorder and reader on the Unity Wrapper in the realsenseconfiguration.cs file. The recorder works well but when I try to read the recorded file I have this error :
Exception: Failed to resolve request. Request to enable_device_from_file("my_file") was invalid, Reason: Failed to create ros reader: Bag unindexed
rs2_config_resolve(config:000000003A92A230, pipe:000000003A929D90)
What do you think about that ?
Best regards
François
The text was updated successfully, but these errors were encountered: