void SomePlugin::cameraFrameAvailable(const wikitude::sdk::Frame& cameraFrame_) { unsigned char* fameData = cameraFrame_.getData(); int frameWidth = cameraFrame_.getSize().width; int frameHeight = cameraFrame_.getSize().height; // save only a chosen portion of the data into a file here }
Thanks
Ajeya Sriharsha
Hi ,
I would like to crop the image of the target once it is recognised by the sdk from the camera.Can you please suggest a sample to it as i have gone through other thread its been mentioned it can be done writing a custom plugin using c++.Do u have any plugin written which is capable of doing so?I am completely new to Open CV as well.Please keep this in mind and let me know the solution for it.
1 person has this problem