Mat L
- Total activity 60
- Last activity
- Member since
- Following 0 users
- Followed by 1 user
- Votes 18
- Subscriptions 12
Comments
Recent activity by Mat L-
"Unable to find [...] in remotes" means there is a problem with the Conan networkoptix repository.I successfully used the bincrafters/public-conan repository for OpenCV in my own plugin project, so...
-
Andrey,I wanted to achieve two things:1) estimate the end-to-end delay from frame capture by the cameras to the end of frame processing;2) reject frames that were too old in order to avoid keeping ...
-
Well, I disabled "synchronize time with the Internet" (and selected "do not sync time between servers") and I still see the same issue.Here is some simple test code that outputs negative values: bo...
-
Thanks Andrey.I will disable any synchronization by NX Witness and will let chrony handle the synchronization between servers.
-
Hi,I'm using this excellent Golang library: https://github.com/pion/webrtcI did not a develop a WebRTC plugin for NX Witness; sorry if you were looking for a C++ solution.
-
Thanks for the idea, Evgeny. I'll try this "hack".Do you think that opening the streams with the Video API (rtsp://localhost:7001/[camera id]...) would have the same effect? This way, it might be e...
-
Hi, The plugin I'm developing sends all uncompressed frames and their timestamps ( videoFrame->timestampUs() ) to another "synchronizer" program I'm also developing. This so-called "synchronizer" i...
-
Thanks for your quick reply! I look forward to playing with this feature.
-
Thanks, Andrey, for outlining this solution.It sounds like a great way of synchronizing the frames "inside" the plugin. I'll try to implement it.
-
Thanks for your answer! I'm fine with imperfect synchronization, as long as it doesn't exceed 100 ms.I agree with the solution you're suggesting.Can you confirm the exact meaning of videoFrame->tim...