Error report using a camera sdk for barcode scanning in C#

Discussion in 'C#' started by BrianVento, Jan 27, 2015.

  1. BrianVento

    BrianVento New Member

    Joined:
    Jan 27, 2015
    Messages:
    1
    Likes Received:
    0
    Trophy Points:
    0
    Hi Guys,

    I have to develop an application which can help me in barcode scanning. I installed the solution of the Ozeki Camera SDK but i got a report that “unknown namespace Ozeki.Media.MediaHandlers.Video.CV.Processer reported” :surprised :disappoin :confused:

    Has anybody tried this software and can help me where I got wrong?

    Furthermore, any ideas and tips will be appreciated.

    Good day,

    Brian
     
  2. Bareilles

    Bareilles New Member

    Joined:
    Apr 16, 2015
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Seeing the report that you have inserted, I think you missed to add the necessary dll file to your references in your development interface, or the necessary using lines are missing at the beginning of the code.

    I recommend you to check this C# source code for barcode snanning (camera-sdk.com/p_264-how-to-implement-barcode-scanning-from-the-stream-of-an-usb-camera-in-c-onvif.html) and study the quick start guide!
     
  3. Bareilles

    Bareilles New Member

    Joined:
    Apr 16, 2015
    Messages:
    2
    Likes Received:
    0
    Trophy Points:
    0
    Hello,

    It may solve your problem if you add the dll file to your references. If it is done, please check whether the necessary using lines at the beginning of the code has been added or not.
     

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice