Package gda.images.camera
Class MotionJpegOverHttpReceiver
java.lang.Object
gda.factory.ConfigurableBase
gda.images.camera.MotionJpegOverHttpReceiverBase<Image>
gda.images.camera.MotionJpegOverHttpReceiver
- All Implemented Interfaces:
Configurable,VideoReceiver<Image>,org.springframework.beans.factory.InitializingBean
-
Field Summary
Fields inherited from class gda.images.camera.MotionJpegOverHttpReceiverBase
lastImage, SHOW_STATS -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected FrameCaptureTask<Image> createFrameCaptureTask(String urlSpec, ExecutorService imageDecodingService, BlockingQueue<Image> receivedImages) Subclasses should override this method to create aFrameCaptureTaskthat works with images of the appropriate type.Methods inherited from class gda.images.camera.MotionJpegOverHttpReceiverBase
addImageListener, afterPropertiesSet, closeConnection, configure, createConnection, getDisplayName, getImage, isUrlSet, removeImageListener, setAutoConnect, setDisplayName, setExecutiveServiceFactory, setUrl, start, stopMethods inherited from class gda.factory.ConfigurableBase
isConfigureAtStartup, isConfigured, reconfigure, setConfiguredMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface gda.factory.Configurable
isConfigureAtStartup, isConfigured, reconfigure
-
Constructor Details
-
MotionJpegOverHttpReceiver
public MotionJpegOverHttpReceiver()
-
-
Method Details
-
createFrameCaptureTask
protected FrameCaptureTask<Image> createFrameCaptureTask(String urlSpec, ExecutorService imageDecodingService, BlockingQueue<Image> receivedImages) Description copied from class:MotionJpegOverHttpReceiverBaseSubclasses should override this method to create aFrameCaptureTaskthat works with images of the appropriate type.- Specified by:
createFrameCaptureTaskin classMotionJpegOverHttpReceiverBase<Image>
-