I have LVA setup and working with IoT Central per documentation here: https://docs.microsoft.com/en-us/azure/iot-central/retail/tutorial-video-analytics-deploy , with an RTSP camera running on the local network (which I can view from VLC running on Windows). The lvaedge module does not appear to be seeing the RTSP stream (using the same URL as I use with VLC). What are the best practices for debugging this scenario since there is no relevant info coming back from lvaedge in the Events viewer of IoT Central. The only initial feedback I get from lvaedge is:
object {3}
_eventtype : Telemetry
_timestamp : 2021-04-09T15:20:39.377Z
_unmodeleddata {2}
stCameraState : inactive
stIoTCentralClientState : connected
But I don't know what "inactive" means... e.g. "camera not connected".
Thanks