Rocksolid Light

News from da outaworlds

mail  files  register  groups  login

Message-ID:  

Beware of a dark-haired man with a loud tie.


comp / comp.lang.tcl / Re: MS-Windows: take a picture from the webcam

SubjectAuthor
* MS-Windows: take a picture from the webcamHarald Oehlmann
+- Re: MS-Windows: take a picture from the webcamHarald Oehlmann
`* Re: MS-Windows: take a picture from the webcamOlivier
 `- Re: MS-Windows: take a picture from the webcamHarald Oehlmann

1
Subject: MS-Windows: take a picture from the webcam
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Fri, 8 Nov 2024 09:46 UTC
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: MS-Windows: take a picture from the webcam
Date: Fri, 8 Nov 2024 10:46:58 +0100
Organization: A noiseless patient Spider
Lines: 18
Message-ID: <vgkmmi$33n6u$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 08 Nov 2024 10:46:59 +0100 (CET)
Injection-Info: dont-email.me; posting-host="9d8a4b53a76fcf3f5f88e81b466a6222";
logging-data="3267806"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19fsJ1RJIYCGdT+hy84ICDG"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:DSAKqcbAW+kp1GUmrzegXJtXXEw=
Content-Language: en-GB
View all headers

Dear Tcl/Tk developpers,

I have a MS-Windows Tablet with 2 cameras (front/back).
I want to read a QR-code using the cameras.
And the user should be guided by a picture while scanning.

What I need from Tk:
- select a camera
- take a picture (tk image ?)
- show it to the user (Tk label with an image ?) (probably scaled down)
- start the barcode decoder and get the information bc/no bc
- if no bc, get the next picture
- abort by an abort button

Does anybody has an idea for Tk for this ?

Thank you for any answer,
Harald

Subject: Re: MS-Windows: take a picture from the webcam
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Fri, 8 Nov 2024 10:53 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: MS-Windows: take a picture from the webcam
Date: Fri, 8 Nov 2024 11:53:43 +0100
Organization: A noiseless patient Spider
Lines: 30
Message-ID: <vgkqjn$33n6u$3@dont-email.me>
References: <vgkmmi$33n6u$2@dont-email.me>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Fri, 08 Nov 2024 11:53:43 +0100 (CET)
Injection-Info: dont-email.me; posting-host="9d8a4b53a76fcf3f5f88e81b466a6222";
logging-data="3267806"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19wO7gHXuvZzrdeFnNRMXay"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:wTwnkiURu65GCdSHHjJ42dgCdac=
In-Reply-To: <vgkmmi$33n6u$2@dont-email.me>
Content-Language: en-GB
View all headers

Am 08.11.2024 um 10:46 schrieb Harald Oehlmann:
> Dear Tcl/Tk developpers,
>
> I have a MS-Windows Tablet with 2 cameras (front/back).
> I want to read a QR-code using the cameras.
> And the user should be guided by a picture while scanning.
>
> What I need from Tk:
> - select a camera
> - take a picture (tk image ?)
> - show it to the user (Tk label with an image ?) (probably scaled down)
> - start the barcode decoder and get the information bc/no bc
> - if no bc, get the next picture
> - abort by an abort button
>
> Does anybody has an idea for Tk for this ?
>
> Thank you for any answer,
> Harald

Incredible Mr-Androwish has the answer:

https://www.androwish.org/home/wiki?name=wmf+command
https://www.androwish.org/home/dir?ci=tip&name=undroid/tclwmf


https://www.androwish.org/home/file?name=assets/zbar0.10/zbartool.tcl&ci=tip

Thanks !
Harald

Subject: Re: MS-Windows: take a picture from the webcam
From: Olivier
Newsgroups: comp.lang.tcl
Date: Sat, 9 Nov 2024 20:11 UTC
References: 1
Path: eternal-september.org!news.eternal-september.org!newsgrouper.org.uk!.POSTED!not-for-mail
From: user1108@newsgrouper.org.uk.invalid (Olivier)
Newsgroups: comp.lang.tcl
Subject: Re: MS-Windows: take a picture from the webcam
References: <vgkmmi$33n6u$2@dont-email.me>
Date: Sat, 09 Nov 2024 20:11:12 GMT
Message-ID: <1731183072-1108@newsgrouper.org.uk>
Injection-Info: newsgrouper.org.uk; mail-complaints-to="newsgrouper@yahoo.com"; posting-account=user1108
Injection-Date: Sat, 09 Nov 2024 20:11:12 GMT
User-Agent: Newsgrouper/0.6.3
View all headers

Harald Oehlmann <wortkarg3@yahoo.com> posted:

The closest architecture I know for that, and based on Tk is AuDela
https://sourceforge.net/projects/audela/

It is not very active but alive.
You could take picture from a telescope through a camera.
One difficulty is that it is based on BLT which with its tabnotebook
and image processing should answer to some of your needs.
But refactoring BLT no more have those functionalities I think.
The maintener has made some changes so you could contact him ?

Best regards,

Olivier.

> Dear Tcl/Tk developpers,
>
> I have a MS-Windows Tablet with 2 cameras (front/back).
> ....
> ....
> Thank you for any answer,
> Harald

Subject: Re: MS-Windows: take a picture from the webcam
From: Harald Oehlmann
Newsgroups: comp.lang.tcl
Organization: A noiseless patient Spider
Date: Sun, 10 Nov 2024 15:09 UTC
References: 1 2
Path: eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: wortkarg3@yahoo.com (Harald Oehlmann)
Newsgroups: comp.lang.tcl
Subject: Re: MS-Windows: take a picture from the webcam
Date: Sun, 10 Nov 2024 16:09:09 +0100
Organization: A noiseless patient Spider
Lines: 33
Message-ID: <vgqiaj$e5uc$2@dont-email.me>
References: <vgkmmi$33n6u$2@dont-email.me>
<1731183072-1108@newsgrouper.org.uk>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Sun, 10 Nov 2024 16:09:07 +0100 (CET)
Injection-Info: dont-email.me; posting-host="141381629990736127a3e914f4075b95";
logging-data="464844"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/lAR99MiHwAFUfGeldtHxG"
User-Agent: Mozilla Thunderbird
Cancel-Lock: sha1:EOHpOO9FOuHp7BdwMcX0R5VCLrU=
In-Reply-To: <1731183072-1108@newsgrouper.org.uk>
Content-Language: en-GB
View all headers

Dear Oliver,
thanks for the great pointer.
The work by magic-Mr-Androwish perfectly suites me.
I made it work with MS-VS2015 and Chritian integrated the patches !

Thanks for all,
Harald

Am 09.11.2024 um 21:11 schrieb Olivier:
> Harald Oehlmann <wortkarg3@yahoo.com> posted:
>
> The closest architecture I know for that, and based on Tk is AuDela
> https://sourceforge.net/projects/audela/
>
> It is not very active but alive.
> You could take picture from a telescope through a camera.
> One difficulty is that it is based on BLT which with its tabnotebook
> and image processing should answer to some of your needs.
> But refactoring BLT no more have those functionalities I think.
> The maintener has made some changes so you could contact him ?
>
> Best regards,
>
> Olivier.
>
>> Dear Tcl/Tk developpers,
>>
>> I have a MS-Windows Tablet with 2 cameras (front/back).
>> ....
>> ....
>> Thank you for any answer,
>> Harald

1

rocksolid light 0.9.8
clearnet tor