Project

General

Profile

BitmapToolkit Scol plugin
CaptureToolkit.cpp File Reference
#include "Prerequisites.h"
#include "ICameraInput.h"
#include "ScolConvert.h"
#include <opencv2/highgui/highgui.hpp>
#include "CameraInputOpenCV.h"

Go to the source code of this file.

Functions

int destroyCaptureObj (mmachine m, SCOL_PTR_TYPE handsys, int obj)
 
int _DScapture (mmachine m)
 _DScapture : This function destroy a capture device
 
int _CRcapture (mmachine m)
 _CRcapture : This function create a new capture device from a device index
 
int _BLTcapture (mmachine m)
 _BLTcapture : This function blit the device picture into a bitmap Prototype: fun [ObjCapture ObjBitmap] ObjBitmap
 
int _GETcaptureBuffer (mmachine m)
 _GETcaptureBuffer : This function return the current pixel buffer Prototype: fun [ObjCapture] ObjBuff
 
int _GETcaptureBufferExt (mmachine m)
 _GETcaptureBufferExt : This function return the current pixel buffer Prototype: fun [ObjCapture] [ObjBuff I I I]
 
int _GETcaptureDeviceList (mmachine m)
 _GETcaptureDeviceList : This function list the installed video devices Prototype: fun [] [S r1]
 
int _SETcaptureMirror (mmachine m)
 _SETcaptureMirror : This function change the miror mode for the capture Prototype: fun [ObjCapture I] I
 
int _GETcaptureSize (mmachine m)
 _GETcaptureSize : This function the size of a capture device Prototype: fun [ObjCapture] [I I]
 
int _SETcaptureSize (mmachine m)
 _SETcaptureSize : This function apply a size to a capture device Prototype: fun [ObjCapture I I] I
 
int _SETcaptureFocusPoint (mmachine m)
 _SETcaptureFocusPoint : This function define the focus point on a mobile camera device Prototype: fun [ObjCapture I I] I
 
int _SETcaptureTorchState (mmachine m)
 _SETcaptureTorchState : This function change camera torch state Prototype: fun [ObjCapture I] I
 
int _SAVEcaptureToFile (mmachine m)
 _SAVEcaptureToFile : This function save a capture frame into a file Prototype: fun [ObjCapture W] I
 
int _AUTORENDERcapture (mmachine m)
 _AUTORENDERcapture : This function renders current frame on Android device Prototype: fun [ObjCapture] I
 

Variables

int OBJCAPTURESCOL
 
int NBCAPTURECB = 0
 

Function Documentation

◆ destroyCaptureObj()

int destroyCaptureObj ( mmachine  m,
SCOL_PTR_TYPE  handsys,
int  obj 
)

Definition at line 69 of file CaptureToolkit.cpp.

Variable Documentation

◆ NBCAPTURECB

int NBCAPTURECB = 0

Definition at line 52 of file CaptureToolkit.cpp.

◆ OBJCAPTURESCOL

int OBJCAPTURESCOL

Definition at line 49 of file CaptureToolkit.cpp.