Ask Your Question

Pi_Co's profile - activity

2014-07-21 12:40:50 -0600 asked a question Ways to get video feed (besides webcam)

I have been working on a project of mine for a couple of weeks and know that I am almost done I have came to the cross-roads of deciding were to get my camera feed from. Preferable I would like to use a fuji xp camera I have laying around but I can't find any real documentation for getting a video feed from anything besides a IP webcam. I have been reading up on camera index's but I can't seem to find anything. I am assuming because of the fact that I have a moderately new camera that is will work with opencv. So I was wondering if there was any documentation on usb based video input working with opencv.

Some speacifics.

Operating system: Ubuntu 14.04

OpenCV 2.4.9

Camera: Fuji XP

2014-07-19 21:50:09 -0600 received badge  Editor (source)
2014-07-19 21:44:36 -0600 asked a question With or without and IDE? (ubuntu 14.04 & 2.4.9)

I have been trying to get opencv to work for about two weeks now. Finally tonight I managed to get it to work(examples) in Ubuntu 14.04 (using 2.4.9 with 64bit). Now I have came to the point where my novice abilities as a programmer come to light the most. I completely understand how to write the c++ code but what is confusing me are the header files. I have been leaning towards not to use an IDE because in the past two weeks I have failed to get any of the methods to work(I have tried probably around 12+ different tutorials all following instructions perfectly). At this point in time I just really want some help on what is the best and most up to date way to use the openCV liberties. Or a little more explanation on how a header files works/ getting c++ to run without a IDE while using the opencv libraries. I know similar questions to this have been asked before but none have really explained very well/ didn't really work for me. I am extremely excited to work with the openCV libraries in a couple up coming projects but It has strained my limited knowledge of c++ programming to it's max. So what I am looking for is a definitive answer on what the easiest way to use opencv is.

Some possible information to consider while answering this question. My project is aiming towards making a motion tracking script with live video and interfacing to another device. The issue's I have been having with IDE's (with windows and ubuntu) are getting the #include "random module" to be recognized. (I am not very sure if that will make much of a difference but I figured I show include it in this post).