Sorry for not attaching image on previous post
Thanks Eva..
I have another query. I need to capture screenshot of a small portion from target image.
As in previous post attached image, I need to take screen shot of component 1 or 2 or 3 from target image by wikitude camera. How do I know these component coordinates with respect to target image(pageTwo.jpeg)
Is this possible? Please let me know how do I do this?
Thanks
Ashok
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
Thanks Eva
I ll try to write my own plugin for this.
Ashok Behera
Hi
I need to recognise multiple components in single target image.
Like in attached image there are 3 points marked with numeric 1,2,3. in one image.
Wikitude camera can recognise these three components individually.
How I can achieve this?
I am expecting some solution.
Thanks