View Single Post
Posts: 395 | Thanked: 509 times | Joined on Jan 2011 @ Brisbane, Australia
#4
Got it!

Thanks for the awesome idea of checking the error signal :P

Code:
connect(m_stillImageCapture, SIGNAL(readyForCaptureChanged(bool)), this, SLOT(ready(bool)));
When ready() gets called with true, it lets me ->capture().
Awesomeeee.
 

The Following User Says Thank You to azkay For This Useful Post: