Olimex Support Forum

OLinuXino Android / Linux boards and System On Modules => iMX233 => Topic started by: omav on November 06, 2012, 03:16:08 PM

Title: Webcam at the archLinux
Post by: omav on November 06, 2012, 03:16:08 PM
Hello,

We are 4 students who are currently working on making an autonomous simple bot, using the olinuxino maxi board.  The first step is making it manually controlled. For this however, we want to use a webcam to see where it's driving (we have two webcams, both which would use gspca).

Webcam support however seems non-existent on the arch distribution that the olinuxino maxi runs by default. No modules show up in /src/lib/2.6.35-8-ARCH+/kernel/drivers/media/video, and manually compiling seems nigh impossible.

We have found 2 sets of drivers for gspca, the first from 2007, which give a lot of function-errors and simply don't compile anymore for modern-day kernels. The second from the repository of the current maintainer of the code, but this seems incomplete, or at least not suited for the scope we need it in.

Do you have any tips on how we might be able to get correct driver modules?

Kind Regards
Title: Re: Webcam at the archLinux
Post by: whophlungpoo on November 06, 2012, 07:16:15 PM
Have you thought of using some UVC comparable cameras and just re-compile the kernel with v4l + UVC support?  On a side note, make sure you get UVC cameras that can export compressed images, the processor is not powerful enough to even compress a single frame / second.
Title: Re: Webcam at the archLinux
Post by: omav on November 07, 2012, 11:08:17 AM
Quote from: whophlungpoo on November 06, 2012, 07:16:15 PM
Have you thought of using some UVC comparable cameras and just re-compile the kernel with v4l + UVC support?  On a side note, make sure you get UVC cameras that can export compressed images, the processor is not powerful enough to even compress a single frame / second.

Hey, thanks for the reply.

We pretty much want realtime images with as little delay as possible, looking at the specifications of the driver, uvc doesn't seem very good for this?
Title: Re: Webcam at the archLinux
Post by: arthurnottheking on May 14, 2020, 09:30:32 AM
Hello,

I had to work with iMX233-OLinuXino-MAXI last month for my research project and so I built a kernel 3.x for the iMX233-OLinuXino using this guide:
Kernel Building Guide for the iMX233-OLinuXino using
Now, my task is to work with MooresCloud hardware based on iMX233-OLinuXino. Are there any tutorials?
Title: Re: Webcam at the archLinux
Post by: arthurnottheking on May 14, 2020, 09:33:03 AM
Kernel Building Guide for the iMX233-OLinuXino:

https://www.jann.cc/2012/08/23/building_a_kernel_3_x_for_the_olinuxino_from_sources.html