Skip to content

Commit

Permalink
Bump to Python 3.12 (#655)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw authored Jan 7, 2025
1 parent a992ac2 commit 719f738
Show file tree
Hide file tree
Showing 3 changed files with 698 additions and 557 deletions.
11 changes: 1 addition & 10 deletions demos/python/multi_webcam/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,20 +22,14 @@ for more information.

## Installation

This module requires Python >= 3.9 and < 3.11.
This module requires Python >= 3.10 and < 3.13.

It should be installed locally, either with pip via:

```
pip install .
```

or [poetry](https://python-poetry.org/) via:

```
poetry install --only main
```

## Quick Start

Once installed, the following CLI programs are available:
Expand Down Expand Up @@ -126,9 +120,6 @@ where an example config file could look like this:
If port is not set, an available port will be discovered automatically starting at 8554.
If resolution or fov are not set, they will be set to defaults by the GoPro.


Cameras

## Module Usage

For detailed module usage, see the docstrings in ./multi_webcam/webcam.py.
Loading

0 comments on commit 719f738

Please sign in to comment.