File: camerav4l.cc

package info (click to toggle)
player 3.0.2%2Bdfsg-4
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 16,968 kB
  • sloc: cpp: 118,349; ansic: 34,116; python: 1,710; ruby: 269; tcl: 265; java: 189; makefile: 113; sh: 30; php: 3
file content (672 lines) | stat: -rw-r--r-- 18,659 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
/*
 *  Player - One Hell of a Robot Server
 *  Copyright (C) 2000  Brian Gerkey et al.
 *
 *  This program is free software; you can redistribute it and/or modify
 *  it under the terms of the GNU General Public License as published by
 *  the Free Software Foundation; either version 2 of the License, or
 *  (at your option) any later version.
 *
 *  This program is distributed in the hope that it will be useful,
 *  but WITHOUT ANY WARRANTY; without even the implied warranty of
 *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 *  GNU General Public License for more details.
 *
 *  You should have received a copy of the GNU General Public License
 *  along with this program; if not, write to the Free Software
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 */
///////////////////////////////////////////////////////////////////////////
//
// Desc: Video for Linux capture driver
// Author: Andrew Howard
// Date: 9 Jan 2004
// CVS: $Id: camerav4l.cc 8062 2009-07-21 03:47:16Z gbiggs $
//
///////////////////////////////////////////////////////////////////////////

/** @ingroup drivers */
/** @{ */
/** @defgroup driver_camerav4l camerav4l
 * @brief Video4Linux camera capture

The camerav4l driver captures images from V4l-compatible cameras.  See
below for notes on specific camera/frame grabber combinations.

@par Compile-time dependencies

- <sys/types.h>
- <libv4l1-videodev.h>

@par Provides

- @ref interface_camera

@par Requires

- none

@par Configuration requests

- none

@par Configuration file options

- port (string)
  - Default: "/dev/video0"
  - Device to read video data from.

- source (integer)
  - Default: 3
  - Some capture cards have multiple input sources; use this field to
    select which one is used.

- norm (string)
  - Default: "ntsc"
  - Capture format; "ntsc" or "pal"

- size (integer tuple)
  - Default: varies with norm
  - Desired image size.   This may not be honoured if the driver does
    not support the requested size).

- mode (string)
  - Default: "RGB888"
  - Desired capture mode.  Can be one of:
    - GREY (8-bit monochrome)
    - RGB565 (16-bit RGB)
    - RGB888 (24-bit RGB)
    - RGB32 (32-bit RGB; will produce 24-bit color images)
    - YUV420P (planar YUV data converted to 24-bit color images)
    - YUV420P_GREY (planar YUV data; will produce 8-bit monochrome images)
    - JPEG (for some webcams)
  - Note that not all capture modes are supported by Player's internal image
  format; in these modes, images will be translated to the closest matching
  internal format (e.g., RGB32 -> RGB888).

- save (integer)
  - Default: 0
  - Debugging option: set this to write each frame as an image file on disk.

- have_ov519 (integer)
  - Default: 0
  - Needed for ovc519 based cameras that send data jpeg compressed on the usb bus.

- max_buffer (integer)
  - Default: -1 (do not set)
  - Limit the maximum number of buffers to use for grabbing. This reduces latency, but also
  	potentially reduces throughput. Use this if you are reading slowly from the player
  	driver and dont want to get stale frames

- brightness (integer)
  - Default: -1 (do not set)

- hue (integer)
  - Default: -1 (do not set)

- colour (integer)
  - Default: -1 (do not set)

- contrast (integer)
  - Default: -1 (do not set)

- read_mode (integer)
  - Default: 0
  - Set to 1 if read should be used instead of grab (in most cases it isn't a good idea!)

- publish_interval (integer)
  - Default: 0
  - how many second between publishing real images (may break your client app!)

- sleep_nsec (integer)
  - Default: 10000000 (=10ms which gives max 100 fps)
  - timespec value for nanosleep()

Note that some of these options may not be honoured by the underlying
V4L kernel driver (it may not support a given image size, for
example).

@par Example

@verbatim
driver
(
  name "camerav4l"
  provides ["camera:0"]
)
@endverbatim


@par Logitech QuickCam Pro 4000

For the Logitech QuickCam Pro 4000, use:
@verbatim
driver
(
  name "camerav4l"
  provides ["camera:0"]
  port "/dev/video0"
  source 0
  size [160 120]
  mode "YUV420P"
)
@endverbatim

Kernel notes: with a little bit of tweaking, this camera will work with the pwc
(Phillips Web-Cam) driver in the Linux 2.4.20 kernel.  The stock driver recognizes
the QC Pro 3000, but not the QC Pro 4000; to support the latter, you must modify
the kernel source (add a product id in a couple of places in pwc-if.c).  Milage may
vary for other kernel versions.  Also, the binary-only pwcx.o module is needed to
access frame sizes larger than 160x120; good luck finding this and/or getting
it to work (the developer spat the dummy and took down his website).

Update for pwc:
The original source has been taken up by another developer and is now available
from http://www.saillard.org/linux/pwc/. This new version also doesnt need the
binary driver which is a bonus


@author Andrew Howard

*/
/** @} */

