Skip to content

Commit

Permalink
Add in transparency 🔨
Browse files Browse the repository at this point in the history
  • Loading branch information
TRex22 committed Feb 28, 2021
1 parent 91eabe8 commit c4cbecd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/camera_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def add_overlay(camera):
# Create an array representing a 1280x720 image of
# a cross through the center of the display. The shape of
# the array must be of the form (height, width, color)
a = np.zeros((overlay_h, overlay_w, 3), dtype=np.uint8)
a = np.zeros((overlay_h, overlay_w, 4), dtype=np.uint8)
half_height = int(overlay_h/2)
half_width = int(overlay_w/2)

Expand Down

0 comments on commit c4cbecd

Please sign in to comment.