Commit Graph

  • 3baedef8ce libcamera: ipa: rkisp1: Include linux/v4l2-controls.h Niklas Söderlund 2020-09-28 17:28:02 +02:00
  • f517960c6a FrameBufferAllocator: fix non-copyability Tomi Valkeinen 2020-09-25 17:05:25 +03:00
  • 921c0cdc6a libcamera: pipeline: rkisp1: Expose self path stream Niklas Söderlund 2020-08-13 01:51:21 +02:00
  • 1beff36f5a libcamera: pipeline: rkisp1: Add format validation for self path Niklas Söderlund 2020-08-13 01:51:16 +02:00
  • aabc50ea7f libcamera: pipeline: rkisp1: Track buffers for self path Niklas Söderlund 2020-08-13 01:24:39 +02:00
  • 9196a07313 libcamera: pipeline: rkisp1: Configure self path Niklas Söderlund 2020-08-13 01:43:26 +02:00
  • 606a0c7fff libcamera: pipeline: rkisp1: Add self path devices Niklas Söderlund 2020-08-13 01:35:46 +02:00
  • 95946056d6 libcamera: pipeline: rkisp1: Prefix main path video and resizer Niklas Söderlund 2020-08-13 01:08:42 +02:00
  • 1e1bac5fff libcamera: pipeline: rkisp1: Set the crop rectangle Niklas Söderlund 2020-08-07 14:59:15 +02:00
  • 1c57ff4729 libcamera: pipeline: rkisp1: Export stream formats to applications Niklas Söderlund 2020-08-07 15:54:47 +02:00
  • 8b9309d382 libcamera: pipeline: rkisp1: Create RkISP1Frames from camera data Niklas Söderlund 2020-08-13 00:37:42 +02:00
  • f65e6b124b libcamera: pipeline: rkisp1: Prepare buffer ready handlers for multiple streams Niklas Söderlund 2020-08-12 23:22:57 +02:00
  • fedc77842e libcamera: pipeline: rkisp1: Setup links as part of configuration Niklas Söderlund 2020-08-12 16:24:07 +02:00
  • e260513f52 libcamera: pipeline: rkisp1: Breakout mainpath size and format constraints Niklas Söderlund 2020-07-24 14:01:46 +02:00
  • 0862959184 libcamera: pipeline: rkisp1: Remove redundant check of buffer in Request Niklas Söderlund 2020-09-22 15:36:12 +02:00
  • afe0ad41db libcamera: pipeline: rkisp1: Set number of planes based on format Niklas Söderlund 2020-09-14 12:51:32 +02:00
  • aac96e34ba meson: Define python3 and python3-yaml required dependencies Ezequiel Garcia 2019-11-20 08:45:49 -03:00
  • da81e368e7 meson: Bump meson version to 0.51 Ricardo Ribalda 2020-09-24 09:19:21 +02:00
  • aba567338b Documentation: Move all dependencies into features Ricardo Ribalda 2020-09-24 09:19:20 +02:00
  • 4e998cea15 Documentation: Search for dot binary Ricardo Ribalda 2020-09-24 09:19:19 +02:00
  • f08b720acc README: Add missing dependency for documentation Ricardo Ribalda 2020-09-24 09:19:18 +02:00
  • 507a94d904 README: Add missing libtiff-dev package for qcam Ricardo Ribalda 2020-09-24 09:19:17 +02:00
  • dff416a84b README: Add missing package for Qt5 tools Ricardo Ribalda 2020-09-24 09:19:16 +02:00
  • 20177249c0 README: Move pkg-config to Meson section Ricardo Ribalda 2020-09-24 09:19:15 +02:00
  • ad55da5713 README: Add libboost to list of dependencies Ricardo Ribalda 2020-09-24 16:42:42 +02:00
  • c84d64e305 README: Move the required dependencies to the top Ricardo Ribalda 2020-09-24 09:19:13 +02:00
  • b30c8b5848 README: Unify dependency names Ricardo Ribalda 2020-09-24 16:42:41 +02:00
  • 4af45819d0 libcamera: ipa: Move key generation to utils Kieran Bingham 2020-09-09 12:56:07 +01:00
  • 131629d3a2 src: meson: Rename ipa_gen_priv_key to gen_ipa_priv_key Kieran Bingham 2020-09-23 15:32:33 +01:00
  • c09626cd63 libcamera: Move Header generation utilities to utils Kieran Bingham 2020-09-03 11:36:57 +01:00
  • d6b6ad950d meson: Process utils first Kieran Bingham 2020-09-09 11:47:11 +01:00
  • f999ee85fa libcamera: buffer: Remove copyFrom() Niklas Söderlund 2020-09-21 20:24:36 +02:00
  • 39798e8777 pipeline: ipa: raspberrypi: Handle any externally allocated FrameBuffer Naushir Patuck 2020-09-18 10:42:33 +01:00
  • dd0df6d739 pipeline: raspberrypi: Use an unordered_set to store IPA buffer ids Naushir Patuck 2020-09-18 10:42:32 +01:00
  • e1784ca883 pipeline: raspberrypi: Use an unordered_map for the stream buffer list Naushir Patuck 2020-09-18 10:42:31 +01:00
  • f22ffc0ebe libcamera: pipeline: ipa: raspberrypi: Remove use of FrameBuffer cookie Naushir Patuck 2020-09-18 10:42:30 +01:00
  • b752c57c33 libcamera: pipeline: raspberrypi: Add more robust stream buffer logic Naushir Patuck 2020-09-18 10:42:29 +01:00
  • 45430e12ee libcamera: pipeline: raspberrypi: Fix bug in passing configuration to IPA Naushir Patuck 2020-09-18 10:42:28 +01:00
  • 2df7bf1681 libcamera: pipeline: raspberrypi: Rework stream buffer logic for zero-copy Naushir Patuck 2020-09-18 10:42:27 +01:00
  • 3e7ee080d6 libcamera: pipeline: raspberrypi: Remove const qualifier from RPiStream Naushir Patuck 2020-09-18 10:42:26 +01:00
  • addd343b96 libcamera: pipeline: raspberrypi: Increase the number of RAW buffers Naushir Patuck 2020-09-18 10:42:25 +01:00
  • dd0a9cf2b1 libcamera: pipeline: raspberrypi: Add some debug logging Naushir Patuck 2020-09-18 10:42:24 +01:00
  • 8404d02d75 libcamera: pipeline: ipa: raspberrypi: Rework drop frame signalling Naushir Patuck 2020-09-18 10:42:23 +01:00
  • 6bca768a0b libcamera: pipeline: raspberrypi: Move RPiStream into a separate file Naushir Patuck 2020-09-18 10:42:22 +01:00
  • e390f9f618 Documentation: Adjust guidelines regarding math.h header Laurent Pinchart 2020-09-20 20:28:56 +03:00
  • beed258a5a test: Include specific headers instead of libcamera.h Laurent Pinchart 2020-08-23 21:56:37 +03:00
  • 2fa4ba01ff libcamera: Don't unnecessarily include event_notifier.h Laurent Pinchart 2020-08-23 21:50:04 +03:00
  • 54557e25f2 libcamera: camera: Optimize camera deletion Laurent Pinchart 2020-09-08 10:00:25 +03:00
  • 7720c4aefa android: jpeg: exif: Use reentrant localtime_r() Laurent Pinchart 2020-09-04 20:09:28 +03:00
  • 7208e70211 libcamera: ipu3: Always use sensor full frame size Jacopo Mondi 2020-09-09 14:56:35 +02:00
  • 45fe8e99c8 android: camera_device: Make CameraStream a class Jacopo Mondi 2020-09-02 12:17:09 +02:00
  • facadb188e android: camera_device: Set Encoder at construction Jacopo Mondi 2020-09-02 12:11:46 +02:00
  • c82f944399 android: camera_device: Rework CameraStream handling Jacopo Mondi 2020-09-02 11:58:00 +02:00
  • f868f08c21 android: camera_device: Use Android format Jacopo Mondi 2020-09-02 11:10:42 +02:00
  • 5b64f64745 android: camera_device: Get rid of stream counter Jacopo Mondi 2020-09-02 11:01:51 +02:00
  • 4961033ac9 android: camera_device: Generate RAW resolutions Jacopo Mondi 2020-09-01 18:11:34 +02:00
  • bfee6316fc android: camera_device: Break out size calculation Jacopo Mondi 2020-09-01 17:42:13 +02:00
  • af264ec750 android: camera_device: Add debug to stream initialization Jacopo Mondi 2020-09-01 15:40:49 +02:00
  • 843565c6ec android: camera_device: Generate JPEG sizes Jacopo Mondi 2020-09-01 15:34:13 +02:00
  • 3533fd4271 android: camera_device: Refuse unsupported formats Jacopo Mondi 2020-09-01 15:31:56 +02:00
  • d5ce2679c6 libcamera: Turn the android option into a feature Laurent Pinchart 2020-09-16 16:04:03 +03:00
  • de20029a58 android: Protect against null callbacks Laurent Pinchart 2020-09-08 10:48:46 +03:00
  • 219cbfe76b qcam: Add additional command line option to select the renderer type Show Liu 2020-09-11 16:55:14 +08:00
  • 9db6ce0ba4 qcam: Add ViewFinderGL class to accelerate the format conversion Show Liu 2020-09-11 16:55:13 +08:00
  • 2daa704c96 qcam: New viewfinder hierarchy Show Liu 2020-09-11 16:55:12 +08:00
  • 4a4a3e715b qcam: Add OpenGL shader code as Qt resource Show Liu 2020-09-11 16:55:11 +08:00
  • e5e3bf1c71 libcamera: pipeline: rkisp1: Fix line length typo Niklas Söderlund 2020-08-13 00:45:06 +02:00
  • 79aace58d3 qcam: format_converter: Support R8 Greyscale Kieran Bingham 2020-09-11 14:27:12 +01:00
  • 6f09a619cc android: jpeg: Support an initial set of EXIF metadata tags Umang Jain 2020-09-09 16:44:45 +05:30
  • c3d1329b93 android: jpeg: Add EXIF infrastructure Kieran Bingham 2020-09-09 16:44:44 +05:30
  • e917655d06 android: camera_device: Fix value of orientation metadata Umang Jain 2020-09-09 16:17:54 +05:30
  • 9ac8f3e96f android: camera_device: Fix spelling in comment Jacopo Mondi 2020-09-04 15:25:55 +02:00
  • 094b3001fd meson: Provide build configuration summary Kieran Bingham 2020-09-01 14:59:49 +01:00
  • 8117ab0a32 libcamera: buffer: Fix MappedBuffer::maps_ documentation Umang Jain 2020-09-02 18:27:43 +05:30
  • e59713c686 libcamera: media_object: Make MediaLink::setEnabled() account for existing flags Dan Scally 2020-08-28 07:25:20 +01:00
  • 6de4772f1e libcamera: raspberrypi: Check dma heap allocator Jacopo Mondi 2020-08-28 17:45:28 +02:00
  • b5f0848d0f libcamera: raspberrypi: dmaheaps: Add isValid() Jacopo Mondi 2020-08-28 17:43:38 +02:00
  • 2ad832fa6e libcamera: raspberrypi: dmaheaps: Improve device open Jacopo Mondi 2020-08-28 17:39:53 +02:00
  • 1e8c91b656 pipeline: raspberrypi: Set sensor default orientation before configure() Naushir Patuck 2020-07-21 10:23:06 +01:00
  • 3bce337fbe libcamera: pipeline: vimc: Fix configuration validation Laurent Pinchart 2020-08-25 19:52:12 +03:00
  • c671cbe622 cam: Limit file write to payload size Laurent Pinchart 2020-08-16 17:52:50 +03:00
  • 3bd1985545 v4l2: camera: Merge getStreamConfig() with open() Laurent Pinchart 2020-01-05 04:35:25 +02:00
  • 852b9d0a76 v4l2: camera_proxy: Store v4l2_pix_format instead of v4l2_format Laurent Pinchart 2020-01-05 04:17:41 +02:00
  • a6c831a996 v4l2: camera_proxy: Pass const reference to setFmtFromConfig() Laurent Pinchart 2020-01-05 01:38:56 +02:00
  • da3c15c3de cam: Print timestamp of captured buffers Laurent Pinchart 2020-08-17 00:58:02 +03:00
  • de012767e7 ipa: raspberrypi: Replace void cast with [[maybe_unused]] Laurent Pinchart 2020-08-22 18:53:54 +03:00
  • dbafe16da7 meson: Remove -Wno-unused-parameter Laurent Pinchart 2019-10-27 00:36:13 +03:00
  • 3ef378731a libcamera: Drop explicit construction of std::queue Laurent Pinchart 2020-08-22 17:27:52 +03:00
  • f2734ff3ab libcamera: Replace utils::clamp() with std::clamp() Laurent Pinchart 2020-08-22 17:23:37 +03:00
  • b869d4463e meson: Switch to C++17 Laurent Pinchart 2020-08-22 17:19:31 +03:00
  • f976eb5cb6 libcamera: Remove void specifier for functions that take no arguments Laurent Pinchart 2020-08-22 18:52:42 +03:00
  • d6eab60597 libcamera: pipeline: ipu3: Remove stray "imgu." file Laurent Pinchart 2020-08-22 17:10:49 +03:00
  • cfb5eb31f6 libcamera: object: Fix deleteLater() sample code Umang Jain 2020-08-21 06:40:28 +00:00
  • 20be38a0db android: camera_hal_manager: Support camera hotplug Umang Jain 2020-08-21 14:46:11 +00:00
  • 12b939aa53 android: camera_device: Add a getter to get libcamera::Camera pointer Umang Jain 2020-08-21 14:46:09 +00:00
  • f8e2813ffe android: camera_device: Make CameraDevice a shared object Umang Jain 2020-08-21 14:46:08 +00:00
  • 7197fd9d67 android: camera_hal_manager: Set camera module callbacks Umang Jain 2020-08-21 14:46:07 +00:00
  • 76809320bb libcamera: pipeline: uvcvideo: Treat all UVC cameras as external Umang Jain 2020-08-21 14:46:06 +00:00
  • 33fe27741b Documentation: Guides: Pipeline Handler Writer's Guide Chris Chinchilla 2020-07-20 10:05:34 +01:00
  • b704efeb86 Documentation: Guides: Application Writer's Guide Chris Chinchilla 2020-06-05 09:53:16 +00:00