Re: [GnomeMeeting-list] About recognition of a camera



I disturbed. Sorry.
I am sorry to be poor English.

I operated, although there was also a still a little strange place.

Now, it is GnomeMeeting.
The check of ja.po of operation can be performed now.

> On Sat, 1 Dec 2001 19:20:58 +0900
> Katsumi Saito <katsumi jo1upk ymt prug or jp> wrote:
> d.
>
> > Is there any version of PWLib and Openh323 which are recommended by
> > GnomeMeeting (0.12 cvs)?
>
> The newest one.
>
> > Although RPM was acquired from the site linked on the page of
> > GnomeMeeting, since the compile error came out by Opneh323, the newest
> > was acquired.
>
> There is no RPM for the new versions of OpenH323. Perhaps is it the
> problem. You can also have compile GM with a different version of OpenH323
> than the one it is linked with.
>
> Try to make sure to make a clean installation. Without conflicts
> between libs...
>
> > If there is a version which something recommends,
> > I will want the checkin according to it again.

A message came to be displayed when re-compiling only GnomeMeeting.
-> Your driver doesn't support the YUV420P format.

o About Pop-up of a message.
  GnomeMeeting What RPM-ized and was introduced was strange.
  Spec file From GnomeMeeting 0.11 was taken out and used.
  It was not the problem of locale.

o About YUV420P.
  It will come to be recognized if the following programs are performed.

---
#include <stdio.h>
#include <sys/ioctl.h>
#include <fcntl.h>
#include <linux/videodev.h>

int dev;
int bytes_per_rgb;
struct video_picture vid_pic;

int main( int   argc, char *argv[] )
{
  int ib, ic, iw;

  dev = open ("/dev/video0", O_RDWR);
  if (dev < 0) {
          perror("/dev/video0");
          exit(1);
  }

  ioctl (dev, VIDIOCGPICT, &vid_pic); /* Get picture properties */

  ib = (vid_pic.brightness)/256;
  ic = (vid_pic.contrast)/256;
  iw = (vid_pic.colour)/256;

  vid_pic.palette = VIDEO_PALETTE_RGB24; /* 24bit RGB */
  bytes_per_rgb = 3;
  vid_pic.depth = 24;

  /* Set picture properties */
  if(ioctl (dev, VIDIOCSPICT, &vid_pic)) {
    perror("wrong palette/depth");
    exit( 1 );
  }

  return 0;
}
----

  Although /proc/cpia/video0 was referred to, 
  especially decisive contents were not detected.

  o proc.ng is error. / proc.ok is ok.
    Although checked several times, it is not, if it decides.

--- proc.ng     Sun Dec  2 15:59:37 2001
+++ proc.ok     Sun Dec  2 16:06:48 2001
@@ -11,13 +11,13 @@
 cmd_error:                0x00
 debug_flags:              0x00
 vp_status:                0x10
-error_code:               0x5c
-video_size:               CIF 
+error_code:               0x32
+video_size:               QCIF
 sub_sample:               422
 yuv_order:                YUYV
-roi:                      (  0,   0) to (352, 288)
-actual_fps:                 0
-transfer_rate:               0kB/s
+roi:                      (  0,   0) to (176, 144)
+actual_fps:                 7
+transfer_rate:             275kB/s
 
 read-write
 -----------------------  current       min       max   default  comment
@@ -25,7 +25,7 @@
 contrast:                     48         0        96        48  steps of 8
 saturation:                   50         0       100        50
 sensor_fps:               15.000         3        30        15
-stream_start_line:           240         0       288       240
+stream_start_line:           120         0       144       120
 ecp_timing:               normal      slow    normal    normal
 color_balance_mode:         auto    manual      auto      auto
 red_gain:                     32         0       212        32
@@ -35,8 +35,8 @@
 exposure_mode:              auto    manual      auto      auto
 centre_weight:                on       off        on        on
 gain:                          1         1  max_gain         1  1,2,4,8 
possible
-fine_exp:                      0         0       511         0
-coarse_exp:                  185         0     65535       185
+fine_exp:                      2         0       511         0
+coarse_exp:                  100         0     65535       185
 red_comp:                    220       220       255       220
 green1_comp:                 214       214       255       214
 green2_comp:                 214       214       255       214
---

o About the present environment.
  - RedHat Linux 7.2
  - Kernel 2.4.17-pre2
  - GnomeMeeting 0.12 (cvs)
  - openh323 1.7.8 (cvs) -> It introduces by making it RPM.
  - pwlib 1.2.7 (cvs)    -> It introduces by making it RPM.

  With [ although the check of operation was carried out
  in this environment ] no problem.

--
Thank you for your kindness.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]