Alexander Amini
Alexander Amini
Hi, thanks for setting up this amazing library!! I was wondering if its possible to render a scene without the need for adding lights. For example, since a mesh has...
Using Ubuntu 15.04, trying to open builtin webcam with Julia v0.4. `avformat_open_input` fails with Error -22. ### Steps to reproduce: ``` import VideoIO f = VideoIO.opencamera() ``` ### Error obtained:...
I'm trying to start experimenting for my final project; specifically with grabbing real-time video from the webcam. I'm able to do this with FFmpeg on the command line; however I...