⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 changelog

📁 DCAM1394相机Linux下的驱动源码
💻
📖 第 1 页 / 共 2 页
字号:
	Thu Sep 03 10:45:00 2002 <ddouxchamps@users.sf.net>    * Bugfix in v1.30 format7 capture handshake. Thanks to Yasutoshi Onishi      for pointing it out.Thu Sep 09 12:00:00 2002 <ddouxchamps@users.sf.net>    * more v1.30 handshake updateFri Sep 10 11 12:00:00 2002 <ddouxchamps@users.sf.net>    * even more v1.30 handshake update (now with proper error handling)Sun Sep 22 17:30:00 2002 <ddouxchamps@users.sf.net>    * added absolute feature setting functions. This is a first hack. Mon Sep 23 10:10:00 2002 <ddouxchamps@users.sf.net>    * debugged absolute settings. Tested for shutter without problems.Fri Sep 27 13:00:00 2002 <ddouxchamps@users.sf.net>    * more v1.30 handshake update to handle backward compatibility      with v1.20Tue Oct 22 15:10:00 2002 <ddouxchamps@users.sf.net>    * applied Christophe Achard patch, with some modifications.Thu Oct 22 15:10:00 2002 <ddouxchamps@users.sf.net>    * added "dc1394bool_t abs_control" to "dc1394_feature_info" struct    * fixed, cleaned-up and finalized the absolute control codeFri Oct 23 17:19:00 2002 <ddouxchamps@users.sf.net>    * fixed missing <<16 shift in dc394_get_format7_unit_positionSun Oct 27 00:13:00 2002 <dan@dennedy.org>    * added examples/dc1394_vloopback.c to demonstrate how to make      digital camera format0 a Video4Linux source.Mon Nov 18 10:15:23 2002 <ddouxchamps@users.sf.net>    * we now use packet_per_frame correctly for format7. This should      fix 'walking' frames in DMA mode.	Mon Nov 20 10:35:00 2002 <ddouxchamps@users.sf.net>    * Use a little trick from Martin Gramatke to avoid misinterpreta-      tion of TOTAL_BYTES registers. We don't use the latter register      anymore.	Wed Jul 2 14:35:00 2003 <ddouxchamps@users.sf.net>    * fixed some F7 issues. Thanks to Kero van Gelder.    * changed total_bytes to unsigned long long int in      dc1394_query_format7_total_bytes.Wed Jul 30 09:32:01 CEST 2003 <ddouxchamps@users.sf.net>    * fixed bytes_per_packet setting in _dc1394_basic_format7_setup    * cancelled the previous commit (18/7/2003): it was a mistake.2003-08-12  Dan Dennedy <dan@dennedy.org>   * dc1394_control.c: make config ROM reading more generic,     remove tab indenting to make consistent   * configure.in: incrmement lib revision2003-08-13 Damien <ddouxchamps@users.sf.net>	* dc1394_control.c: cleanup config ROM code; fix for Point	        Grey cameras2003-08-20  Dan Dennedy <dan@dennedy.org>    * use command register base from config rom offset instead of hardcoded    * make raw1394 userdata point to a new dc1394_camerahandle struct       containing port, software version, and command register base2003-08-28 Damien <ddouxchamps@users.sf.net>    * fixed feature detection: we now use both 0x404 and 0x5XX registers in      dc1394_is_feature_present. dc1394_query_feature_control is deprecated      and has been commented out. 2003-09-02  Dan Dennedy <dan@dennedy.org>    * examples/*.c: call dc1394_destroy_handle() to cleanup mem and show      proper technique    * examples/dc1394_multiview.c: show new proper technique of multi-capture by      creating a handle for each camera as opposed to port.    * examples/gray_color_image.c: new example similar to grab_gray_image, but      also contains example code how to locate first camera on any port and       attempt to make the camera non-root.2003-09-15 Damien <ddouxchamps@users.sf.net>    * fixed format7 capture setting when the current size register is initialized      to zero at the camera boot.	  2003-09-02  Dan Dennedy <dan@dennedy.org>    * examples/grab_color_image.c: remove auto settings, add --guid option, add      filename argument.    * examples/dc1394_vloopback.c: add scaling, set default mode to mmap, add       mmap double buffering, add pipe mode option, adjust palette by option      (pipe) or by ioctl, lookup default v4l device name via procfs, daemon      option.2003-09-23  Dan Dennedy <dan@dennedy.org>   * examples/grab_color_image.c: fix locating cam by guid on any port   * examples/dc1394_vloopback.c: add --guid option like grab_color_image     and renamed some options, and added root detection and reset	2003-11-15 Damien <ddouxchamps@users.sf.net>    * fixes/additions by Johann Schoonees:    * fixed format7 capture setup function missing some parameters     * fixed compil warning in dc1394_absolute.c, line 261.    * fixed harmless but misleading bug in dc1394_format7.c: line 802 should be removed.    * add functions dc1394_get_one_shot and dc1394_get_multi_shot.    * changed dc1394_get_camera_misc_info to avoid probing memory psec registers      if no user memory is available. This is necessary for the iSight camera from Apple,      which does not implement registers 0x618h thru 0x62Ch.	2003-12-04 Damien <ddouxchamps@users.sf.net>    * little tag commit for version 0.9.2	2003-12-15 Damien <ddouxchamps@users.sf.net>    * fixed significant bug regarding IIDC specs revision detection      (in dc1394_get_sw_revision).	2003-12-17 Damien <ddouxchamps@users.sf.net>    * temporary fix for bpp settings in dc1394_format7_basic_setup	2003-12-24 Damien <ddouxchamps@users.sf.net>    * updated the IOCTLs for kernels 2.4.21+ and 2.6.0+. This breaks compatibility with      previous kernel versions.2004-01-04 Dan Dennedy <dan@dennedy.org>    * simplify video1394 includes and correct Damien's ChangLog entry about kernel 2.4      compatibility.    * examples/dc1394_vloopback.c: minor bugfixes.    * autogen.sh: add missing libtoolize.	2004-01-14 Damien <ddouxchamps@users.sf.net>    * fixed a bug related to IIDC version in format7 functions. All registers specific       of v1.30 are now only probed if the version is 1.30.2004-01-14 Dan Dennedy <dan@dennedy.org>    * libdc1394/ieee1394-ioctl.h: removed unnecessary    * examples/dc1394_vloopback: added support for palettes yuv422p and yuv420p,      added support for scaling up to 1024x768, greater v4l application compatibility.2004-01-15 Damien <ddouxchamps@users.sf.net>    * little additional fix regarding F7 and version issues.	2004-01-17 Damien <ddouxchamps@users.sf.net>    * f7 csr caching by T.Evers2004-01-19 Dan Dennedy <dan@dennedy.org>    * dc1394_control.h: added dc1394_free_camera_nodes    * updated examples to call dc1394_free_camera_nodes    * examples/dc1394_vloopback.c: workaround potential linux/videodev.h      problems on some distros' kernel headers.2004-01-20 Dan Dennedy <dan@dennedy.org>    * dc1394_multiview.c: bugfix segfault	2004-01-21 Damien <ddouxchamps@users.sf.net>    * print a warning when format7 BPP is zero.	2004-01-26 Damien <ddouxchamps@users.sf.net>    * version is now properly memorized. This caused several problems      with format_7 cameras.	2004-01-28 Damien <ddouxchamps@users.sf.net>    * added a polling policy to the DMA capture functions using the      patch from Tim Evers.    * by popular request, the direct register manipulation functions      GetCameraControlRegister and SetCameraControlRegister are now      accessible.2004-01-29 Tim Evers <tim@klimt.gom.com>    * libdc1394/dc1394_capture.c (_dc1394_dma_multi_capture_private):      in Poll-mode return DC1394_NO_FRAME not FAILURE2004-01-31 Damien <ddouxchamps@users.sf.net>    * Version 0.9.3	2004-02-03 Damien <ddouxchamps@users.sf.net>    * fixed bpp issue in _dc1394_basic_format7_setup    * fixed missing *4 in boundary check of GetConfigROMTaggedRegister2004-02-04 Kristoffer Delforge <delforge@users.sf.net>    * fixed uninitialized values in dc1394camerahandle_t    * changed 0xffff to DC1394_NO_CAMERA in dc1394_get_sorted_camera_nodes    * changed some calue by &value[0] in dc1394_get_camera_info    * removed unnecessary '& 0xFFFF' in dc1394_get_camera_info    * simplify FEATURE_TRIGGER check in dc1394_get_camera_feature    * added printf warning before return in dc1394_print_feature    * replaced '== DC1394_FAILURE' by '!= DC1394_SUCCESS'    * removed FORMAT_STILL_IMAGE definition to 390, it messes up with the      number of available formats    * replaced a 0x1<<31 by ON_VALUE2004-02-04 Damien <ddouxchamps@users.sf.net>    * apply patches from Tim Evers and Johann Schoonees2004-02-04 Kristoffer Delforge <delforge@users.sf.net>    * fixed trigger polarity bug    * fixed default format7 csr value bug (was "-1" instead of the new "0")    * revert FORMAT_STILL_IMAGE change.	2004-02-06 Kristoffer Delforge <delforge@users.sf.net>    * use FEATURE_TO_ABS_VALUE_OFFSET in QueryAbsoluteCSROffset    * check that mode id is within boundaries in GetCameraFormat7Register      and SetCameraFormat7Register    * moved declarations to beginning of the function    * removed unnecessary 'if's.    * removed unnecessary 'else's.	2004-02-10 Kristoffer Delforge <delforge@users.sf.net>    * dc1394_dma_setup_capture uses F7 setup if necessary. Image parameters      are default to QUERY_FROM_CAMERA, as in dc1394_setup_capture    * remove duplicate "cams[i].dma_last_buffer = last_buffer_orig;" in      dc1394_capture.c    * moved declarations to the beginning of functions.	2004-02-16 Damien <ddouxchamps@users.sf.net>    * fixed an endianess issue. Thanks to Tim Canham for spotting this bug.2004-02-20 Kristoffer Delforge <delforge@users.sf.net>    * changed a >= to > in dc1394_capture.c:99    * changed a >= to = in dc1394_capture.c:112    * don't use intermediate "char* device" in dc1394_capture.c:247	2004-02-20 Damien <ddouxchamps@users.sf.net>    * applied patch from Johann Schoonees for extra buffering option.      This breaks compatibility for the capture functions. Examples have      been updated.	2004-04-07 Damien <ddouxchamps@users.sf.net>    * Attempt to fix the BPP arithmetic (floating point) exception that occurs      with weird hardware.	2004-08-10 Damien <ddouxchamps@users.sf.net>    * Applied patch from Johann Schoonees to remove extra buffering.      Yet another compatibility break.	2004-09-07 Damien <ddouxchamps@users.sf.net>    * Applied a patch from David Ergo to fix broken raw capture in libdc0.9.5.2004-09-13 Damien <ddouxchamps@users.sf.net>    * Corrected library version    * Remove 1.31 changes that I committed by mistake

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -