Onde está o arquivo de configuração do GUVCVIEW?

1

Eu tinha o GUVCVIEW funcionando uma vez antes. De repente parou de funcionar. Este é o erro que recebo ........

bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
bt_audio_service_open: connect() failed: Connection refused (111)
video device: /dev/video0 
/dev/video0 - device 1
Init. Intergrated Webcam (location: usb-0000:00:1a.7-2)
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 1024, height = 768 }
    Time interval between frame: 1/9, 1/5, 
{ discrete: width = 1280, height = 1024 }
    Time interval between frame: 1/9, 1/5, 
checking format: 1196444237
Format unavailable: 1196444237.
Init v4L2 failed !! 
Init video returned -2
trying minimum setup ...
video device: /dev/video0 
/dev/video0 - device 1
Init. Intergrated Webcam (location: usb-0000:00:1a.7-2)
{ pixelformat = 'YUYV', description = 'YUV 4:2:2 (YUYV)' }
{ discrete: width = 640, height = 480 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 352, height = 288 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 320, height = 240 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 176, height = 144 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 160, height = 120 }
    Time interval between frame: 1/30, 1/20, 1/15, 1/10, 1/5, 
{ discrete: width = 1024, height = 768 }
    Time interval between frame: 1/9, 1/5, 
{ discrete: width = 1280, height = 1024 }
    Time interval between frame: 1/9, 1/5, 
checking format: 1448695129
Requested Format unavailable: get width 640 height 480 
vid:0c45 
pid:6410 
driver:uvcvideo

(guvcview:4079): Gtk-CRITICAL **: gtk_hscale_new_with_range: assertion 'min < max' failed

(guvcview:4079): Gtk-CRITICAL **: gtk_scale_set_draw_value: assertion 'GTK_IS_SCALE (scale)' failed
Segmentation fault

Suponho que o problema esteja no fato de eu não conseguir localizar um arquivo de configuração para edição. Qualquer ajuda em onde esse arquivo pode estar? Eu tentei procurar por qualquer / tudo relacionado ao guvcview e tive zero sucesso.

Obrigado por ler isto e, esperamos, fornecer uma solução.

    
por Brian Snapp 29.06.2013 / 00:21

2 respostas

2

A documentação está errada, ou pelo menos desatualizada. Para a versão do guvcview atualmente nos repositórios do Ubuntu (1.7.1), os arquivos de configuração são gravados em:

~/.config/guvcview/videoN

onde videoN corresponde ao dispositivo (/ dev / video0, / dev / video1, ...)

    
por cxrodgers 28.08.2014 / 01:09
0

Citações da Documentação oficial :

  

O Guvcview armazena todas as opções em um arquivo de configuração chamado   .guvcviewrc, esse arquivo é armazenado no diretório inicial do usuário. O arquivo   é aberto no início e é reescrito na saída. Removendo o arquivo   os valores padrão serão carregados e um novo arquivo será gravado em   sair.

Você pode especificar o arquivo de configuração usando a opção -g

    
por gorban 15.01.2014 / 23:09