lua---camera icon indicating copy to clipboard operation
lua---camera copied to clipboard

A very simple camera interface (frame grabber) for Torch7.

Results 12 lua---camera issues
Sort by recently updated
recently updated
newest added

QTKit was deprecated some time ago and then removed altogether in favor of AVFoundation. Fortunately this didn't require too many drastic changes. I just kept looking at the modified method...

This package does not compile anymore on Sierra as Apple has removed QTKit (see this [issue](https://github.com/opencv/opencv/issues/6913) from OpenCV for more info). OpenCV solved this by porting their code to use...

I try to do luarocks install camera in mac os, I get this error in 75%: > Scanning dependencies of target camopencv > [ 25%] Building C object opencv/CMakeFiles/camopencv.dir/opencv.c.o >...

Encountered below message during installation. Please help!!! ``` CMake Warning at video4linux/CMakeLists.txt:13 (FIND_PACKAGE): By not providing "FindARM.cmake" in CMAKE_MODULE_PATH this project has asked CMake to find a package configuration file...

a couple of updates to luaL_reg and luaL_openlib

I was tring to run `require 'camera'` to test it, only to find `camopencv` has not been installed. Is there any problem of my operation or where should I get...

I came across this issue > camera/opencv/opencv.c:135:30: error: array type has incomplete element type ‘struct luaL_reg’ which is recommended to modify as the subject by: [http://stackoverflow.com/questions/9458042/array-element-has-incomplete-type](url)

Fixes https://github.com/clementfarabet/lua---camera/issues/23 cc: @Kaixhin

What about releasing a new tag, since the recent bug fixes and enhancements?