Open FaceAI2025 opened 2 days ago
onRtspDataApplicationDataReceived() is called only for RTSP devices which support application data. Usually application data contains metadata, e.g. GPS coordinates and so on. Majority of RTSP cameras do not support it.
If you want image processing, you need to use RtspImageView class which allows obtaining bitmap data.
Successful run demo on Android Device , but
RtspDataListener,onRtspDataApplicationDataReceived never call back;
we need call back data for real time AI analysis, what the best way? thank you.