diff --git a/pyproject.toml b/pyproject.toml index 8b9e54a..50fd389 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "framegrab" -version = "0.6.4" +version = "0.6.5" description = "Easily grab frames from cameras or streams" authors = ["Groundlight "] license = "MIT" diff --git a/src/framegrab/grabber.py b/src/framegrab/grabber.py index cceb5a9..5931fc0 100644 --- a/src/framegrab/grabber.py +++ b/src/framegrab/grabber.py @@ -305,7 +305,6 @@ def autodiscover(warmup_delay: float = 1.0, rtsp_discover_mode: AutodiscoverMode InputTypes.GENERIC_USB, InputTypes.BASLER, InputTypes.RTSP, - InputTypes.RPI_CSI2, ) # Autodiscover the grabbers