Code Monkey home page Code Monkey logo

Comments (6)

Swarkin avatar Swarkin commented on September 27, 2024 3

I have the same issue on 32bit raspberry pi model b

from picamera.

DUCHUAN99 avatar DUCHUAN99 commented on September 27, 2024 1

I use a 32bit operating system on raspberry 3b+ and still encounter the above error, what should I do?

from picamera.

XPbIM3 avatar XPbIM3 commented on September 27, 2024

Same with me.
-Raspberry Pi 4B 4Gb
-64Bit rasp os
-libmmal.so is present in /opt/vc/lib/libmmal.so but seem to be a 32bit binary

from picamera.

6by9 avatar 6by9 commented on September 27, 2024

MMAL (which picamera uses) is not supported on 64bit userland
raspberrypi/userland#688

from picamera.

VisheshSingh1 avatar VisheshSingh1 commented on September 27, 2024

did you guys got any solution .. I am getting same error .. using model 3 b os 32bit

from picamera.

Liuss44 avatar Liuss44 commented on September 27, 2024

I had same error and I solved it by moving

/opt/vc/lib/libmmal_vc_client.so
/opt/vc/lib/libmmal_util.so
/opt/vc/lib/libmmal_core.so
/opt/vc/lib/libmmal_components.so
/opt/vc/lib/libmmal.so

into

/usr/lib/

If it cant find any other files just use
sudo find / -name "name of the file"
and move then into > /usr/lib/

worked for me

hope this helps. :)

from picamera.

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.