$ sudo apt update
$ sudo apt upgrade
$ sudo rpi-update
And try to take still photo using raspistill, error reported while loading libbrcmGLESv2.so:
raspistill: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory
But I still can take photos using Python.
I still can record video using raspivid, but cannot play with omxplayer, with error of:
/usr/bin/omxplayer.bin: error while loading shared libraries: libbrcmGLESv2.so: cannot open shared object file: No such file or directory
Updated@2016-07-07: This problem self-fixed by updating firmware with:
$ sudo rpi-update
No comments:
Post a Comment