Blogged by Aurélie Le Fort in Resources on May 6, 2008 at 15:06 CET.
DCAM is a protocol that describes the exchange of data with IEEE 1394 cameras. It has been initiated by the working group IIDC of the 1394 Trade Association and is being constantly refined. IIDC stands for “Instrumentation & Industrial Digital Camera”.
In contrast to the AV/C (Audio Video Control) protocol - widely used in the world of multimedia - DCAM defines the transmission of uncompressed video streams via the asynchronous channel of the IEEE 1394 bus. The transmission of audio is not provided.
However, DCAM does not only define the video stream provided by the camera but also the camera‘s parametrization (for instance brightness, shutter, white balance, etc…).

Permalink
Blogged by Aurélie Le Fort in Resources on May 5, 2008 at 14:57 CET.
Nowadays, we consider it completely normal that when we install a new word processing program that we do not have to tell the computer what type of mouse we are using. However, as those of us who remember the first mice under DOS, will know that then this was certainly not the case. Only once APIs (Application Programming Interfaces) for device classes at operating system level were introduced was the separation of applications software and hardware possible.
Put in simple terms, DirectX is the umbrella term for a number of APIs that describe audio and video data streams under Windows. Since Windows 98, DirectX has established itself as a standard for multimedia orientated image processing. Using this technology, any image acquisition software product can work together with any multimedia camera, for example.
Metrology orientated image processing, on the other hand, is known for its lack of standards: Most software packages only work with a small selection
of frame grabbers, which in turn, only work with a limited number of cameras. Do not forget, our goal is to “merely” get the contents of the CCD chip (that is in fact a memory chip) into the main memory of the computer.
As of version 8, DirectX does actually offer APIs that fulfill these requirements. The APIs for image streams are brought together in Windows under the name of DirectShow. So that any image creating hardware (for example, FireWire cameras) is recognized by DirectShow, it is necessary that a so-called WDM stream class driver is available (WDM = Windows Driver Model).

Permalink
Blogged by Aurélie Le Fort in Resources on May 2, 2008 at 14:45 CET.
Nowadays, we consider it completely normal that when we install a new word processing program that we do not have to tell the computer what type of mouse we are using. However, as those of us who remember the first mice under DOS, will know that then this was certainly not the case. Only once APIs (Application Programming Interfaces) for device classes at operating system level were introduced was the separation of applications software and hardware possible.
The APIs for image streams are brought together in Windows under the umbrella of DirectX and more specifically DirectShow. Using this technology, any image acquisition software product can work together with any multimedia camera, for example.
So that any image creating hardware (for example, FireWire cameras) is recognized by DirectShow, it is necessary that a so-called WDM stream class driver is available (WDM = Windows Driver Model).

Permalink