BlueIris Indigo 2023.2 Version Release in Store 1.3.11

Posted on
Wed Jan 24, 2024 3:35 pm
GlennNZ offline
User avatar
Posts: 1573
Joined: Dec 07, 2014
Location: Central Coast, Australia

BlueIris Indigo 2023.2 Version Release in Store 1.3.11

1.3.11
Indigo 2023.2, API 3.4 Only


Let Indigo install dependencies and manage quarantine.
Create and use pypi library plugin_gifsicle for downloading binary for animated gif creation
see here: https://pypi.org/project/plugin-gifsicle/
Removes any need for xattr unquarantine commands

Remove Pillow and use Indigo installed pillow

Other changes:
Add support for creation of Webp Animated Image as potential replacement for Animated Gif
Appears similar size with better image quality, supported by iMsg as well.

Animated Gif Creation.
Add Number of images to Animated gif as editable, defaults to 15.
Large numbers == very large files.
Add action group for creation of animated Webp images,) should be better animated option. (use Pillow to convert)
Update Quality options for Webp (20 seems ideal)

Camera Groups

Add BlueIris Camera Groups - enables All Cameras as one feed, or indeed single Camera cycling through motion.

These are the groups that you create in BlueIris, can be 1 - hundreds. Groupings of one or multiple cameras, including option to cycle through active camera
eg. Whatever camera in group is triggered will be shown and then move to next triggered etc.
Enables creation of FrontDoor/Doorbell like groups incorporating a number of cameras.

Press generate Cameras from plugin Config menu and these new Groups will appear.

Remember that these are not real cameras - eg. no triggering of Groups possible for example.

Limited states for these Groups and decide to use same Device type == Camera, as a Group it doesn’t support all options (for example BlueIris groups do not trigger)

Main usage: Enables support in Home app, via HomeKitLink of BlueIris Camera Groups.
Easy to add one or other group to Home via HomeKitLink.

Posted on
Thu Jan 25, 2024 5:13 pm
whmoorejr offline
User avatar
Posts: 763
Joined: Jan 15, 2013
Location: Houston, TX

Re: BlueIris Indigo 2023.2 Version Release in Store

I've hit a snag on install: (upgraded indigo to 2023.2) began updating plugins. This is the log when I try to start the BI plugin:
Code: Select all
   BlueIris Plugin Error           Error in plugin execution InitializeMain:

  File "plugin.py", line 32, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/Image.py", line 84, in <module>
type: dlopen(/Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/_imaging.cpython-311-darwin.so, 2): Library not loaded: @loader_path/libXau.6.0.0.dylib
  Referenced from: /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libxcb.1.1.0.dylib
  Reason: no suitable image found.  Did find:
   /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libXau.6.0.0.dylib: cannot load 'libXau.6.0.0.dylib' (load command 0x80000034 is unknown)
   /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libXau.6.0.0.dylib: cannot load 'libXau.6.0.0.dylib' (load command 0x80000034 is unknown)

   Stopping plugin "BlueIris Plugin 1.3.10" (pid 1498)
   Stopped plugin "BlueIris Plugin 1.3.10"

Bill
My Plugin: My People

Posted on
Thu Jan 25, 2024 5:39 pm
GlennNZ offline
User avatar
Posts: 1573
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: BlueIris Indigo 2023.2 Version Release in Store

whmoorejr wrote:
I've hit a snag on install: (upgraded indigo to 2023.2) began updating plugins. This is the log when I try to start the BI plugin:
Code: Select all
   BlueIris Plugin Error           Error in plugin execution InitializeMain:

  File "plugin.py", line 32, in <module>
  File "/Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/Image.py", line 84, in <module>
type: dlopen(/Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/_imaging.cpython-311-darwin.so, 2): Library not loaded: @loader_path/libXau.6.0.0.dylib
  Referenced from: /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libxcb.1.1.0.dylib
  Reason: no suitable image found.  Did find:
   /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libXau.6.0.0.dylib: cannot load 'libXau.6.0.0.dylib' (load command 0x80000034 is unknown)
   /Library/Application Support/Perceptive Automation/Indigo 2023.2/Plugins/BlueIris.indigoPlugin/Contents/Packages/PIL/.dylibs/libXau.6.0.0.dylib: cannot load 'libXau.6.0.0.dylib' (load command 0x80000034 is unknown)

   Stopping plugin "BlueIris Plugin 1.3.10" (pid 1498)
   Stopped plugin "BlueIris Plugin 1.3.10"


Hi Bill

Try 1.3.11

https://github.com/Ghawken/IndigoPlugin ... tag/1.3.11
& Plugin store momentarily

Removes pillow altogether and uses Indigo version (which is now updated)

Some reports of Pillow not compiling on OSX - may still get same issue with Indigo main Pillow install... but hopefully not...

Posted on
Thu Jan 25, 2024 7:07 pm
whmoorejr offline
User avatar
Posts: 763
Joined: Jan 15, 2013
Location: Houston, TX

Re: BlueIris Indigo 2023.2 Version Release in Store 1.3.11

The update to 1.3.11 fixed it. Running smooth as butter now.

Bill
My Plugin: My People

Posted on
Thu Jan 25, 2024 7:11 pm
GlennNZ offline
User avatar
Posts: 1573
Joined: Dec 07, 2014
Location: Central Coast, Australia

Re: BlueIris Indigo 2023.2 Version Release in Store 1.3.11

whmoorejr wrote:
The update to 1.3.11 fixed it. Running smooth as butter now.


Good.Good.

Interesting - did you need to install xcode command line tools at any time?

(This could be issue with startup after packages failed to install if you did)

Posted on
Thu Jan 25, 2024 7:17 pm
whmoorejr offline
User avatar
Posts: 763
Joined: Jan 15, 2013
Location: Houston, TX

Re: BlueIris Indigo 2023.2 Version Release in Store 1.3.11

GlennNZ wrote:
whmoorejr wrote:
The update to 1.3.11 fixed it. Running smooth as butter now.


Good.Good.

Interesting - did you need to install xcode command line tools at any time?

(This could be issue with startup after packages failed to install if you did)


It was already installed, but hadn't updated in a while. I'm tracking a different plugin where xcode was a potential culprit.... so yes, xcode was updated, but prior to updating to 1.3.11. So I'm not sure if it helped.

I'm kinda a potato with some of this stuff. I have installed so much stuff via terminal.... no clue what 90% of it was/is. I thought, for example, I had the pillow library already installed for a different plugin (that no longer exists)... but who knows. I really need a new indigo machine so I can start from scratch.

Bill
My Plugin: My People

Page 1 of 1

Who is online

Users browsing this forum: No registered users and 9 guests