Skip to content

Commit

Permalink
Update for libcamera v0.3.1+rpt20240906
Browse files Browse the repository at this point in the history
  • Loading branch information
will-v-pi committed Sep 18, 2024
1 parent 780ff64 commit 91f9e7d
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ If you get the error `This package works with libcamera version ..., but you hav

| System and Date | libcamera Reported Version | Pip Package Version |
| --------------- | -------------------------- | ------------------- |
| Raspberry Pi Bookworm 06/09/2024 | v0.3.1+50-69a894c4 | 0.1a6 |
| Raspberry Pi Bookworm 17/06/2024 | v0.3.0+65-6ddd79b5 | 0.1a5 |
| Raspberry Pi Bookworm 18/04/2024 | v0.2.0+120-eb00c13d | 0.1a4 |
| Raspberry Pi Bookworm 15/02/2024 | v0.2.0+46-075b54d5 | 0.1a3 |
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ else
message('Version Check Not Done')
endif

libcamera_includes = include_directories('libcamera/include')
libcamera_includes = include_directories('libcamera/include', 'libcamera/src/py/libcamera')
libcamera_private = dependency(
'libcamera', required : true,
not_found_message : 'Requires libcamera-dev package to be installed - apt install libcamera-dev'
Expand Down
6 changes: 3 additions & 3 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requires = ['meson-python', 'pyyaml', 'pybind11']

[project]
name = 'rpi-libcamera'
version = '0.1a5'
version = '0.1a6'
description = 'libcamera python bindings'
readme = 'README.md'

Expand All @@ -14,9 +14,9 @@ Source = "https://github.com/raspberrypi/pylibcamera"

[tool.meson-python.args]
setup = [
'-Drevision=v0.3.0+rpt20240617',
'-Drevision=v0.3.1+rpt20240906',
'-Drepository=https://github.com/raspberrypi/libcamera.git',
'-Dversion=v0.3.0+65-6ddd79b5'
'-Dversion=v0.3.1+50-69a894c4'
]

[tool.flit.module]
Expand Down

0 comments on commit 91f9e7d

Please sign in to comment.