在demo.h中修改了 demo_osd_win_width和demo_osd_win_height 两个值,和demo_osd_win__max_width和demo_osd_win_max_height 但是当修改的大一些的时候,程序就出错..请问可以修改到1080*1920吗?
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
在demo.h中修改了 demo_osd_win_width和demo_osd_win_height 两个值,和demo_osd_win__max_width和demo_osd_win_max_height 但是当修改的大一些的时候,程序就出错..请问可以修改到1080*1920吗?
您好,我用的是DVRRDK_02.00.00.23,我看到在demo.h中有 #define DEMO_OSD_WINMAX_WIDTH (320);
最大窗口这这么小,那我怎样才能处理整幅图像(720*576)呢?