#include <errno.h>
#include <string.h>
#include <math.h>
#include <stddef.h>
#include <stdlib.h>       // for malloc() and free()
#include <unistd.h>
#include <time.h>

#include <libplayercore/playercore.h>

#include "v4lcapture.h"  // For Gavin's libfg; should integrate this
#include "ccvt.h"        // For YUV420P-->RGB conversion

// Driver for detecting laser retro-reflectors.
class CameraV4L : public ThreadedDriver
{
  // Constructor
  public: CameraV4L( ConfigFile* cf, int section);

  // Setup/shutdown routines.
  public: virtual int MainSetup();
  public: virtual void MainQuit();

  // This method will be invoked on each incoming message
  public: virtual int ProcessMessage(QueuePointer & resp_queue,
                                     player_msghdr * hdr,
                                     void * data);

  // Main function for device thread.
  private: virtual void Main();

  // Update the device data (the data going back to the client).
  private: void RefreshData();

  // Video device
  private: const char *device;

  // Input source
  private: int source;

  // The signal norm: VIDEO_NORM_PAL or VIDEO_NORM_NTSC.
  private: int norm;

  // Pixel depth
  private: int depth;

  // Format

  private: uint32_t format;

  // Camera palette
  private: const char *palette;

  // Image dimensions
  private: int width, height;

  // Frame grabber interface
  private: FRAMEGRABBER* fg;

  // Max buffers to use
  private: int max_buffer;

  // The current image (local copy)
  private: FRAME* frame;

  // a place to store rgb image for the yuv grabbers
  private: FRAME* rgb_converted_frame;

  // Write frames to disk?
  private: int save;

  // unpack jpeg data from ov519 based cameras
  private: int have_ov519;

  private: int brightness;

  private: int hue;

  private: int colour;

  private: int contrast;

  private: int read_mode;

  private: int publish_interval;

  private: int sleep_nsec;

  // Capture timestamp
  private: uint32_t tsec, tusec;

  private: time_t publish_time;

};


// Initialization function
Driver* CameraV4L_Init( ConfigFile* cf, int section)
{
  return (reinterpret_cast<Driver *>(new CameraV4L( cf, section)));
}


// Driver registration function
void camerav4l_Register(DriverTable* table)
{
  table->AddDriver("camerav4l", CameraV4L_Init);
}


