Stefan Richter | 1 Nov 2011 21:46
Picon

Re: detecting bus resets in a dc1394_capture_dequeue() loop

On Oct 31 Stefan Richter wrote:
> On Jun 27 Philippe De Muyter wrote:
> > I have tried the raw1394_set_bus_reset_handler method, but my handler
> > is not called on a bus reset.
> 
> Perhaps it is a bug in libraw1394.
> http://thread.gmane.org/gmane.linux.kernel.firewire.devel/14510/focus=15178

PS, as far as I can tell, "chmod a+rw /dev/fw*" would be one possible
workaround.
--

-- 
Stefan Richter
-=====-==-== =-== ----=
http://arcgraph.de/sr/

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
Philippe De Muyter | 1 Nov 2011 22:56
Picon

Re: detecting bus resets in a dc1394_capture_dequeue() loop

Thanks Stephan,

On Tue, Nov 01, 2011 at 09:46:19PM +0100, Stefan Richter wrote:
> On Oct 31 Stefan Richter wrote:
> > On Jun 27 Philippe De Muyter wrote:
> > > I have tried the raw1394_set_bus_reset_handler method, but my handler
> > > is not called on a bus reset.
> > 
> > Perhaps it is a bug in libraw1394.
> > http://thread.gmane.org/gmane.linux.kernel.firewire.devel/14510/focus=15178
> 
> PS, as far as I can tell, "chmod a+rw /dev/fw*" would be one possible
> workaround.

I must say that it was with the old stack.  I have not yet tried that with
the new stack.

Philippe

--

-- 
Philippe De Muyter +32 2 6101532 Macq SA rue de l'Aeronef 2 B-1140 Bruxelles

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
Stefan Richter | 1 Nov 2011 23:41
Picon

Re: detecting bus resets in a dc1394_capture_dequeue() loop

On Nov 01 Philippe De Muyter wrote:
> On Tue, Nov 01, 2011 at 09:46:19PM +0100, Stefan Richter wrote:
> > > Perhaps it is a bug in libraw1394.
> > > http://thread.gmane.org/gmane.linux.kernel.firewire.devel/14510/focus=15178
> > 
> > PS, as far as I can tell, "chmod a+rw /dev/fw*" would be one possible
> > workaround.
> 
> I must say that it was with the old stack.  I have not yet tried that with
> the new stack.

Oh, OK.  The libraw1394 issue that I had in mind is purely in its
firewire-core backend, not in the raw1394 one.
--

-- 
Stefan Richter
-=====-==-== =-== ----=
http://arcgraph.de/sr/

------------------------------------------------------------------------------
RSA® Conference 2012
Save $700 by Nov 18
Register now!
http://p.sf.net/sfu/rsa-sfdev2dev1
David Moore | 16 Nov 2011 08:05
Picon

libdc1394 version 2.1.4 is released

Dear libdc1394 list,

I have just released libdc1394 2.1.4.

Here are the changes, all bug fixes that have been accumulating over the last few months:
       - Allow image buffers to be editable by client apps on Linux juju
       - Correct error in downsample bayer function
       - Rename poorly named externally-visible symbol usb_init
       - Fix misc. compilation errors

It can be downloaded from the project page:

Thanks to all who helped out with this version, and sorry for the delay!

Regards,
David
------------------------------------------------------------------------------
RSA(R) Conference 2012
Save $700 by Nov 18
Register now
http://p.sf.net/sfu/rsa-sfdev2dev1
_______________________________________________
Mailing list for libdc1394-devel
libdc1394-devel@...
https://lists.sourceforge.net/lists/listinfo/libdc1394-devel
Peter Antoniac | 17 Nov 2011 12:22
X-Face
Picon

Re: libdc1394 version 2.1.4 is released

On Tuesday 15 November 2011 23:05:20 David Moore wrote:
> Dear libdc1394 list,
> 
> I have just released libdc1394 2.1.4.

Thanks David... announced it on the ohloh and launchpad...

Cheers,
Peter
-
 Peter Antoniac, PhD
 https://launchpad.net/~pan1nx
 GIT/CS a C+++ UL+++$ w--- PGP++ e++++

BOFH excuse #98:

The vendor put the bug there.

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Jesse Gray | 1 Dec 2011 01:39
Picon
Favicon

Current OSX Compatibility

Hi All,

I've been using libdc1394 on OSX for years with a FireWire camera (firefly) and been quite pleased!  I'm
about to start a new project, and hoping to get some info before I go too far down a wrong path.  I remember a few
months ago Steven asked if USB cameras worked with libdc1394 on OSX, and he got some info and got it working,
which I'm excited to also try.  However, this project is meant to work with Mac OS 10.7 (Lion), and I'm
curious how Lion has affected things.  Has anyone tried USB cameras in 10.7?  I'm also interested if anyone
is using FireWire cameras with 10.7, and if everything is ok?   Unfortunately I don't have a USB camera
in-hand, so I'm hoping someone else knows how well that works before I head out and buy one!    

Thanks for any tips!
Jesse

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
Steven Hang | 1 Dec 2011 02:06
Picon

