|
2014-04-15
, 11:54
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#2
|
The Following User Says Thank You to Copernicus For This Useful Post: | ||
|
2014-04-15
, 12:26
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#3
|
The Following User Says Thank You to azkay For This Useful Post: | ||
|
2014-04-15
, 12:33
|
Posts: 395 |
Thanked: 509 times |
Joined on Jan 2011
@ Brisbane, Australia
|
#4
|
connect(m_stillImageCapture, SIGNAL(readyForCaptureChanged(bool)), this, SLOT(ready(bool)));
The Following User Says Thank You to azkay For This Useful Post: | ||
Trying to figure out how all the QCamera stuff works, so first step would be taking a picture and saving it to file.
If anyone would have a clue as to why the imageSaved() isn't firing (I've tried it on a bunch of different signals, tried it with the QCamera::Status and State, it never gets fired for whatever I set it as).
Qt documentation isn't much help, their example they give explains nothing, doesn't tell you how the file is saved (if at all), if at all or where to set the file location or names (or I've just missed it).