Webcambox can not be created
Bug #1010360 reported by
Schwarzburg
This bug affects 4 people
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Quickly Widgets |
New
|
Undecided
|
Unassigned |
Bug Description
I try to create a webcambox like this:
from quickly.
camera = WebCamBox()
which gives the following error:
camera = WebCamBox()
File "/usr/lib/
bus = self.camerabin.
AttributeError: 'NoneType' object has no attribute 'get_bus'
This can be solved by initializing Gst.
To post a comment you must log in.
I had the same problem for MediaPlayerBox, so this fix should also be applied to MediaPlayerBox