The correct info on sensorId var on REDIS is “a41c96a6-8f23-4846-9444-efa51a94fb91” and not the sensor name “portaria_motorola_lpr”
Obs: If you can put StreamId on REDIS message will be easier to get the source image/frame (all 3 info will be perfect, sensor_name, sensorId and streamId)
Sensor name is important to mantain the important info about the source of data, sensorId and streamId are important because i need these data to access API, like get frame/image, or location in sensorId.
I am doing exactly this now for running my application, the correct sensorId and streamId in hardcode, but seems an error the sensorId is missing because how can i get the sensor info and streamId using only the sensor’s name?
Suppose you can get sensor info (name and sendorId) from VST. So you can get the sensorId from sensor name. Do you mean the streamId which used in DeepStream? Why you need streamId?