I need one more program or example im developing a camera app which will show switched colors (e.g. when you are using camera it show you switched colors, green color like red and red like green), so i need an example code, can any 1 help me ?!
I need one more program or example im developing a camera app which will show switched colors (e.g. when you are using camera it show you switched colors, green color like red and red like green), so i need an example code, can any 1 help me ?!
I cut this message to separate query, in future, please ask unrelated question in separate threads.
Anyway, you could start by using the Camera API: http://doc.qt.nokia.com/qtmobility/camera.html , and you could change some settings with: http://doc.qt.nokia.com/qtmobility/q...rocessing.html API, however the functionality you are asking might not be available, thus you could search for general C++ code for image processing and add the code into your project.