it’s possible to use RTSP in MAXINE AR facetrack sample ?
i’m try to use, but doesn’t work.
cap.open(“rtsp://admin:admin123@192.168.10.109:554/cam/realmonitorchannel=1&subtype=0”)
this url works fine in python, but not in facetrack aplication sample.
Thanks
@caribeluiz
Does this url stream video input from camera in python? There’s an argument for the AR facetrack sample called --offline_mode
that needs to be set false
for streaming video input to the app. On a side note, Maxine Deepstream container supports RTSP input stream with Video and Audio effects features link . Stay tuned for AR SDK features in Maxine Deepstream container.
Hi @asawarkar
Thank you for your response.
This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.