Skip to content

Commit

Permalink
Re-add gi camera provider.
Browse files Browse the repository at this point in the history
  • Loading branch information
whitelynx authored and tshirtman committed Apr 5, 2018
1 parent 86b6e19 commit d3d517d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kivy/core/camera/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,8 @@ def on_load(self):
'CameraAVFoundation'), )
elif platform == 'android':
providers += (('android', 'camera_android', 'CameraAndroid'), )
else:
providers += (('gi', 'camera_gi', 'CameraGi'), )

providers += (('opencv', 'camera_opencv', 'CameraOpenCV'), )

Expand Down

0 comments on commit d3d517d

Please sign in to comment.