ros-one-libuvc-camera (0.0.11-5jammy.20251023.0320) UNRELEASED; urgency=medium

  * Append timestamp when binarydeb was built.

 -- Ken Tossell <ken@tossell.net>  Thu, 23 Oct 2025 03:20:03 +0000

ros-one-libuvc-camera (0.0.11-0jammy) jammy; urgency=high

  * use libuvc-dev for noetic (#70 <https://github.com/ros-drivers/libuvc_ros/issues/70>)
    * update to package format=3
  * Add monochrome format support (#54 <https://github.com/ros-drivers/libuvc_ros/issues/54>)
  * use libuvc timestamp correctly (#53 <https://github.com/ros-drivers/libuvc_ros/issues/53>)
  * Fix ROS image output for uyvy uvc frame format input (#51 <https://github.com/ros-drivers/libuvc_ros/issues/51>)
  * Fixed locks so they stay in scope until end of method. (#36 <https://github.com/ros-drivers/libuvc_ros/issues/36>)
  * Contributors: Jason Mercer, Johann Freymuth, Kei Okada, Ryosuke Tajima, Stefan Kohlbrecher

 -- Ken Tossell <ken@tossell.net>  Sat, 20 Feb 2021 00:00:00 -0000

ros-one-libuvc-camera (0.0.10-0jammy) jammy; urgency=high

  * Merge pull request #46 <https://github.com/ros-drivers/libuvc_ros/issues/46> from k-okada/master
    set timestamp
  * set only when frame->capture_time is 0
  * set ros::Time::now() because libuvc does not set capture_time (https://github.com/ktossell/libuvc/blob/master/src/stream.c#L1100)
  * Merge pull request #45 <https://github.com/ros-drivers/libuvc_ros/issues/45> from mikaelarguedas/patch-2
    update to use non deprecated pluginlib macro
  * update to use non deprecated pluginlib macro
  * Merge pull request #42 <https://github.com/ros-drivers/libuvc_ros/issues/42> from mikaelarguedas/patch-1
    fix compiler warning
  * fix compiler warning
    http://build.ros.org/view/Ldev/job/Ldev__libuvc_ros__ubuntu_xenial_amd64/3/warnings21Result/
  * Contributors: Kei Okada, Mikael Arguedas

 -- Ken Tossell <ken@tossell.net>  Fri, 13 Apr 2018 00:00:00 -0000

ros-one-libuvc-camera (0.0.9-0jammy) jammy; urgency=high

  * enable to compile with libuvc <= v0.0.5
  * Contributors: Kei Okada

 -- Ken Tossell <ken@tossell.net>  Thu, 15 Jun 2017 00:00:00 -0000

ros-one-libuvc-camera (0.0.8-0jammy) jammy; urgency=high

  * add ROS Orphaned Package Maintainers to maintainer tag (#40 <https://github.com/ros-drivers/libuvc_ros/issues/40>)
  * Implement missing index select behavior (#27 <https://github.com/ros-drivers/libuvc_ros/issues/27>)
  * Enable mjpeg support despite uvs_any2bgr shortcoming (#26 <https://github.com/ros-drivers/libuvc_ros/issues/26>)
  * [libuvc_camera/src/camera_driver.cpp] use frame's capture time for   timestamp of ros message instead of callback time (#24 <https://github.com/ros-drivers/libuvc_ros/issues/24>)
  * [libuvc_camera] support multiple video mode (#22 <https://github.com/ros-drivers/libuvc_ros/issues/22>)
    * [libuvc_camera] add detail error message if no image format support
    * [libuvc_camera] support multiple video_mode
  * add new parameters in cfg (#21 <https://github.com/ros-drivers/libuvc_ros/issues/21>)
  * Changed defaults: auto_exposure=True, auto_focus=aperture_priority
  * Implemented AE priority, abs exposure/focus, autofocus, pantilt controls
  * Contributors: Yuki Furuta, Josh Villbrandt, Kei Okada, Ken Tossell

 -- Ken Tossell <ken@tossell.net>  Wed, 14 Jun 2017 00:00:00 -0000

ros-one-libuvc-camera (0.0.7-0jammy) jammy; urgency=high

  * Removed dependency on the deprecated driver_base package.
  * Added more informative error messages in the case of uvc_open() failure

 -- Ken Tossell <ken@tossell.net>  Thu, 06 Mar 2014 00:00:00 -0000

ros-one-libuvc-camera (0.0.6-0jammy) jammy; urgency=high

  * Install libuvc_camera_nodelet.xml

 -- Ken Tossell <ken@tossell.net>  Thu, 19 Dec 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.5-0jammy) jammy; urgency=high

  * Fixed missing timestamp and frame_id in camera_info and image_raw
  * Install camera_node into the package's bin path, not ros-global bin.

 -- Ken Tossell <ken@tossell.net>  Fri, 04 Oct 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.4-0jammy) jammy; urgency=high

  * Added libuvc_ in libuvc_camera_nodelet

 -- Ken Tossell <ken@tossell.net>  Mon, 23 Sep 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.3-0jammy) jammy; urgency=high

  * add an explicit dependency on generated files in CMake
    This will make sure that the generated headers are build before they are compiled.

 -- Ken Tossell <ken@tossell.net>  Mon, 23 Sep 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.2-0jammy) jammy; urgency=high

  * libuvc_camera now uses the libuvc cmake config script
  * Fixed PACKAGE reference.
  * Removed roslib setup code from UVCCamera.cfg.

 -- Ken Tossell <ken@tossell.net>  Mon, 12 Aug 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.1-0jammy) jammy; urgency=high



 -- Ken Tossell <ken@tossell.net>  Thu, 01 Aug 2013 00:00:00 -0000

ros-one-libuvc-camera (0.0.0-0jammy) jammy; urgency=high

  * fixed dependencies and nodelet export
  * adding missing catkin files
  * catkin build
  * License blocks
  * added parameter for timestamping method
  * added video format param. set min=0 for unsigned int params
  * Added libuvc_camera nodelet
  * reset driver state after closing uvc context
  * forgot to uvc_exit(ctx) -- driver now closes on sigint
  * update manifests
  * use camera_info_manager for a real CameraInfo
  * initial use of auto-update controls
    The user can change AE mode, and the camera auto-updates
    absolute exposure time and white balance temperature, which
    are sent on to dynamic_reconfigure clients.
  * fix rgb_frame_ leak
  * beginning of driver with controls, dyn_reconf, caminfo
  * added parameters ~vendor, ~product, ~serial_num
    ~vendor and ~product should be 0xhexadecimal. ~serial_num
    can be any string.
  * added -luvc
  * sample ROS driver using libuvc

 -- Ken Tossell <ken@tossell.net>  Thu, 27 Jun 2013 00:00:00 -0000


