You are not logged in.

#1 2021-11-02 09:12:35

Alexpin
Member
From: Italy
Registered: 2016-05-11
Posts: 17

Help with firewire (microscope) camera

Hey,
I am trying to use a microscope camera (olympus XC50) on my arch system.

Unfortunately, I get the following:

$ dvgrab
Error: no camera exists

Some potentially useful data:

$ dmesg | grep firewire
firewire_ohci 0000:04:00.0: added OHCI v1.10 device as card 0, 4 IR + 8 IT contexts, quirks 0x2
firewire_core 0000:04:00.0: created device fw0: GUID 0001b71100008f57, S400
firewire_core 0000:04:00.0: phy config: new root=ffc1, gap_count=5
firewire_core 0000:04:00.0: created device fw1: GUID 00beaf0086044011, S400
$ lspci -vvv |rg 'IEEE 1394' -A500
lspci: Unable to load libkmod resources: error -2
04:00.0 FireWire (IEEE 1394): Texas Instruments XIO2200A IEEE-1394a-2000 Controller (PHY/Link) (rev 01) (prog-if 10 [OHCI])
        Subsystem: Texas Instruments Device 2200
        Control: I/O- Mem+ BusMaster- SpecCycle- MemWINV- VGASnoop- ParErr- Stepping- SERR- FastB2B- DisINTx-
        Status: Cap+ 66MHz+ UDF- FastB2B- ParErr- DEVSEL=medium >TAbort- <TAbort- <MAbort- >SERR- <PERR- INTx-
        Interrupt: pin A routed to IRQ 17
        Region 0: Memory at f7d04000 (32-bit, non-prefetchable) [size=2K]
        Region 1: Memory at f7d00000 (32-bit, non-prefetchable) [size=16K]
        Capabilities: [44] Power Management version 2
                Flags: PMEClk- DSI- D1+ D2+ AuxCurrent=0mA PME(D0+,D1+,D2+,D3hot+,D3cold-)
                Status: D0 NoSoftRst- PME-Enable- DSel=0 DScale=0 PME+

I have done some web searching and even checked all potentially relevant forum posts (up to 2007) but to no avail. My system is fully up to date.

Thanks in advance.

Offline

#2 2021-11-02 17:39:25

OrakMoya
Member
Registered: 2019-09-22
Posts: 75

Re: Help with firewire (microscope) camera

Try with ffmpeg.
If

 ffmpeg -f iec61883 -i auto 

doesn't return

 iec61883 @ 0x564052fc6540] No AV/C devices found. 

you should be able to use ffmpeg to capture the microscope.

Offline

#3 2021-11-02 17:41:47

Alexpin
Member
From: Italy
Registered: 2016-05-11
Posts: 17

Re: Help with firewire (microscope) camera

Unfortunately that's exactly what happens:

$ ffmpeg -f iec61883 -i auto
ffmpeg version [...]
[iec61883 @ 0x558ade5499c0] No AV/C devices found.
auto: Input/output error

The camera works perfectly on windows; I suspect it could work on linux but it is somehow not recognized as a camera at all.

Offline

Board footer

Powered by FluxBB