Adrià
Adrià
One we could tackle this, is how GCC adds new C++ features to the standard library: they put them under the `std::experimental` namespace, so maybe we could add this stuff...
That's exactly what I tried. There's a second boolean parameter `is_rtsp`, but I got errors no matter what I set it to: ``` can't open '/dev/video0' error : Invalid argument...
Thanks for your explanation, and yes, don't worry, I won't mess my system with this stuff. I have FFmpeg 4.4 from the official Arch Linux repositories, and V4L support. I...
Great, I will try that later, thank you for looking into this!
@pfeatherstone, I can open the webcam using those lines. Thank you. I am not familiar with the ffmpeg api, though (only with the command line program), I will have to...
Yes, I can see how the webcam light turns on :) But I don't know how to get an image from the camera ``` c++ avdevice_register_all(); dlib::video_capture capture; capture.open("/dev/video0", false);...
It worked, thank you! I will try to understand that's going on, too :)
@pfeatherstone Thank you for putting a lot of effort into this, and showing some example uses of the API. However, I am not sure I understand what you mean by...
@pfeatherstone I am not a CMake expert, but I am definitely willing to try. However, I am sure you'll do a much better job than me at the FFmpeg part...
> Build fails because it can't find libavformat headers. That's normal. Will deal with that at some point in the distant future. Would that be solved by updating the Travis...