I'm trying to add an edge layer to the camera stream but the library don't let us to add a layer to the ArchitectView or to process some work before displaying the stream.
Is there a way to add a process to the stream of the camera in the architectview?
I'm asking the question because the only other way iI found is to capture(using method captureScreen) as fast as possible to process the image and display it on the screen, but this solution is not proper as it could.
Thibaud RENAUX