falti
Member
falti updated CamooZ - Save & restore cam settings (local and remote) with a new update entry:
6.1
Read the rest of this update entry...
6.1
Read the rest of this update entry...
@Thebigcheese Pls check out Version 6.0b. Like I said, I cannot recreate the issue in my setup, but I still think this version will fix it, so please let me know
Good luck ;-)
Indeed it has fixed it! Thank you so much, everything is working great now. I can now disable Logi Tune and just use this.
Thank you for the quick response Falti, muc appreciated.Hi @Laurence Hookway
what version are you working with? The issue re having to load the file twice (cmd line) should be fixed since 6.0b.
Back light comp is a tricky thing. Has never been an issue for my cameras, so I did not include it in CamooZ...let me look into it.
Cheers
Falti
Bugfix for the case that you choose webserver-autostart and at the next start port 8080 is in use by another app. Older version of CamooZ would not start int that case.
6.3 now includes reliable toggling of Low light compensation - which btw. is different from backlight compensation. LL Value will be saved in profiles and loaded from there as well.
I was unable to get it to work via sending a http request. I know I can open it in browsers but I have 8 cameras I would like to be able to adjust and I don't want a URL opening on my computer everytime someone tries to adjust something. Ive posted this in the lioranboard discord hopefully someone smarter than me will help figure this out. Thank you again FaltiHi @ramasule,
two ideas:
1) Webbrowser interface already built-in
Have you noticed that CamooZ can be run as a webserver and then controlled via a browser on the same network (GUI or command line)?
Like e.g. http://192.168.2.13:8080/set?Brightness=128
2) I could provide a DLL
I cannot release the source code. It wouldn't help most people anyway as it's written in Delphi. But I have made an API exporting things into a very easy to use dll. Would you be the one to start using / testing it or are we talking other people?
Cheers
Falti
Version 6.4 comes with an additional and alternative much smaller GUI for those of you with limited monitor space ;-) It looks somewhat like the original DirectShow settings dialog as you may know from clicking "Configure video" in OBS. Clicking the button on the lower right brings you back to the big GUI.
View attachment 81656
View attachment 81657
6.4a fixes an issue when automating with the -file parameter and not giving a fully qualified path, but only the file name (when it sits in the same folder as the exe).
Example:
c:\program files\camooz\camooz.exe -file:"C:\Users\dauser\Documents\CamooZ6\HD_Pro_Webcam_C920\prod01.ccs" worked in 6.4
whereas
c:\program files\camooz\camooz.exe -file:"prod01.ccs" caused the file not to be properly processed.
Starting with 6.4a when we get only a filename and no folder, we shall...