| Method and Description |
|---|
| de.humatic.dsj.DSGraph.createJavaSourceGraph(int, int, int, float, String, DSFilterInfo, boolean, PropertyChangeListener)
method, use the nine or eleven arguments createJavaSourceGraph versions with srcFilter flags instead.
|
| de.humatic.dsj.CaptureDeviceControls.getPanTiltMode()
method
|
| de.humatic.dsj.DSFilterInfo.getType()
method, getType() is deprecated. This was previously used to categorize capture devices. Examine the output formats to do so.
|
| de.humatic.dsj.DSFilterInfo.DSPinInfo.getType()
method. Use media format information to determine a pin's type.
|
| de.humatic.dsj.DSMovie.loadFile(String)
method. Use loadFile(String, int) instead. This old implementation now calls loadFile(path,-1) and will not set the playback position after loading the new file..
|
| de.humatic.dsj.CaptureDeviceControls.setPanTiltMode(int)
method. This method was used to switch between mechanical and digital PTZ modes on older versions of Logitech's UVC driver. Effectively
what it did was switching between absolute and relative mode (which the driver used to toggle mechanical / digital PTZ). Newer drivers implenent an
additional PropertySet for digital PTZ and new parameter definitions have been added for those. Switching between absolute and relative mode can
now be done using the flags parameter in setParameterValue.
|
| de.humatic.dsj.CaptureDeviceControls.setParameterValue(int, int)
method, use setParameterValue(int parameter, int value, int flags) instead
|