DRIVE OS Version: 6.0.6
Issue Description:
Hi, we are currently working on a perception project that processes lidars and cameras on the drive AGX Orin. We used the recorder app to record the data and then replay them in our app. We would want to implement the recorder inside the app, so we can record while also process the information for the autonomous part of the vehicle. I tried to wrap the recorder app, so we can start it from our app, but when we do so, the visualization (and processing) stops in our app and the whole app crashes after a few seconds. I have a few ideas why this happens, but i want to confirm them.
Can two separate processes have access to sensors? I assume the dwSensor handle can only be used by one process at time, is that true? Ofcourse the fault could be also in my implementation.
If this is the case, is it possible to use the recorder app in our app, or we need to implement a custom recorder that will record the data on a thread inside our app?
