Skip to content

Commit

Permalink
Updates after ubuntu testing
Browse files Browse the repository at this point in the history
  • Loading branch information
tcamise-gpsw committed Sep 6, 2024
1 parent c48fc01 commit 866d253
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 27 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@
import sys

try:
import tkinter

import cv2
import PIL

Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
from rich.console import Console

from open_gopro import Params, WirelessGoPro
from open_gopro.demos.gui.components.util import display_video_blocking
from open_gopro.demos.gui.util import display_video_blocking
from open_gopro.logger import setup_logging
from open_gopro.util import add_cli_args_and_parse

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

from open_gopro import Params, WiredGoPro, WirelessGoPro
from open_gopro.constants import WebcamError, WebcamStatus
from open_gopro.demos.gui.components.util import display_video_blocking
from open_gopro.demos.gui.util import display_video_blocking
from open_gopro.gopro_base import GoProBase
from open_gopro.logger import setup_logging
from open_gopro.util import add_cli_args_and_parse
Expand Down

0 comments on commit 866d253

Please sign in to comment.