lelandg / Raspberry-Pi-Security-Camera

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.)
MIT License
25 stars 5 forks source link

Unable to enable video display on the Pi side #27

Open xiyuduan opened 8 years ago

xiyuduan commented 8 years ago

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.