Re: Current OSX Compatibility

You should be fine. I was using a Point Grey chameleon USB camera which communicated using the dc1394 protocol over USB using libusb. I had no real issues with libdc1394 on Lion or Snow Leopard using the version provided on macports.

On Nov 30, 2011 4:52 PM, "Jesse Gray" <jg-GGWXsB6tJanpgkiH4x7ZXw@public.gmane.org> wrote:
Hi All,

I've been using libdc1394 on OSX for years with a FireWire camera (firefly) and been quite pleased!  I'm about to start a new project, and hoping to get some info before I go too far down a wrong path.  I remember a few months ago Steven asked if USB cameras worked with libdc1394 on OSX, and he got some info and got it working, which I'm excited to also try.  However, this project is meant to work with Mac OS 10.7 (Lion), and I'm curious how Lion has affected things.  Has anyone tried USB cameras in 10.7?  I'm also interested if anyone is using FireWire cameras with 10.7, and if everything is ok?   Unfortunately I don't have a USB camera in-hand, so I'm hoping someone else knows how well that works before I head out and buy one!

Thanks for any tips!
Jesse


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure
contains a definitive record of customers, application performance,
security threats, fraudulent activity, and more. Splunk takes this
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mailing list for libdc1394-devel
libdc1394-devel <at> lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libdc1394-devel
------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d
_______________________________________________
Mailing list for libdc1394-devel
libdc1394-devel@...
https://lists.sourceforge.net/lists/listinfo/libdc1394-devel
Max BLANCO | 1 Dec 2011 11:17
Picon

Re: iSight camera, debian squeeze libdc1394 2.1.3: YUV format problem?


Dear All,

thanks for the help (especially Stefan Richter) to debug my iSight  
camera earlier this year.

FWIW, I discovered after nearly a month of failures that the camera  
itself was faulty.  I eliminated several possibilities: even the cable  
was tested for functionality.

I was glad for the in depth introduction to the library, as it is now  
one of my more reliable tools.

Thanks for a nice product.

Cheers,
Max

Stefan Richter <stefanr@...> a écrit :

> On Aug 04 Max BLANCO wrote:
>> Stefan,
>>
>> I have the newer firewire drivers.  The older ones were not in my
>> debian kernel.
>
> If i find the time, I can try to boot one of my machines into stock 2.6.32
> and see what that does to reception from my iSight then.
>
>> I have now tried to make kernel 3.0 and 2.6.38.8 downloaded today from
>> kernel.org.  Both failed at boot time with kernel panics.
>
> You can
>   - find out where the panic comes from (one often encountered problem is
>     that the root filesystem cannot be mounted because a device driver or
>     filesystem driver is missing in the kernel image, or in the initrd if
>     you use one),
> or
>   - install a prebuilt Debian kernel package that is either much newer
>     than 2.6.32 or contains the ieee1394 driver stack or both,
> or
>   - build ieee1394 and friends from Debian's 2.6.32 sources with the exact
>     same configuration of your current installed 2.6.32 kernel image
>     except with the ieee1394 related options switched on.
>
> Oh wait, you already did the latter:
>
>> I have attempted to make the modules with the 2.6.32 kernel source and
>> transfer the modules to the working kernel /lib/modules area by hand.
>> When I try to use the old modules with the dc1394 examples, the
>> library fails to initialise, even though I ./configure'd it before I
>> make'd it.  I'm at wit's end right now with this.
>
> In which way does it fail to initialize?
>
> Check that ieee1394, ohci1394, video1394, raw1394 are loaded into your
> kernel, that firewire-ohci and firewire-core were unloaded from the kernel
> before that, IOW that ohci1394 appears in /proc/interrupts, that no
> outright errors from the 1394 drivers are logged in /var/log/messages,
> that /sys/bus/ieee1394/devices/ contains entries for the controller and
> multiple entries for the iSight when it is attached, that /dev/video1394-*
> or /dev/video1394/* exist and your account has permission to access them,
> and that /dev/raw1394 exists and your account has permission to access it.
>
>> Xv is likely not the problem.  The failure is the same when I use the
>> non-Xv example programs.
>
> Well, right you are.
>
>> I think the problem lies elsewhere, or _you_ wouldn't have failure
>> with grab_color_image but success with grab_color_image2.  Check the
>> source code for each.  Why does the former malfunction?
>
> Because grab_color_image knows only of a single specific video mode which
> the iSight does not implement.  We can and should ignore grab_color_image
> together with iSight here.
>
>> I would like
>> to see your output (offlist?) when it malfunctions.  If possible, take
>> reproducible images like of an all-red and/or all-blue image.
>
> FWIW, I will send you a sample from grab_color_image and grab_color_image2
> off-list.
> --
> Stefan Richter
> -=====-==-== =--- --=--
> http://arcgraph.de/sr/
>

------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure 
contains a definitive record of customers, application performance, 
security threats, fraudulent activity, and more. Splunk takes this 
data and makes sense of it. IT sense. And common sense.
http://p.sf.net/sfu/splunk-novd2d

Gmane