////////////////////////////////////////////////////////////////////////////////
// Constructor
CameraV4L::CameraV4L(ConfigFile* cf, int section)
  : ThreadedDriver(cf,
           section,
           true,
           1, // 1 instead of PLAYER_MSGQUEUE_DEFAULT_MAXLEN
           PLAYER_CAMERA_CODE)
{
  const char *snorm;

  // Camera defaults to /dev/video0 and NTSC
  this->device = cf->ReadString(section, "port", "/dev/video0");

  // Input source
  this->source = cf->ReadInt(section, "source", 3);

  // NTSC or PAL
  snorm = cf->ReadString(section, "norm", "ntsc");
  if (strcasecmp(snorm, "ntsc") == 0)
  {
    this->norm = VIDEO_MODE_NTSC;
    this->width = 640;
    this->height = 480;
  }
  else if (strcasecmp(snorm, "pal") == 0)
  {
    this->norm = VIDEO_MODE_PAL;
    this->width = 768;
    this->height = 576;
  }
  else
  {
    this->norm = VIDEO_MODE_AUTO;
    this->width = 320;
    this->height = 240;
  }

  // Size
  this->width = cf->ReadTupleInt(section, "size", 0, this->width);
  this->height = cf->ReadTupleInt(section, "size", 1, this->height);

  // Palette type
  this->palette = cf->ReadString(section, "mode", "RGB888");

  this->max_buffer = cf->ReadInt(section, "max_buffer", -1);

  // Save frames?
  this->save = cf->ReadInt(section, "save", 0);

  // unpack ov519
  this->have_ov519 = cf->ReadInt(section, "have_ov519", 0);

  this->brightness = cf->ReadInt(section, "brightness", -1);

  this->hue = cf->ReadInt(section, "hue", -1);

  this->colour = cf->ReadInt(section, "colour", -1);

  this->contrast = cf->ReadInt(section, "contrast", -1);

  this->read_mode = cf->ReadInt(section, "read_mode", 0);

  this->publish_interval = cf->ReadInt(section, "publish_interval", 0);

  this->sleep_nsec = cf->ReadInt(section, "sleep_nsec", 10000000);
}


////////////////////////////////////////////////////////////////////////////////
// Set up the device (called by server thread).
int CameraV4L::MainSetup()
{
  this->fg = fg_open(this->device);
  if (this->fg == NULL)
  {
    PLAYER_ERROR1("unable to open %s", this->device);
    return -1;
  }

  if (max_buffer > 0)
  	fg->max_buffer = max_buffer;

  fg_set_source(this->fg, this->source);
  fg_set_source_norm(this->fg, this->norm);

  if (strcasecmp(this->palette, "GREY") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_GREY);
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_GREY );
    this->format = PLAYER_CAMERA_FORMAT_MONO8;
    this->depth = 8;
  }
  else if (strcasecmp(this->palette, "RGB565") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_RGB565 );
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_RGB565 );
    this->format = PLAYER_CAMERA_FORMAT_RGB565;
    this->depth = 16;
  }
  else if (strcasecmp(this->palette, "RGB888") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_RGB24 );
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_RGB24 );
    this->format = PLAYER_CAMERA_FORMAT_RGB888;
    this->depth = 24;
  }
  else if (strcasecmp(this->palette, "RGB32") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_RGB32 );
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_RGB32 );
    this->format = PLAYER_CAMERA_FORMAT_RGB888;
    this->depth = 32;
  }
  else if (strcasecmp(this->palette, "YUV420P") == 0)
  {
    // YUV420P is now converted to RGB rather than GREY as in player
    // 1.6.2 and earlier
    fg_set_format(this->fg, VIDEO_PALETTE_YUV420P);
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_YUV420P );
    this->format = PLAYER_CAMERA_FORMAT_RGB888;
    this->depth = 24;
    this->rgb_converted_frame = frame_new(this->width,
            this->height, VIDEO_PALETTE_RGB24 );
  }
  else if (strcasecmp(this->palette, "YUV420P_GREY") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_YUV420P);
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_YUV420P );
    this->format = PLAYER_CAMERA_FORMAT_MONO8;
    this->depth = 8;
   }
  else if (strcasecmp(this->palette, "JPEG") == 0)
  {
    fg_set_format(this->fg, VIDEO_PALETTE_JPEG );
    this->frame = frame_new(this->width, this->height, VIDEO_PALETTE_JPEG );
    this->format = PLAYER_CAMERA_FORMAT_RGB888;
    this->depth = 24;
  }
  else
  {
    PLAYER_ERROR2("image depth %d is not supported (add it yourself in %s)",
                  this->depth, __FILE__);
    return 1;
  }

  fg_set_capture_window(this->fg, 0, 0, this->width, this->height);

  return 0;
}


