Coder Social home page Coder Social logo

Comments (3)

techyian avatar techyian commented on June 20, 2024

Hi, I have very little time to invest in this project at the moment, but I believe you may be able to get around this by doing something like the following (note that the SetParameter method seen in MMALCameraComponent is internal, so this is bypassing that):

MMALCheck(MMALUtil.mmal_port_parameter_set_int32(port.Ptr, (uint)MMALParametersCamera.MMAL_PARAMETER_CAMERA_NUM, 1), "Unable to set int value");

camera.ConfigureCameraSettings();

I'm unsure what variable name you're using to store the MMALCamera instance, so please change that as appropriate. As said previously, I'm unsure whether this will work but that's the only thing I can think of currently which may help in the short term.

from mmalsharp.

mkj-stonehill avatar mkj-stonehill commented on June 20, 2024

Thanks for your time, Ian.

I tried this:

    // Select which camera to capture from
    unsafe
    {
        try
        {
            MMALNativeExceptionHelper.MMALCheck( MMALUtil.mmal_port_parameter_set_int32(Cam.Camera.Control.Ptr, MMALParametersCamera.MMAL_PARAMETER_CAMERA_NUM, 1), "Unable to set int value");
        }
        catch (Exception ex)
        {
            Console.WriteLine("Unable to select camera");
            Console.WriteLine(ex.Message);
        }
    }

But I'm getting an invalid argument exception (from MMAL). I had to guess about the port pointer to pass; maybe that's where I went wrong? Seems hard to screw up the parameter ID or the camera number.

from mmalsharp.

mkj-stonehill avatar mkj-stonehill commented on June 20, 2024

Looking at the sources for MMAL, I see that it can emit log messages. Where do those appear? What do I have to do to enable them? That should give me some clue as to what MMAL doesn't like about my call...

from mmalsharp.

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.