[ 
http://opencast.jira.com/browse/MH-8367?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=28677#comment-28677
 ] 

Andreas Krieger commented on MH-8367:
-------------------------------------

Well, since we needed that functionality I did some investigation and found a 
"workaround" that makes things work for me:

... leave the custom pipeline for the camera away (ie. default BT787)
... in order to not get the feared "green picture" on the default, next I need 
to:
... modify 
/matterhorn/capture-agent/matterhorn-source/modules/matterhorn-capture-agent-impl/src/main/java/org/opencastproject/capture/pipeline/bins/producers/VideoProducer.java
 by adding these 2 lines 

    fpsCaps = Caps.fromString("video/x-raw-yuv,width=640,height=480");
    fpsfilter.setCaps(fpsCaps);

to the end of the setElementProperties() method,

... and then run the ./install.sh script again.

So things work now for me, but I have little idea as to how this should be in 
the MH-code or is rather a configuration issue of my BT878-card delivering no 
width/height?
                
> Capture Agent startup fails with confidence monitoring set to true
> ------------------------------------------------------------------
>
>                 Key: MH-8367
>                 URL: http://opencast.jira.com/browse/MH-8367
>             Project: Matterhorn Project
>          Issue Type: Bug
>          Components: Capture (Devices and Software)
>    Affects Versions: 1.3
>            Reporter: Andreas Krieger
>            Assignee: Waldemar Smirnow
>             Fix For: 1.3
>
>


--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
http://opencast.jira.com/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        
_______________________________________________
Matterhorn mailing list
[email protected]
http://lists.opencastproject.org/mailman/listinfo/matterhorn


To unsubscribe please email
[email protected]
_______________________________________________

Reply via email to