////////////////////////////////////////////////////////////////////////////////
// Shutdown the device (called by server thread).
void CameraV4L::MainQuit()
{
  // Free resources
  frame_release(this->frame);
  if ((this->frame->format == VIDEO_PALETTE_YUV420P)&&
      (this->format == PLAYER_CAMERA_FORMAT_RGB888))
       frame_release(this->rgb_converted_frame);
  fg_close(this->fg);
}


////////////////////////////////////////////////////////////////////////////////
// Main function for device thread
void CameraV4L::Main()
{
  struct timeval time;
  struct timespec tspec;
  int frameno;
  char filename[256];

  if (this->brightness > 0) fg_set_brightness(this->fg, this->brightness);
  if (this->hue > 0) fg_set_hue(this->fg, this->hue);
  if (this->colour > 0) fg_set_colour(this->fg, this->colour);
  if (this->contrast > 0) fg_set_contrast(this->fg, this->contrast);

  this->publish_time = 0;
  frameno = 0;

  while (true)
  {
    // Go to sleep for a while (this is a polling loop).
    tspec.tv_sec = 0;
    tspec.tv_nsec = this->sleep_nsec;
    nanosleep(&tspec, NULL);

    // Test if we are supposed to cancel this thread.
    pthread_testcancel();

    // Process any pending requests.
    ProcessMessages();

    // Get the time
    GlobalTime->GetTime(&time);
    this->tsec = time.tv_sec;
    this->tusec = time.tv_usec;

    // Grab the next frame (blocking)
    if (this->read_mode)
    {
      fg_read(this->fg, this->frame);
    } else
    {
      fg_grab_frame(this->fg, this->frame);
    }

    // Write data to server
    this->RefreshData();

    // Save frames
    if (this->save)
    {
      //printf("click %d\n", frameno);
      snprintf(filename, sizeof(filename), "click-%04d.ppm", frameno++);
      if ((this->frame->format == VIDEO_PALETTE_YUV420P)&&
	  (this->format == PLAYER_CAMERA_FORMAT_RGB888))
	   {
		frame_save(this->rgb_converted_frame, filename);
		//printf("saved converted frame\n");
	   }
      else
	   frame_save(this->frame, filename);
    }
  }
}

////////////////////////////////////////////////////////////////////////////////
// Process an incoming message
int CameraV4L::ProcessMessage(QueuePointer & resp_queue,
                              player_msghdr * hdr,
                              void * data)
{
  assert(hdr);

  /* We currently don't support any messages, but if we do...
  if(Message::MatchMessage(hdr, PLAYER_MSGTYPE_REQ,
                           PLAYER_CAMERA_REQ_GET_GEOM, this->device_addr))
  {
    ProcessGetGeom(hdr, *reinterpret_cast<player_camera_data_t *> (data));
    return(0);

  }
  */

  return -1;
}

#define IS_JPEG(ptr) ((((ptr)[0]) == 0xff) && (((ptr)[1]) == 0xd8))

