/* SPDX-License-Identifier: GPL-2.0-or-later */ /* Linux driver for Philips webcam (C) 2004-2006 Luc Saillard (luc@saillard.org)
NOTE: this version of pwc is an unofficial (modified) release of pwc & pcwx driver and thus may have bugs that are not present in the original version. Please send bug reports and support requests to <luc@saillard.org>. The decompression routines have been implemented by reverse-engineering the Nemosoft binary pwcx module. Caveat emptor.
*/
/* Entries for the Kiara (730/740/750) camera */
#ifndef PWC_KIARA_H #define PWC_KIARA_H
#include"pwc.h"
#define PWC_FPS_MAX_KIARA 6
struct Kiara_table_entry
{ char alternate; /* USB alternate interface */ unsignedshort packetsize; /* Normal packet size */ unsignedshort bandlength; /* Bandlength when decompressing */ unsignedchar mode[12]; /* precomputed mode settings for cam */
};
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.