Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Actually, according to the docs, the minimum android api level is 8, android 2.2 (froyo). You should just use 3.0 or higher as the target platform version(can be set in the androidmanifest, but I guess you know).

Opencv will automatically ask the user to download the app from the play store, in case it is not installed. You dont need to take care of that.

Thats really hard to answer. There can arise problems when using the camera (which is actually the most common case). Its not working on all devices. In case the user does not run into camera issues, the code should always run fine.

Actually, according to the docs, the minimum android api level is 8, android 2.2 (froyo). You should just use 3.0 or higher as the target platform version(can be set in the androidmanifest, but I guess you know).

Opencv will automatically ask the user to download the app from the play store, in case it is not installed. You dont need to take care of that.

Thats really hard to answer. There can arise problems when using the camera (which is actually the most common case). often needed for any kind of opencv application). Its not working on all devices. In case the user does not run into camera issues, the code should always run fine.