////////////////////////////////////////////////////////////////////////////////
// Update the device data (the data going back to the client).
void CameraV4L::RefreshData()
{
  int i;
  unsigned char * ptr1, * ptr2;
  player_camera_data_t * data = reinterpret_cast<player_camera_data_t *>(malloc(sizeof(player_camera_data_t)));

  if (!data)
  {
    PLAYER_ERROR("Out of memory!");
    return;
  }

  // Set the image properties
  data->width       = this->width;
  data->height      = this->height;
  data->bpp         = this->depth;
  data->format      = this->format;
  data->fdiv        = 0;
  data->image_count = 0;
  data->image       = NULL;
  data->compression = PLAYER_CAMERA_COMPRESS_RAW;

  if (have_ov519)
  {
    data->image_count = (*(reinterpret_cast<unsigned short *>(frame->data))) * 8;
    assert(data->image_count > 0);
    assert(data->image_count <= static_cast<size_t>(this->frame->size));
    data->image = reinterpret_cast<uint8_t *>(malloc(data->image_count));
    if (!(data->image))
    {
      PLAYER_ERROR("Out of memory!");
      free(data);
      return;
    }
    data->compression = PLAYER_CAMERA_COMPRESS_JPEG;
    memcpy(data->image, &((reinterpret_cast<char *>(frame->data))[2]), data->image_count);
  }
  else if (this->fg->picture.palette == VIDEO_PALETTE_JPEG)
  {
    memcpy(&i, this->frame->data, sizeof(int));
    data->image_count = i;
    assert(data->image_count > 1);
    assert(data->image_count <= static_cast<size_t>(this->frame->size));
    if (!(IS_JPEG((reinterpret_cast<unsigned char *>(this->frame->data)) + sizeof(int))))
    {
      PLAYER_ERROR("Not an JPEG image...");
      free(data);
      return;
    }
    data->image = reinterpret_cast<uint8_t *>(malloc(data->image_count));
    if (!(data->image))
    {
      PLAYER_ERROR("Out of memory!");
      free(data);
      return;
    }
    data->compression = PLAYER_CAMERA_COMPRESS_JPEG;
    memcpy(data->image, (reinterpret_cast<unsigned char *>(this->frame->data)) + sizeof(int), data->image_count);
  }
  else
  {
    data->image_count = this->width * this->height * this->depth / 8;
    assert(data->image_count > 0);
    data->image = reinterpret_cast<uint8_t *>(malloc(data->image_count));
    if (!(data->image))
    {
      PLAYER_ERROR("Out of memory!");
      free(data);
      return;
    }
    // Copy the image pixels
    if ((this->frame->format == VIDEO_PALETTE_YUV420P) &&
	(this->format == PLAYER_CAMERA_FORMAT_RGB888))
	 {// do conversion to RGB (which is bgr at the moment for some reason?)
	      assert(data->image_count <= static_cast<size_t>(this->rgb_converted_frame->size));
	      ccvt_420p_bgr24(this->width, this->height,
                   reinterpret_cast<unsigned char *>(this->frame->data),
                   reinterpret_cast<unsigned char *>(this->rgb_converted_frame->data));
              ptr1 = reinterpret_cast<unsigned char *>(this->rgb_converted_frame->data);
	 }
    else
	 {
             assert(data->image_count <= static_cast<size_t>(this->frame->size));
             ptr1 = reinterpret_cast<unsigned char *>(this->frame->data);
	 }
    ptr2 = reinterpret_cast<unsigned char *>(data->image);
    switch (this->depth)
    {
    case 24:
      for (i = 0; i < ((this->width) * (this->height)); i++)
      {
        ptr2[0] = ptr1[2];
	ptr2[1] = ptr1[1];
        ptr2[2] = ptr1[0];
        ptr1 += 3;
        ptr2 += 3;
      }
      break;
    case 32:
      for (i = 0; i < ((this->width) * (this->height)); i++)
      {
        ptr2[0] = ptr1[2];
        ptr2[1] = ptr1[1];
        ptr2[2] = ptr1[0];
        ptr2[3] = ptr1[3];
        ptr1 += 4;
        ptr2 += 4;
      }
      break;
    default:
      memcpy(ptr2, ptr1, data->image_count);
    }
  }

  if (this->publish_interval)
  {
    if ((time(NULL) - (this->publish_time)) < (this->publish_interval))
    {
      data->width       = 0;
      data->height      = 0;
      data->bpp         = 0;
      data->image_count = 0;
      free(data->image);
      data->image       = NULL;
    } else this->publish_time = time(NULL);
  }

  Publish(this->device_addr,
          PLAYER_MSGTYPE_DATA, PLAYER_CAMERA_DATA_STATE,
          reinterpret_cast<void *>(data), 0, NULL, false);
  // copy = false, don't dispose anything here!

  return;
}