Re: [Lazarus] MJPEG streamer

2023-07-27 Thread Steve Gatenby via lazarus



On 24/7/23 09:35, Steve Gatenby via lazarus wrote:


On 23/7/23 18:35, Steve Gatenby via lazarus wrote:
Would anybody know if there is a component / code to enable reading 
an mjpeg stream from a http camera to a Lazarus form/panel (or 
anything really)


Dont mind installing libraries etc -

Looking to suit Linux specifically though

Thanks - SteveG



Thank you all -

exactly what I was hoping for - possibilities to follow :)

I will post if / once I get it figured as may be useful to others


I have written a (very) small unit to capture stream from esp32-cam 
(currently) and display in standard Lazarus TImage. First draft allows 
multiple cams / images.


What is the accepted way of supplying for use by others ? - do we have a 
central place for snippets / units for Pascal / Lazarus.


I know about CCR etc, but this is a bit small for that :) - so not sure 
what to do with it.


Have considered github, but seems overkill for such a small offering 
(and no guarantees it would always exist)


Regard - SteveG


--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Release Candidate 1 of 3.0

2023-07-27 Thread Luca Olivetti via lazarus

El 27/7/23 a les 17:16, Maxim Ganetsky via lazarus ha escrit:

27.07.2023 18:02, Luca Olivetti via lazarus пишет:

El 3/7/23 a les 13:33, Mattias Gaertner via lazarus ha escrit:


You can then open that copy in the RC1. Please test:


Now that, with Martin, I found the casue of the problem with the 
fpbebugger, now I have a different problem: the TSpeedButtons cut the 
text that previously fit.


See this picture:


https://postimg.cc/k61b0wCx

the upper toolbar is in lazarus 2.6, the lower one with 3.0 RC1.

The rest of the layout of the form seems OK.

Please create an issue and attach a test project there.


Done

https://gitlab.com/freepascal.org/lazarus/lazarus/-/issues/40410

Bye
--
Luca Olivetti
Wetron Automation Technology https://wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Release Candidate 1 of 3.0

2023-07-27 Thread Maxim Ganetsky via lazarus

27.07.2023 18:02, Luca Olivetti via lazarus пишет:

El 3/7/23 a les 13:33, Mattias Gaertner via lazarus ha escrit:


You can then open that copy in the RC1. Please test:


Now that, with Martin, I found the casue of the problem with the 
fpbebugger, now I have a different problem: the TSpeedButtons cut the 
text that previously fit.


See this picture:


https://postimg.cc/k61b0wCx

the upper toolbar is in lazarus 2.6, the lower one with 3.0 RC1.

The rest of the layout of the form seems OK.

Please create an issue and attach a test project there.

--
Best regards,
 Maxim Ganetsky  mailto:gan...@narod.ru

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


Re: [Lazarus] Lazarus Release Candidate 1 of 3.0

2023-07-27 Thread Luca Olivetti via lazarus

El 3/7/23 a les 13:33, Mattias Gaertner via lazarus ha escrit:


You can then open that copy in the RC1. Please test:


Now that, with Martin, I found the casue of the problem with the 
fpbebugger, now I have a different problem: the TSpeedButtons cut the 
text that previously fit.


See this picture:


https://postimg.cc/k61b0wCx

the upper toolbar is in lazarus 2.6, the lower one with 3.0 RC1.

The rest of the layout of the form seems OK.

Bye
--
Luca Olivetti
Wetron Automation Technology https://wetron.es/
Tel. +34 93 5883004 (Ext.3010)  Fax +34 93 5883007

--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus


[Lazarus] FPC compiler error messages file update

2023-07-27 Thread Michael Van Canneyt via lazarus



Hello,

We're preparing FPC fixes release 3.2.4.

There are some new error messages in the compiler/msg/errore.msg file,
they need to be translated to other available languages:

errorct.msg (Catalan)
errorda.msg (Danish)
errord.msg  (German, CP 850)
errordu.msg (German, UTF8)
errores.msg (Spanish)
errorfi.msg (Finish)
errorf.msg  (French)
errorhe.msg (Hebrew CP 1255)
errorheu.msg (Hebrew UTF8)
errorid.msg (Indonesian CP 20127)
erroriu.msg (Italian)
errorn.msg  (Dutch)
errorpli.msg (Polish CP 8859-2)
errorpl.msg (Polish CP 852)
errorpt.msg (Portugese CP 850)
errorptu.msg (Portugese UTF8)
errorr.msg (Russian CP 866)
errorru.msg (Russian UTF8)
errorues.msg (Spanish UTF8)

The tool compiler/utils/msgdif can be used to compare the language-specific
file with the original file, and will write a new.msg file.

so after compiling msgdif, if you execute the following command 
in the compiler/msg directory (I'm taking dutch as an example, you should

obviously use your language file):

msgdif errore.msg errorn.msg

it will result in a file new.msg which has all original messages from errorn.msg 
and all new messages: this 'new.msg' file needs to be corrected/updated.


I have not updated the various files myself using this method, since I am not
capable of interpreting the resulting new.msg since I don't read all these
languages, and would possibly commit wrong files as a result.

If you speak one of these languages, please consider updating the
corresponding language file and uploading a patch to the issue tracker, 
or you can send a diff to me and I will apply it.


If creating the msgdif tool and the new.msg file is too difficult for you, 
feel free to mail me and I will gladly do it for you.


Thanks in advance,

Michael.
--
___
lazarus mailing list
lazarus@lists.lazarus-ide.org
https://lists.lazarus-ide.org/listinfo/lazarus