Git Product home page Git Product logo

Comments (5)

Neutree avatar Neutree commented on September 26, 2024

reboot and try again, error from camera module

from libmaix.

ZHEQIUSHUI avatar ZHEQIUSHUI commented on September 26, 2024

reboot and try again, error from camera module

i reboot many times,
d4e466f93cea7b21a333e184e0a799b

from libmaix.

ZHEQIUSHUI avatar ZHEQIUSHUI commented on September 26, 2024

python3 use camera and display is good
a2b29f029ff732f744d06ecc9c4af59

from libmaix.

junhuanchen avatar junhuanchen commented on September 26, 2024

Maybe check the libmaix_cam library first and maixPy3 is working properly? Must it happen?

from libmaix.

ZHEQIUSHUI avatar ZHEQIUSHUI commented on September 26, 2024

需要模仿camera的example同时打开两个cam,就会正常出图

    libmaix_cam_t* cam = libmaix_cam_create(0, res_w, res_h, 1, 0);
    if(!cam)
    {
        printf("create cam fail\n");
    }
  
    libmaix_cam_t* cam1 = libmaix_cam_create(1, 256, 160, 1, 0);
    if(!cam1)
    {
        printf("create cam1 fail\n");
    }
  

记得要destory

    if(cam)
        libmaix_cam_destroy(&cam);
    if(cam1)
        libmaix_cam_destroy(&cam1);

from libmaix.

Related Issues (19)

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.