Is Tizen camera module supported? [closed]
Hi All,
I was trying to explore opencv for Tizen (Mobile) and found the same in Tizen repo (review.tizen.org location : /profile/ivi/opencv) I could build and install the same for mobile but found few APIs are not giving proper result. Mainly I found cvCaptureFromCAM / Videocapture is giving null always (tried almost all camera index values from -1 to 15k) So I was wondering whether the camera backend support was there for Tizen mobile?
The problem is that many systems tried to incorporate openCV with its old C-API. Why not try to cross compile it from your system? This is a wrapper library doing it for you.
I think VideoCapture is c++ style API, but it is also giving null value for Tizen mobile (VideoCapture::isOpened is always false for all VideoCapture::open int arg values). So lemme give Mermalade a try as you suggested.