Skip to content

Commit

Permalink
Switch from using libcamera-apps-lite to libcamera-apps (#1270)
Browse files Browse the repository at this point in the history
  • Loading branch information
kizniche committed Jan 30, 2023
1 parent caaed61 commit d22d750
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@

- Update Python packages
- Update InfluxDB to 2.6.1
- Switch from using libcamera-apps-lite to libcamera-apps ([#1270](https://github.com/kizniche/Mycodo/issues/1270))


## 8.15.4 (2023-01-19)
Expand Down
2 changes: 1 addition & 1 deletion mycodo/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@
'libcamera': {
'name': 'libcamera',
'dependencies_module': [
('apt', 'libcamera-apps-lite', 'libcamera-apps-lite')
('apt', 'libcamera-apps', 'libcamera-apps')
],
'capable_image': True,
'capable_stream': False
Expand Down
2 changes: 1 addition & 1 deletion mycodo/functions/camera_libcamera.py
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ def generate_latest_media_html(unique_id):
],

'dependencies_module': [
('apt', 'libcamera-apps-lite', 'libcamera-apps-lite'),
('apt', 'libcamera-apps', 'libcamera-apps'),
('apt', 'ffmpeg', 'ffmpeg'),
],

Expand Down

0 comments on commit d22d750

Please sign in to comment.