Antoniogrimalt
- Total activity 7
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
Activity overview
Latest activity by Antoniogrimalt-
Antoniogrimalt commented,
Yes!, I'm attempting that. I'm sorry but I didn't understand the solution. How can I use these two methods if I can't request enable_record_to_file() and enable_device_from_file() for the same conf...
-
Antoniogrimalt commented,
Hi MartyG, I also tried to do something like this to make it work just with pyrealsense2: # Playback playback_config = rs.config()playback_pipeline = rs.pipeline()playback_config.enable_device...
-
Antoniogrimalt commented,
Hi MartyG, I realized that the bags are not exactly compatible when I tried to copy a segment of the original SDK .bag using rosbag and then the RealSense Viewer couldn't play it, white frames appe...
-
Antoniogrimalt commented,
Hello MartyG Thank you for the suggestion! I have tried to understand, through the discussions you shared with me, how multithreading could help me achieve what I want, but I have not succeeded. If...
-
Antoniogrimalt commented,
Hi MartyG ! Thank you very much for the reply. I had previously managed to read from a .bag and display its contents with opencv. What I have not been able to do yet is manage the pipelines so that...
-
Antoniogrimalt commented,
Hello Bindeglied !I'm working on a similar project and I also need to blur faces (patients in a hospital) from already recorded .bag files.Could you please explain to me how did you do this?: 1) r...