|
|
|
![]() |
|
|||||||
|
||||||||
|
|
Thread Tools | Rate Thread | Display Modes |
|
#2
|
||||
|
||||
|
Re: VisionThread Listener?
The listener is more or less a function that gets called every time the pipeline runs. You can write it as a lambda:
Code:
VisionThread visionThread = new VisionThread(usbCamera, myPipeline, () -> {
// listener code here
});
|
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|