Replies: 1 comment 9 replies
-
Are you recording to an SSD? Are you using compression? |
Beta Was this translation helpful? Give feedback.
9 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to record videos using PlusServerRemoteControl.exe but I'm getting those error messages and the recorded videos are lagging!
Also if I reduce the sampling rate I get the same error.
If I record a single video, if the resolution is maximum 1920x1080 it works well also with a sampling rate of 30fps. If I record a video with an higher resolution it lags even with a single video
|WARNING|3291.490000|SERVER> Recording of frames takes too long time (1.78sec instead of the allocated 0.0333333sec, recording lags by 1.80967sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|WARNING|3296.126000|SERVER> Recording of frames takes too long time (4.57sec instead of the allocated 0.0333333sec, recording lags by 4.74667sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|ERROR|3296.144000|SERVER> Recording cannot keep up with the acquisition. Skip 4.74667 seconds of the data stream to catch up.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(420)
|WARNING|3298.512000|SERVER> Recording of frames takes too long time (1.556sec instead of the allocated 0.0333333sec, recording lags by 1.55067sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|WARNING|3302.713000|SERVER> Recording of frames takes too long time (4.165sec instead of the allocated 0.0333333sec, recording lags by 4.15067sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|ERROR|3302.715000|SERVER> Recording cannot keep up with the acquisition. Skip 4.15067 seconds of the data stream to catch up.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(420)
|WARNING|3316.612000|SERVER> Recording of frames takes too long time (1.01sec instead of the allocated 0.0333333sec, recording lags by 1.00667sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|WARNING|3316.613000|SERVER> Recording of frames takes too long time (2.728sec instead of the allocated 0.0333333sec, recording lags by 2.735sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|WARNING|3316.614000|SERVER> Recording of frames takes too long time (4.178sec instead of the allocated 0.0333333sec, recording lags by 5.38sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|ERROR|3316.614000|SERVER> Recording cannot keep up with the acquisition. Skip 5.38 seconds of the data stream to catch up.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(420)
|WARNING|3316.615000|SERVER> Recording of frames takes too long time (1.447sec instead of the allocated 0.0333333sec, recording lags by 1.427sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|WARNING|3317.164000|SERVER> Recording of frames takes too long time (3.375sec instead of the allocated 0.0333333sec, recording lags by 3.63567sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
|ERROR|3317.165000|SERVER> Recording cannot keep up with the acquisition. Skip 3.63567 seconds of the data stream to catch up.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(420)
|WARNING|3319.116000|SERVER> Recording of frames takes too long time (1.221sec instead of the allocated 0.0333333sec, recording lags by 1.251sec). This can cause slow-down of the application and non-uniform sampling. Reduce the acquisition rate or sampling rate to resolve the problem.| in :\D\PSNP64b\PlusLib\src\PlusDataCollection\VirtualDevices\vtkPlusVirtualCapture.cxx(405)
I'm running those commands to start and stop the recording:
PlusServerRemoteControl.exe --command=START_ACQUISITION --device="CaptureVideo1" --output-file="RecordedVideo1.mkv"
PlusServerRemoteControl.exe --command=START_ACQUISITION --device="CaptureVideo2" --output-file="RecordedVideo2.mkv"
PlusServerRemoteControl.exe --command=STOP_ACQUISITION --device="CaptureVideo1"
PlusServerRemoteControl.exe --command=STOP_ACQUISITION --device="CaptureVideo2"
Do you have any idea how to solve this issue?
Beta Was this translation helpful? Give feedback.
All reactions