-
Notifications
You must be signed in to change notification settings - Fork 116
Compiling in Windows #18
Comments
I don't know of anyone, but I would be interested to hear of people's experiences. What are the build failures you are experiencing? I don't have any windows experience, but maybe I could provide some hints or guesses. |
There have been a few things (such as likely/unlikely) that I've had to work around due to them not existing in Windows. Currently I'm dealing with about 30 linker errors that seem to stem from opencv. I've been working towards trying to figure out those issues. |
Cool. Feel free to ask for help (with details) if you so desire. |
Update: I have it compiling in Windows. Still running across some issues actually getting a card to scan. I grabbed one of the sample images and have had issues getting it to work. Perhaps you guys can help, my code is as follows (modeled after some of the JNI code from the Android Card.IO source): int main(int argc, char** argv) int ret = dmz_has_opencv();
} In this case, cardDetected is always false regardless of the FrameOrientation (I've tried them all). Thanks for any advice in advance. |
card.io requires a stream of images of the same card. This provides extra confidence (see https://www.youtube.com/watch?v=T9TkkZg1L7s). As a short term hack experiment, try providing the same image frame repeatedly. Note that not all frames will work; you might have to try several to find a readable one (which is part of the reason we require a stream of images). |
I'm actually sending it frames from a live stream now. None of them ever come back as usable though. I'm looking through some of the JNI/Java Wrapper to see if there's any special processing that needs to be done. |
mingledj2, I've been tasked with doing the same. Would you mind sharing some of the details of your experience getting it compiling? What toolset did you use? Code changes necessary? |
Hi Everyone I would like ask the same question if there is any possibility to build cardio on windows Best Regards |
I've spent a few days trying to get this to compile in Windows. I figured I would ask if anyone has had any success compiling this for use in a Windows Desktop application?
The text was updated successfully, but these errors were encountered: