Constructor and Description |
---|
org.bytedeco.javacv.IPCameraFrameGrabber(String)
By not setting the connection timeout and the read timeout if your network ever crashes
then
IPCameraFrameGrabber.start() or IPCameraFrameGrabber.grab() can hang for upwards of 45 to 60 seconds before failing.
You should always explicitly set the connectionTimeout and readTimeout so that your application can
respond appropriately to a loss or failure to connect. |
Copyright © 2024. All rights reserved.