Changes between Version 20 and Version 21 of Docs/825gen2/Dev/Devices/USB/Webcams


Ignore:
Timestamp:
03/12/25 07:06:34 (3 weeks ago)
Author:
Don Wilson
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Docs/825gen2/Dev/Devices/USB/Webcams

    v20 v21  
    5959To capture an image from an app a **system** call could be used to perform the above command line. However, it is better to use the gstreamer library within the code. An example function to capture an image follows:
    6060
    61 {{{
     61{{{#!c++
    6262void WebCamCapture(const char* writePath)
    6363{
     
    9393Following is an example function to display live video for the specified number of seconds:
    9494
    95 {{{
     95{{{#!c++
    9696void WebCamDisplayVideo(int seconds)
    9797{