Analyzing Real-Time Camera Viewport
elaidaomar
Posts: 6
I am trying to do a plugin which would analyze the current camera viewport in realtime. I was thinking of exporting this viewport somehow into OpenCV and then analyse it there.
However, I need to do this for a lot of iterations (mainly using PSO algorithm) to figure out the best possible shot. Therefore, I was thinking to use (DazImageExporter), which would probably need to export each particle's image on the fly (Which will take a lot of time).
Any suggestions please, on how I can get around this, or maybe alternatives?
Thanks :)