could you provide the official performance data about meta SDK & video recording in 1080P & 4k
AnsweredHi,
could you provide the official performance data about meta SDK & video recording in 1080P & 4k
CPU will use Intel Core I7 or Xeon
thanks
-
Hello Jelos,
Sorry, I did not really get your question.
SDK is a development kit, it provides with code samples and documentation to create different plugins.So the eventual performance depends solely on the effectiveness of the result plugin code.
0 -
Hi,
Sorry for didn’t describing it clearly
If we use the same code to do the text overlay thru metasdk, what’s the performance benchmark for 1080p and 4K resolution respective ?
0 -
Jelos, it depends on the plugin implementation.
Basically, there are two ways plugins can request 4K video using the SDK:
- encoded video
- decoded video in a specific pixel format
If plugin accepts encoded video and then uses some GPU-optimized workflow to decode and analyze it, there will be no impact on server's performance, only on GPU. Basically, everything will be under plugin's control.If plugin requests decoded video - the server will have to decode it on CPU, which can affect overall performance. Probably, one camera per server will be ok, but several cameras 4K will not work at some point.0
Please sign in to leave a comment.
Comments
3 comments