Ask Your Question

jhenry5's profile - activity

2014-11-05 16:06:11 -0600 asked a question Opencv multi-threading on udoo quadcore ?

Does opencv support multi-threading on the udoo quadcore board ?

I am also looking for: Udoo-quadcore benchmark test of high level opencv functions. Anyone know any good links?

2014-02-24 21:53:55 -0600 answered a question Help.! 3D Panorama Video using normal camera
2014-02-24 14:47:59 -0600 received badge  Editor (source)
2014-02-24 13:22:45 -0600 asked a question cvcapture Canon hacker development kit? cvcapture IP camera(direct connection)?

I am trying to capture video on a single board pc, running opencv, under linux, with a ARM architecture. I am aware of the cvcapture functionality ie: CvCapture *camera = cvCreateFileCapture("Ip address"); How do I tune cvcapture to my special problem:

Situation 1

How do i capture video from a network camera that is connected directly to my pc? ie one end of the Ethernet cable is in the network camera, the other end is in my singleboard pc. There is no network or IP address. What code do i use ?

Situation 2

I have a canon camera with CHDK PTP(Canon Hacker Development Kit). This camera streams video to my single board pc's usb port. How do I capture video from a camera(not a webcam) in opencv, through its usb port? What code do i use ?