• MS-Windows: take a picture from the webcam

    From Harald Oehlmann@wortkarg3@yahoo.com to comp.lang.tcl on Fri Nov 8 10:46:58 2024
    From Newsgroup: comp.lang.tcl

    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
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Harald Oehlmann@wortkarg3@yahoo.com to comp.lang.tcl on Fri Nov 8 11:53:43 2024
    From Newsgroup: comp.lang.tcl

    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
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Olivier@user1108@newsgrouper.org.uk.invalid to comp.lang.tcl on Sat Nov 9 20:11:12 2024
    From Newsgroup: comp.lang.tcl

    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
    --- Synchronet 3.20a-Linux NewsLink 1.114
  • From Harald Oehlmann@wortkarg3@yahoo.com to comp.lang.tcl on Sun Nov 10 16:09:09 2024
    From Newsgroup: comp.lang.tcl

    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

    --- Synchronet 3.20a-Linux NewsLink 1.114