Results 1 to 10 of 10

Thread: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

  1. #1

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Almost all libraries that read QR codes via webcam use net 4.5 or higher. I want to find a QR code reader library with net version 4.0 ?

  2. #2
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Do any of the ones you have found provide source code that you could recompile under .NET 4.0, possibly making changes if required?

  3. #3

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    I have few examples of this but those libraries must use net 4.5 or higher like:
    AForge.dll
    AForge.Video.DirectShow.dll
    AForge.Video.dll
    DarrenLee.Media.dll
    zxing.dll
    zxing.presentation.dll

    Besides the above company, is there any other company that has the above features such as support for net 4.0 library ?
    Last edited by dong; Jun 25th, 2021 at 03:46 AM.

  4. #4
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,474

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    https://www.nuget.org/packages/BarCode/ - claims to only require 4.0

    https://github.com/codebude/QRCoder/ - OSS so might be able to recompile if it needs 4.5 or higher

  5. #5
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by dong View Post
    I have few examples of this but those libraries must use net 4.5 or higher like:
    AForge.dll
    AForge.Video.DirectShow.dll
    AForge.Video.dll
    DarrenLee.Media.dll
    zxing.dll
    zxing.presentation.dll

    Besides the above company, is there any other company that has the above features such as support for net 4.0 library ?
    Thanks for not answering the question that I actually asked.

  6. #6

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by jmcilhinney View Post
    Thanks for not answering the question that I actually asked.
    I have not understood your question. I want to find a net 4.0 library that supports webcams to read QR codes, so that I can use it for computers with weak configurations. You want to ask me anything ?

  7. #7
    Super Moderator jmcilhinney's Avatar
    Join Date
    May 2005
    Location
    Sydney, Australia
    Posts
    110,344

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by dong View Post
    You want to ask me anything ?
    I already did, but you chose not to answer it. You implied that you had already found some libraries that targeted .NET 4.5 or above. I asked whether any of those libraries came with source code that you could recompile against .NET 4.0, with appropriate modifications if required. What's not to understand?

  8. #8

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by jmcilhinney View Post
    I already did, but you chose not to answer it. You implied that you had already found some libraries that targeted .NET 4.5 or above. I asked whether any of those libraries came with source code that you could recompile against .NET 4.0, with appropriate modifications if required. What's not to understand?
    The libraries I found do not support webcam net 4.0, some of the links all you put up I tested do not support webcams, those links read image files that do not support webcam

  9. #9
    PowerPoster PlausiblyDamp's Avatar
    Join Date
    Dec 2016
    Location
    Pontypool, Wales
    Posts
    2,474

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by dong View Post
    The libraries I found do not support webcam net 4.0, some of the links all you put up I tested do not support webcams, those links read image files that do not support webcam
    So can any of them work with an in memory image? If so why not find a library that lets you capture a webcam image and then use that with the QR library?

  10. #10

    Thread Starter
    Fanatic Member
    Join Date
    Mar 2008
    Posts
    519

    Re: Is there a *.dll net 4.0 library that reads QR codes for webcams in C# ?

    Quote Originally Posted by PlausiblyDamp View Post
    So can any of them work with an in memory image? If so why not find a library that lets you capture a webcam image and then use that with the QR library?
    If I can't find the 4.0 library that supports webcam, I'll take your way and take a QR photo

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width