You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello I am running hasswp on windows 10.
I am having turbojpg error and the thumbnail on the camera does not work.
I am having the following error on the logs.
Logger: homeassistant.components.camera.img_util
Source: C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\homeassistant\components\camera\img_util.py:102
integration: Camera (documentation, issues)
First occurred: 1:47:13 PM (1 occurrences)
Last logged: 1:47:13 PM
Error loading libturbojpeg; Camera snapshot performance will be sub-optimal
Traceback (most recent call last):
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\homeassistant\components\camera\img_util.py", line 100, in init
TurboJPEGSingleton.__instance = TurboJPEG()
^^^^^^^^^^^
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\turbojpeg.py", line 298, in init
self.__find_turbojpeg() if lib_path is None else lib_path)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\turbojpeg.py", line 928, in __find_turbojpeg
raise RuntimeError(
RuntimeError: Unable to locate turbojpeg library automatically. You may specify the turbojpeg library path manually.
e.g. jpeg = TurboJPEG(lib_path)
And also, when I tried to install ffmpeg.exe on config directory but i am still having ffmpeg not loaded error as well.
Maybe this is for another issue..
The text was updated successfully, but these errors were encountered:
Hello I am running hasswp on windows 10.
I am having turbojpg error and the thumbnail on the camera does not work.
I am having the following error on the logs.
Logger: homeassistant.components.camera.img_util
Source: C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\homeassistant\components\camera\img_util.py:102
integration: Camera (documentation, issues)
First occurred: 1:47:13 PM (1 occurrences)
Last logged: 1:47:13 PM
Error loading libturbojpeg; Camera snapshot performance will be sub-optimal
Traceback (most recent call last):
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\homeassistant\components\camera\img_util.py", line 100, in init
TurboJPEGSingleton.__instance = TurboJPEG()
^^^^^^^^^^^
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\turbojpeg.py", line 298, in init
self.__find_turbojpeg() if lib_path is None else lib_path)
^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\ta2nc\Downloads\HassWP_2024.4.3\python-3.12.3.amd64\Lib\site-packages\turbojpeg.py", line 928, in __find_turbojpeg
raise RuntimeError(
RuntimeError: Unable to locate turbojpeg library automatically. You may specify the turbojpeg library path manually.
e.g. jpeg = TurboJPEG(lib_path)
And also, when I tried to install ffmpeg.exe on config directory but i am still having ffmpeg not loaded error as well.
Maybe this is for another issue..
The text was updated successfully, but these errors were encountered: