rpidatv
rpidatv copied to clipboard
Digital Television Transmitter on Raspberry Pi
Package wiringpi is not available, but is referred to by another package. This may mean that the package is missing, has been obsoleted, or is only available from another source...
`mv: cannot stat 'rpidatv-master': No such file or directory` That's what i get when i setup pidatv Full code : `Get:1 file:/var/cache/openmediavault/archives InRelease Ign:1 file:/var/cache/openmediavault/archives InRelease Get:2 file:/var/cache/openmediavault/archives Release Ign:2...
`gcc -O2 -Wall -I/opt/vc/include -I/opt/vc/include/interface/vmcs_host/linux -I/opt/vc/include/interface/vcos/pthreads -fPIC -c libshapes.c` `gcc -L/opt/vc/lib -lEGL -lGLESv2 -ljpeg -shared -o libshapes.so oglinit.o libshapes.o ` `/usr/bin/ld: cannot find -lEGL` `/usr/bin/ld: cannot find -lGLESv2` `collect2: error:...
I have seen many projects like this for raspberry pi. I was wondering: a notebook has a lot of gpio pins driven by PCH or other devices. Most of them...
Hey, thanks for this it's so exciting! I was planning to use the raspberry as tv transmitter for a university project but, if I can use raspberry for some stuff,...
Hello, after successfully build, I was looking for console menu GUI or RPiDATVGUI script but could not find one from installation. Is there any other way to have access of...
Hi Folks I would really appreciate some advice. I simply cannot get rpidatv to work properly. Watching the numerous youtube demos, it seems very easy. I would like to use...
Fixed renamed dependencies
updated renamed dependencies
Debian Stretch on the raspberry pi has renamed the libraries -lEGL -lGLESv2 to -lbrcmEGL -lbrcmGLESv2 Without this change compilation will fail.