Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/321.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
如何在Python中获取RTSP的元数据?_Python_Metadata_Rtsp - Fatal编程技术网

如何在Python中获取RTSP的元数据?

如何在Python中获取RTSP的元数据?,python,metadata,rtsp,Python,Metadata,Rtsp,我有这样的网址:rtsp://admin:campas123@172.27.202.226:554/cam/realmonitor?通道=1和子类型=0 我想知道每一帧的确切时间戳 事实上,我正在开发光学速度估计系统,通常,相机没有稳定的FPS。所以我需要知道帧间的准确时间。uhh…如果相机没有稳定的FPS,可能意味着它没有稳定的时钟。即使帧的时间戳超出了帧编号,您也不能完全相信相机的时钟。

我有这样的网址:
rtsp://admin:campas123@172.27.202.226:554/cam/realmonitor?通道=1和子类型=0
我想知道每一帧的确切时间戳


事实上,我正在开发光学速度估计系统,通常,相机没有稳定的FPS。所以我需要知道帧间的准确时间。

uhh…如果相机没有稳定的FPS,可能意味着它没有稳定的时钟。即使帧的时间戳超出了帧编号,您也不能完全相信相机的时钟。