mirror of
https://github.com/trc492/FtcTemplate.git
synced 2025-07-04 06:21:23 -07:00
Updated ftclib.
Fixed CameraStreamProcessor bug to prevent adding RectInfo if the processor is not enabled. Made the CameraStreamProcessor easier to use.
This commit is contained in:
@ -195,6 +195,7 @@ public class Robot
|
||||
//
|
||||
if (vision != null)
|
||||
{
|
||||
vision.setCameraStreamEnabled(false);
|
||||
if (vision.rawColorBlobVision != null)
|
||||
{
|
||||
globalTracer.traceInfo(moduleName, "Disabling RawColorBlobVision.");
|
||||
|
Reference in New Issue
Block a user