@veer wrote:
We generally load a image in ofApp::setup() function. do changes on image in ofApp::update() function and and display (draw) image in ofApp::draw() function.
I want to write a application using openframeworks. I want to create two threads. one should be read the image and another should display (draw) image. The draw thread is not displaying. Could anyone suggest me why it is happening?
Posts: 2
Participants: 2