This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA2EVM5777: Infoadas example No Layouts

Part Number: TDA2EVM5777

Hi,

When i try to Infoadas example lvds-vip-single-cam i am getting  ERR: No layouts found

I tried to add layout in /opt/infoadas/bin/layouts.xml and layouts-lcd10.xml for vip single cam but still it show ERR: No layouts found

I added layout like this

<!-- Capture display Single channel -->                          
        <Layout plugin="preview" chain="lvds-vip-single-cam">     
                <Link idx="0" name="Preview">                            
                        <Surface>                                        
                                <Label>Preview</Label>                   
                                <Position>5,5</Position>                 
                                <Size>952x532</Size>         
                                <Screen>HDMI</Screen>                
                        </Surface>                                   
                </Link>                                                  
        </Layout>    

Do i need to change anything in code to make it working?