Is Tizen camera module supported? [closed]

asked 2014-08-12 03:29:54 -0600

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?

edit retag flag offensive reopen merge delete

Closed for the following reason question is not relevant or outdated by sturkmen
close date 2020-09-18 04:16:41.410987

Comments

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.

StevenPuttemans gravatar imageStevenPuttemans ( 2014-08-12 04:01:14 -0600 )edit
1

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.

manasij gravatar imagemanasij ( 2014-08-12 04:32:40 -0600 )edit