GameSentenceMiner 2.13.5.post1__py3-none-any.whl → 2.13.6__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- GameSentenceMiner/owocr/owocr/run.py +4 -2
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/METADATA +1 -1
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/RECORD +7 -7
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/WHEEL +0 -0
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/entry_points.txt +0 -0
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/licenses/LICENSE +0 -0
- {gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/top_level.txt +0 -0
@@ -941,8 +941,10 @@ class OBSScreenshotThread(threading.Thread):
|
|
941
941
|
logger.error("No active source found in the current scene.")
|
942
942
|
time.sleep(1)
|
943
943
|
continue
|
944
|
-
|
945
|
-
|
944
|
+
# start_time = time.time()
|
945
|
+
img = obs.get_screenshot_PIL(source_name=self.current_source_name, width=self.width, height=self.height, img_format='jpg', compression=80)
|
946
|
+
# logger.info(f"OBS screenshot taken in {time.time() - start_time:.2f} seconds.")
|
947
|
+
|
946
948
|
if img is not None:
|
947
949
|
if not img.getbbox():
|
948
950
|
logger.info("OBS Not Capturing anything, sleeping.")
|
@@ -29,7 +29,7 @@ GameSentenceMiner/owocr/owocr/__main__.py,sha256=XQaqZY99EKoCpU-gWQjNbTs7Kg17HvB
|
|
29
29
|
GameSentenceMiner/owocr/owocr/config.py,sha256=qM7kISHdUhuygGXOxmgU6Ef2nwBShrZtdqu4InDCViE,8103
|
30
30
|
GameSentenceMiner/owocr/owocr/lens_betterproto.py,sha256=oNoISsPilVVRBBPVDtb4-roJtAhp8ZAuFTci3TGXtMc,39141
|
31
31
|
GameSentenceMiner/owocr/owocr/ocr.py,sha256=NHo-sjE_ZGUjPzzJqMDmFs29xbIvvQQyCBRQ61PTyfo,62221
|
32
|
-
GameSentenceMiner/owocr/owocr/run.py,sha256
|
32
|
+
GameSentenceMiner/owocr/owocr/run.py,sha256=-0MBg6aADE5ILnt5BFeq4v8cOAy4C577o1ToT0HzKrk,68388
|
33
33
|
GameSentenceMiner/owocr/owocr/screen_coordinate_picker.py,sha256=Na6XStbQBtpQUSdbN3QhEswtKuU1JjReFk_K8t5ezQE,3395
|
34
34
|
GameSentenceMiner/util/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
35
35
|
GameSentenceMiner/util/audio_offset_selector.py,sha256=8Stk3BP-XVIuzRv9nl9Eqd2D-1yD3JrgU-CamBywJmY,8542
|
@@ -67,9 +67,9 @@ GameSentenceMiner/web/templates/index.html,sha256=Gv3CJvNnhAzIVV_QxhNq4OD-pXDt1v
|
|
67
67
|
GameSentenceMiner/web/templates/text_replacements.html,sha256=tV5c8mCaWSt_vKuUpbdbLAzXZ3ATZeDvQ9PnnAfqY0M,8598
|
68
68
|
GameSentenceMiner/web/templates/utility.html,sha256=3flZinKNqUJ7pvrZk6xu__v67z44rXnaK7UTZ303R-8,16946
|
69
69
|
GameSentenceMiner/wip/get_overlay_coords.py,sha256=nJRytHJwUBToXeAIkf45HP7Yv42YO-ILbP5h8GVeE2Q,19791
|
70
|
-
gamesentenceminer-2.13.
|
71
|
-
gamesentenceminer-2.13.
|
72
|
-
gamesentenceminer-2.13.
|
73
|
-
gamesentenceminer-2.13.
|
74
|
-
gamesentenceminer-2.13.
|
75
|
-
gamesentenceminer-2.13.
|
70
|
+
gamesentenceminer-2.13.6.dist-info/licenses/LICENSE,sha256=OXLcl0T2SZ8Pmy2_dmlvKuetivmyPd5m1q-Gyd-zaYY,35149
|
71
|
+
gamesentenceminer-2.13.6.dist-info/METADATA,sha256=_baiRFxmvTAP2B_FR8HUasTmJ7zcBEbpbILtjw0QSTs,1463
|
72
|
+
gamesentenceminer-2.13.6.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
73
|
+
gamesentenceminer-2.13.6.dist-info/entry_points.txt,sha256=2APEP25DbfjSxGeHtwBstMH8mulVhLkqF_b9bqzU6vQ,65
|
74
|
+
gamesentenceminer-2.13.6.dist-info/top_level.txt,sha256=V1hUY6xVSyUEohb0uDoN4UIE6rUZ_JYx8yMyPGX4PgQ,18
|
75
|
+
gamesentenceminer-2.13.6.dist-info/RECORD,,
|
File without changes
|
{gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/entry_points.txt
RENAMED
File without changes
|
{gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/licenses/LICENSE
RENAMED
File without changes
|
{gamesentenceminer-2.13.5.post1.dist-info → gamesentenceminer-2.13.6.dist-info}/top_level.txt
RENAMED
File without changes
|