Logo
Explore Help
Register Sign In
Raspberries/upm
Public Access
2
0
Fork 0
You've already forked upm
Code Issues Pull Requests Actions Packages Projects Releases Wiki Activity
Files
255159630972e55391db00b279530aebeeaa325d
upm/src/vcap/javaupm_vcap.i

11 lines
152 B
OpenEdge ABL
Raw Normal View History

vcap: Initial implementation This UPM module captures a still frame from a Linux V4L device, such as a USB webcam, and and then allows you to save it as a JPEG image into a file. The camera and driver in use must support streaming, mmap-able buffers and must provide data in YUYV format. This should encompass most video cameras out there. It has been tested with a few off the shelf USB cameras without any problems. Signed-off-by: Jon Trulson <jtrulson@ics.com> Signed-off-by: Mihai Tudor Panu <mihai.tudor.panu@intel.com>
2016-04-11 18:06:55 -06:00
%module javaupm_vcap
%include "../upm.i"
%include "std_string.i"
%include "vcap.hpp"
%{
#include "vcap.hpp"
%}
Added the JAVA_JNI_LOADLIBRARY macro for the jniclasscode pragma included in _upm.i for all java SWIG interface files.
2018-01-17 14:11:35 +02:00
JAVA_JNI_LOADLIBRARY(javaupm_vcap)
Reference in New Issue Copy Permalink
Powered by Gitea Version: 1.25.1 Page: 121ms Template: 4ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API