Git Product home page Git Product logo

Comments (7)

nesquik011 avatar nesquik011 commented on July 16, 2024

@nikolaseu hello i wonder did you fix the problem with configuration file ? is the software more stable now

from neuvision.

dentx22 avatar dentx22 commented on July 16, 2024

compilation ok

needs the ini file
I like camera I imagingsource dmk 23u236
https://www.theimagingsource.com/products/industrial-cameras/usb-3.0-monochrome/dmk23ux236/

from neuvision.

nesquik011 avatar nesquik011 commented on July 16, 2024

compilation ok

needs the ini file
I like camera I imagingsource dmk 23u236
https://www.theimagingsource.com/products/industrial-cameras/usb-3.0-monochrome/dmk23ux236/

do you want the ini file of that camera ? i think there is something wrong with ini

from neuvision.

nikolaseu avatar nikolaseu commented on July 16, 2024

There's no plugin for imaging source cameras, so unless it works with some other plugin like OpenCV you will not be able to use it without writing some code. You can check with ZCameraViewer if it's detected or not.
The ini file is just the configuration, if there's no plugin it will not work.

from neuvision.

Genn4dental avatar Genn4dental commented on July 16, 2024

version 0.2.0
i work camera in opencv
create the ini file for me
but when I run
Z3DScanner crashes
is something missing from the software?
when debugging it tells me that the problem is ZStructuredLight patterns

from neuvision.

dentx22 avatar dentx22 commented on July 16, 2024
if (m_opencvAttributeNames.empty()) {
    /// attribute id <-> name map
    m_opencvAttributeNames[cv::CAP_PROP_FRAME_WIDTH ] = "OpenCV::Frame::Width";
    m_opencvAttributeNames[cv::CAP_PROP_FRAME_HEIGHT] = "OpenCV::Frame::Height";
    m_opencvAttributeNames[cv::CAP_PROP_BRIGHTNESS  ] = "OpenCV::Brightness";
    m_opencvAttributeNames[cv::CAP_PROP_CONTRAST    ] = "OpenCV::Contrast";
    m_opencvAttributeNames[cv::CAP_PROP_SATURATION  ] = "OpenCV::Saturation";
    m_opencvAttributeNames[cv::CAP_PROP_HUE         ] = "OpenCV::Hue";
    m_opencvAttributeNames[cv::CAP_PROP_GAIN        ] = "OpenCV::Gain";
    m_opencvAttributeNames[cv::CAP_PROP_EXPOSURE    ] = "OpenCV::Exposure";
    m_opencvAttributeNames[cv::CAP_PROP_FPS         ] = "OpenCV::FPS";
}

/*/// try to get supported frame sizes
union {double prop; const char* name;} u;
u.prop = m_capture->get(cv::CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING);
// VideoCapture::get can return 0.0 or -1.0 if it doesn't support
// cv::CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING
if (u.prop != 0.0 && u.prop != -1.0) {
    qDebug() << "cv::CAP_PROP_SUPPORTED_PREVIEW_SIZES_STRING" << u.name;
} else */{
    m_frameSizes << QSize(320, 240)
                 << QSize(640, 480)
                 << QSize(640, 488)
                 << QSize(800, 600)
                 << QSize(848, 480)
                 << QSize(1280, 720)
                 << QSize(1280, 1024)

add << QSize(1600, 1200);

from neuvision.

nesquik011 avatar nesquik011 commented on July 16, 2024

@dentx22 thank you , i wonder what is the problem with the software @Genn4dental said the software doesnt work

from neuvision.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.