This project requires custom hardware. Schematics are included as a Fritzing file. Uses ePIR to detect motion. Emails a list of people when detected. Also is a Linphone server, so you can simultaneously connect to the camera for a live picture! (Right now is one-way on the Pi.)
Hi, I'm trying to achieve two way video streaming between raspberry and another linphone client. I changed the line:
self.core.video_display_enabled = False
to
self.core.video_display_enabled = True
When a call was established, I got the following error:
ERROR:root:no such method on filter MSVp8Dec, fid=16389 method index=7
CRITICAL:root:No video display filter could be instantiated. Please check build-time configuration
Aborted
Hi, I'm trying to achieve two way video streaming between raspberry and another linphone client. I changed the line: self.core.video_display_enabled = False to self.core.video_display_enabled = True
When a call was established, I got the following error:
ERROR:root:no such method on filter MSVp8Dec, fid=16389 method index=7 CRITICAL:root:No video display filter could be instantiated. Please check build-time configuration Aborted
Any ideas?
Thank you.