#include <stdio.h>
extern “C” {
#include “libavformat\avformat.h”
#include “libavdevice\avdevice.h”
}
int main(int argc, char **argv)
{
av_register_all();
avcodec_register_all();
avdevice_register_all();
avformat_network_init();
AvFormatContex *pFormatContex;
pFormatContext = format_alloc_context();
AvInputFormat * a = av_find_input_format(“dshow”);
av_format_open_input(&pFormatCtx, “video””HP Webcam [2 MP Fixed]”””,a,NULL);
}
Этот код является веб-камерой доступа.
Я хочу жить в прямом эфире на веб-камеру в C ++. Я не могу получить видео с веб-камеры.
Задача ещё не решена.