Re: [FreeJ] Freej Api -> Interact with outside world?

dyne.org open discussions
Author: MrGoil
Date:  
To: FreeJ mailinglist
Subject: Re: [FreeJ] Freej Api -> Interact with outside world?
#! /usr/bin/doma schrieb:
> /* OSC */


I haven't tested that yet. Plz feel free to write documentation ;)

> /* exec() */


I'm not a fan of this command, however passing argv can be fixed.

> /* /dev/video0 */


Argh. We must underline, that the CamLayer() uses the old v4l1 API only.
This works with most cheap cams.
I guess, your tv stick driver is v4l2. Try the MovieLayer(with w, h)!
ffmpeg can open video devices! However, both don't provide any extra
IO_CTRL to set up the device, yet.

xawtv ships with 2 useful tools:
"v4l-info" gives u info if device is version 1 or 2
"v4lctl" control the device, should even work while freej is running.

Unless I get a v4l2 device, I can't enhance the video layer. Same is
true for firewire stuff.

MrGoil
_______________________________________________
Freej mailing list
Freej@???
http://lists.dyne.org/cgi-bin/mailman/listinfo/freej