Skip to content

Commit

Permalink
Add note to demo_behaviour that it needs a qt6 build of opencv
Browse files Browse the repository at this point in the history
  • Loading branch information
pgunn committed Apr 30, 2024
1 parent 0fa78a3 commit a5886c4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions demos/general/demo_behavior.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
This demo requires a GUI; it does not make sense to run it noninteractively.
"""

# If this demo crashes right after making it past the initial play of the mouse movie,
# you may need to switch your build of opencv+libopencv+py-opencv to a qt6 build of the
# same (in conda, these have a qt6_ prefix to their build id).

import argparse
import cv2
Expand Down

0 comments on commit a5886c4

Please sign in to comment.