Resource icon

Python Tkinter OBS Recording & Replay Indicator 1.1.0

Tap1x

New Member
Tap1x submitted a new resource:

Python Tkinter OBS Recording & Replay Indicator - Compact on-screen indicator for OBS recording and replay buffer status.

Description
A super-lightweight Python/Tkinter overlay that shows recording and Instant-Replay status icons (in the style of NVIDIA Geforce Instant Replay) on top of all windows (except exclusive fullscreen), with no external dependencies, and fully visible in your OBS captures.


Functionality
• Green “REC” icon on a dark background during recording
• Red circular icon with white replay arrows displayed for 5 seconds when the replay buffer is saved

Donations
If you’d...

Read more about this resource...
 

aftrshck

New Member
How do i make this work? Getting bunch of errors.
Do i need to install some extra libraries or other python version?


[Unknown Script] Exception in thread Thread-2:
[Unknown Script] Traceback (most recent call last):
[Unknown Script] File "C:\Program Files\Python36\lib\threading.py", line 916, in _bootstrap_inner
[Unknown Script] self.run()
[Unknown Script] File "C:\Program Files\Python36\lib\threading.py", line 864, in run
[Unknown Script] self._target(*self._args, **self._kwargs)
[Unknown Script] File "C:/Users/AFTRSHCK/Downloads\OBS-Indicator-1-1-0-En.py", line 109, in start_app
[Unknown Script] overlay = Overlay()
[Unknown Script] File "C:/Users/AFTRSHCK/Downloads\OBS-Indicator-1-1-0-En.py", line 52, in __init__
[Unknown Script] self.pause_img = tk.PhotoImage(data=B64_PAUSE)
[Unknown Script] File "C:\Program Files\Python36\lib\tkinter\__init__.py", line 3545, in __init__
[Unknown Script] Image.__init__(self, 'photo', name, cnf, master, **kw)
[Unknown Script] File "C:\Program Files\Python36\lib\tkinter\__init__.py", line 3501, in __init__
[Unknown Script] self.tk.call(('image', 'create', imgtype, name,) + options)
[Unknown Script] _tkinter.TclError: encountered an unsupported criticial chunk type "eXIf"
[Unknown Script]
 
Top