Advertisement
Guest User

Untitled

a guest
Feb 4th, 2016
294
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.77 KB | None | 0 0
  1. (cv) pi@raspberrypi ~/opencv-2.4.10/build $ make
  2. [ 21%] Built target libtiff
  3. [ 21%] Built target libjasper
  4. [ 21%] Built target IlmImf
  5. [ 21%] Built target opencv_core_pch_dephelp
  6. [ 21%] Built target pch_Generate_opencv_core
  7. [ 21%] Built target opencv_core
  8. [ 21%] Built target opencv_ts_pch_dephelp
  9. [ 21%] Built target pch_Generate_opencv_ts
  10. [ 21%] Built target opencv_flann_pch_dephelp
  11. [ 21%] Built target pch_Generate_opencv_flann
  12. [ 21%] Built target opencv_flann
  13. [ 21%] Built target opencv_imgproc_pch_dephelp
  14. [ 21%] Built target pch_Generate_opencv_imgproc
  15. [ 21%] Built target opencv_imgproc
  16. [ 21%] Generating opencv_features2d_pch_dephelp.cxx
  17. Scanning dependencies of target opencv_features2d_pch_dephelp
  18. [ 21%] Building CXX object modules/features2d/CMakeFiles/opencv_features2d_pch_dephelp.dir/opencv_features2d_pch_dephelp.cxx.o
  19. Linking CXX static library ../../lib/libopencv_features2d_pch_dephelp.a
  20. [ 21%] Built target opencv_features2d_pch_dephelp
  21. Scanning dependencies of target pch_Generate_opencv_features2d
  22. [ 21%] Generating precomp.hpp
  23. [ 21%] Generating precomp.hpp.gch/opencv_features2d_RELEASE.gch
  24. [ 21%] Built target pch_Generate_opencv_features2d
  25. [ 21%] Built target opencv_highgui_pch_dephelp
  26. [ 21%] Built target pch_Generate_opencv_highgui
  27. [ 21%] Building CXX object modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o
  28. In file included from /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp:60:0,
  29. from /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg.cpp:45:
  30. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:104:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  31. { CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
  32. ^
  33. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:105:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  34. { CODEC_ID_H264, MKTAG('h', '2', '6', '4') },
  35. ^
  36. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:106:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  37. { CODEC_ID_H264, MKTAG('X', '2', '6', '4') },
  38. ^
  39. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:107:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  40. { CODEC_ID_H264, MKTAG('x', '2', '6', '4') },
  41. ^
  42. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:108:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  43. { CODEC_ID_H264, MKTAG('a', 'v', 'c', '1') },
  44. ^
  45. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:109:7: error: ‘CODEC_ID_H264’ was not declared in this scope
  46. { CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
  47. ^
  48. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:111:7: error: ‘CODEC_ID_H263’ was not declared in this scope
  49. { CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
  50. ^
  51. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:112:7: error: ‘CODEC_ID_H263P’ was not declared in this scope
  52. { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
  53. ^
  54. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:113:7: error: ‘CODEC_ID_H263I’ was not declared in this scope
  55. { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
  56. ^
  57. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:114:7: error: ‘CODEC_ID_H261’ was not declared in this scope
  58. { CODEC_ID_H261, MKTAG('H', '2', '6', '1') },
  59. ^
  60. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:117:7: error: ‘CODEC_ID_H263P’ was not declared in this scope
  61. { CODEC_ID_H263P, MKTAG('U', '2', '6', '3') },
  62. ^
  63. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:118:7: error: ‘CODEC_ID_H263P’ was not declared in this scope
  64. { CODEC_ID_H263P, MKTAG('v', 'i', 'v', '1') },
  65. ^
  66. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:120:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  67. { CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') },
  68. ^
  69. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:121:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  70. { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
  71. ^
  72. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:122:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  73. { CODEC_ID_MPEG4, MKTAG('D', 'X', '5', '0') },
  74. ^
  75. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:123:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  76. { CODEC_ID_MPEG4, MKTAG('X', 'V', 'I', 'D') },
  77. ^
  78. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:124:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  79. { CODEC_ID_MPEG4, MKTAG('M', 'P', '4', 'S') },
  80. ^
  81. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:125:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  82. { CODEC_ID_MPEG4, MKTAG('M', '4', 'S', '2') },
  83. ^
  84. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:126:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  85. { CODEC_ID_MPEG4, MKTAG(0x04, 0, 0, 0) }, /* some broken avi use this */
  86. ^
  87. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:129:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  88. { CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', '1') },
  89. ^
  90. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:130:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  91. { CODEC_ID_MPEG4, MKTAG('B', 'L', 'Z', '0') },
  92. ^
  93. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:131:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  94. { CODEC_ID_MPEG4, MKTAG('m', 'p', '4', 'v') },
  95. ^
  96. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:132:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  97. { CODEC_ID_MPEG4, MKTAG('U', 'M', 'P', '4') },
  98. ^
  99. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:133:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  100. { CODEC_ID_MPEG4, MKTAG('W', 'V', '1', 'F') },
  101. ^
  102. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:134:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  103. { CODEC_ID_MPEG4, MKTAG('S', 'E', 'D', 'G') },
  104. ^
  105. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:136:7: error: ‘CODEC_ID_MPEG4’ was not declared in this scope
  106. { CODEC_ID_MPEG4, MKTAG('R', 'M', 'P', '4') },
  107. ^
  108. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:138:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  109. { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '3') }, /* default signature when using MSMPEG4 */
  110. ^
  111. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:139:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  112. { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', '4', '3') },
  113. ^
  114. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:142:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  115. { CODEC_ID_MSMPEG4V3, MKTAG('M', 'P', 'G', '3') },
  116. ^
  117. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:143:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  118. { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '5') },
  119. ^
  120. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:144:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  121. { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '6') },
  122. ^
  123. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:145:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  124. { CODEC_ID_MSMPEG4V3, MKTAG('D', 'I', 'V', '4') },
  125. ^
  126. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:146:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  127. { CODEC_ID_MSMPEG4V3, MKTAG('A', 'P', '4', '1') },
  128. ^
  129. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:147:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  130. { CODEC_ID_MSMPEG4V3, MKTAG('C', 'O', 'L', '1') },
  131. ^
  132. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:148:7: error: ‘CODEC_ID_MSMPEG4V3’ was not declared in this scope
  133. { CODEC_ID_MSMPEG4V3, MKTAG('C', 'O', 'L', '0') },
  134. ^
  135. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:150:7: error: ‘CODEC_ID_MSMPEG4V2’ was not declared in this scope
  136. { CODEC_ID_MSMPEG4V2, MKTAG('M', 'P', '4', '2') },
  137. ^
  138. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:153:7: error: ‘CODEC_ID_MSMPEG4V2’ was not declared in this scope
  139. { CODEC_ID_MSMPEG4V2, MKTAG('D', 'I', 'V', '2') },
  140. ^
  141. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:155:7: error: ‘CODEC_ID_MSMPEG4V1’ was not declared in this scope
  142. { CODEC_ID_MSMPEG4V1, MKTAG('M', 'P', 'G', '4') },
  143. ^
  144. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:157:7: error: ‘CODEC_ID_WMV1’ was not declared in this scope
  145. { CODEC_ID_WMV1, MKTAG('W', 'M', 'V', '1') },
  146. ^
  147. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:160:7: error: ‘CODEC_ID_WMV2’ was not declared in this scope
  148. { CODEC_ID_WMV2, MKTAG('W', 'M', 'V', '2') },
  149. ^
  150. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:161:7: error: ‘CODEC_ID_DVVIDEO’ was not declared in this scope
  151. { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'd') },
  152. ^
  153. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:162:7: error: ‘CODEC_ID_DVVIDEO’ was not declared in this scope
  154. { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 'h', 'd') },
  155. ^
  156. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:163:7: error: ‘CODEC_ID_DVVIDEO’ was not declared in this scope
  157. { CODEC_ID_DVVIDEO, MKTAG('d', 'v', 's', 'l') },
  158. ^
  159. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:164:7: error: ‘CODEC_ID_DVVIDEO’ was not declared in this scope
  160. { CODEC_ID_DVVIDEO, MKTAG('d', 'v', '2', '5') },
  161. ^
  162. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:165:7: error: ‘CODEC_ID_MPEG1VIDEO’ was not declared in this scope
  163. { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '1') },
  164. ^
  165. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:166:7: error: ‘CODEC_ID_MPEG1VIDEO’ was not declared in this scope
  166. { CODEC_ID_MPEG1VIDEO, MKTAG('m', 'p', 'g', '2') },
  167. ^
  168. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:167:7: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
  169. { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', '2') },
  170. ^
  171. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:168:7: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
  172. { CODEC_ID_MPEG2VIDEO, MKTAG('M', 'P', 'E', 'G') },
  173. ^
  174. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:169:7: error: ‘CODEC_ID_MPEG1VIDEO’ was not declared in this scope
  175. { CODEC_ID_MPEG1VIDEO, MKTAG('P', 'I', 'M', '1') },
  176. ^
  177. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:170:7: error: ‘CODEC_ID_MPEG1VIDEO’ was not declared in this scope
  178. { CODEC_ID_MPEG1VIDEO, MKTAG('V', 'C', 'R', '2') },
  179. ^
  180. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:171:7: error: ‘CODEC_ID_MPEG1VIDEO’ was not declared in this scope
  181. { CODEC_ID_MPEG1VIDEO, 0x10000001 },
  182. ^
  183. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:172:7: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
  184. { CODEC_ID_MPEG2VIDEO, 0x10000002 },
  185. ^
  186. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:173:7: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
  187. { CODEC_ID_MPEG2VIDEO, MKTAG('D', 'V', 'R', ' ') },
  188. ^
  189. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:174:7: error: ‘CODEC_ID_MPEG2VIDEO’ was not declared in this scope
  190. { CODEC_ID_MPEG2VIDEO, MKTAG('M', 'M', 'E', 'S') },
  191. ^
  192. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:175:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  193. { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
  194. ^
  195. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:176:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  196. { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') },
  197. ^
  198. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:177:7: error: ‘CODEC_ID_LJPEG’ was not declared in this scope
  199. { CODEC_ID_LJPEG, MKTAG('L', 'J', 'P', 'G') },
  200. ^
  201. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:178:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  202. { CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */
  203. ^
  204. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:179:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  205. { CODEC_ID_MJPEG, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - decoder */
  206. ^
  207. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:180:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  208. { CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') },
  209. ^
  210. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:181:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  211. { CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') },
  212. ^
  213. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:182:7: error: ‘CODEC_ID_MJPEG’ was not declared in this scope
  214. { CODEC_ID_MJPEG, MKTAG('A', 'V', 'R', 'n') },
  215. ^
  216. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:183:7: error: ‘CODEC_ID_HUFFYUV’ was not declared in this scope
  217. { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
  218. ^
  219. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:184:7: error: ‘CODEC_ID_FFVHUFF’ was not declared in this scope
  220. { CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') },
  221. ^
  222. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:185:7: error: ‘CODEC_ID_CYUV’ was not declared in this scope
  223. { CODEC_ID_CYUV, MKTAG('C', 'Y', 'U', 'V') },
  224. ^
  225. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:186:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  226. { CODEC_ID_RAWVIDEO, 0 },
  227. ^
  228. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:187:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  229. { CODEC_ID_RAWVIDEO, MKTAG('I', '4', '2', '0') },
  230. ^
  231. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:188:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  232. { CODEC_ID_RAWVIDEO, MKTAG('Y', 'U', 'Y', '2') },
  233. ^
  234. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:189:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  235. { CODEC_ID_RAWVIDEO, MKTAG('Y', '4', '2', '2') },
  236. ^
  237. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:190:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  238. { CODEC_ID_RAWVIDEO, MKTAG('Y', 'V', '1', '2') },
  239. ^
  240. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:191:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  241. { CODEC_ID_RAWVIDEO, MKTAG('U', 'Y', 'V', 'Y') },
  242. ^
  243. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:192:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  244. { CODEC_ID_RAWVIDEO, MKTAG('I', 'Y', 'U', 'V') },
  245. ^
  246. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:193:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  247. { CODEC_ID_RAWVIDEO, MKTAG('Y', '8', '0', '0') },
  248. ^
  249. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:194:7: error: ‘CODEC_ID_RAWVIDEO’ was not declared in this scope
  250. { CODEC_ID_RAWVIDEO, MKTAG('H', 'D', 'Y', 'C') },
  251. ^
  252. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:195:7: error: ‘CODEC_ID_INDEO3’ was not declared in this scope
  253. { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '1') },
  254. ^
  255. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:196:7: error: ‘CODEC_ID_INDEO3’ was not declared in this scope
  256. { CODEC_ID_INDEO3, MKTAG('I', 'V', '3', '2') },
  257. ^
  258. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:197:7: error: ‘CODEC_ID_VP3’ was not declared in this scope
  259. { CODEC_ID_VP3, MKTAG('V', 'P', '3', '1') },
  260. ^
  261. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:198:7: error: ‘CODEC_ID_VP3’ was not declared in this scope
  262. { CODEC_ID_VP3, MKTAG('V', 'P', '3', '0') },
  263. ^
  264. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:199:7: error: ‘CODEC_ID_ASV1’ was not declared in this scope
  265. { CODEC_ID_ASV1, MKTAG('A', 'S', 'V', '1') },
  266. ^
  267. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:200:7: error: ‘CODEC_ID_ASV2’ was not declared in this scope
  268. { CODEC_ID_ASV2, MKTAG('A', 'S', 'V', '2') },
  269. ^
  270. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:201:7: error: ‘CODEC_ID_VCR1’ was not declared in this scope
  271. { CODEC_ID_VCR1, MKTAG('V', 'C', 'R', '1') },
  272. ^
  273. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:202:7: error: ‘CODEC_ID_FFV1’ was not declared in this scope
  274. { CODEC_ID_FFV1, MKTAG('F', 'F', 'V', '1') },
  275. ^
  276. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:203:7: error: ‘CODEC_ID_XAN_WC4’ was not declared in this scope
  277. { CODEC_ID_XAN_WC4, MKTAG('X', 'x', 'a', 'n') },
  278. ^
  279. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:204:7: error: ‘CODEC_ID_MSRLE’ was not declared in this scope
  280. { CODEC_ID_MSRLE, MKTAG('m', 'r', 'l', 'e') },
  281. ^
  282. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:205:7: error: ‘CODEC_ID_MSRLE’ was not declared in this scope
  283. { CODEC_ID_MSRLE, MKTAG(0x1, 0x0, 0x0, 0x0) },
  284. ^
  285. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:206:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  286. { CODEC_ID_MSVIDEO1, MKTAG('M', 'S', 'V', 'C') },
  287. ^
  288. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:207:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  289. { CODEC_ID_MSVIDEO1, MKTAG('m', 's', 'v', 'c') },
  290. ^
  291. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:208:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  292. { CODEC_ID_MSVIDEO1, MKTAG('C', 'R', 'A', 'M') },
  293. ^
  294. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:209:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  295. { CODEC_ID_MSVIDEO1, MKTAG('c', 'r', 'a', 'm') },
  296. ^
  297. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:210:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  298. { CODEC_ID_MSVIDEO1, MKTAG('W', 'H', 'A', 'M') },
  299. ^
  300. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:211:7: error: ‘CODEC_ID_MSVIDEO1’ was not declared in this scope
  301. { CODEC_ID_MSVIDEO1, MKTAG('w', 'h', 'a', 'm') },
  302. ^
  303. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:212:7: error: ‘CODEC_ID_CINEPAK’ was not declared in this scope
  304. { CODEC_ID_CINEPAK, MKTAG('c', 'v', 'i', 'd') },
  305. ^
  306. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:213:7: error: ‘CODEC_ID_TRUEMOTION1’ was not declared in this scope
  307. { CODEC_ID_TRUEMOTION1, MKTAG('D', 'U', 'C', 'K') },
  308. ^
  309. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:214:7: error: ‘CODEC_ID_MSZH’ was not declared in this scope
  310. { CODEC_ID_MSZH, MKTAG('M', 'S', 'Z', 'H') },
  311. ^
  312. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:215:7: error: ‘CODEC_ID_ZLIB’ was not declared in this scope
  313. { CODEC_ID_ZLIB, MKTAG('Z', 'L', 'I', 'B') },
  314. ^
  315. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:216:7: error: ‘CODEC_ID_SNOW’ was not declared in this scope
  316. { CODEC_ID_SNOW, MKTAG('S', 'N', 'O', 'W') },
  317. ^
  318. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:217:7: error: ‘CODEC_ID_4XM’ was not declared in this scope
  319. { CODEC_ID_4XM, MKTAG('4', 'X', 'M', 'V') },
  320. ^
  321. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:218:7: error: ‘CODEC_ID_FLV1’ was not declared in this scope
  322. { CODEC_ID_FLV1, MKTAG('F', 'L', 'V', '1') },
  323. ^
  324. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:219:7: error: ‘CODEC_ID_SVQ1’ was not declared in this scope
  325. { CODEC_ID_SVQ1, MKTAG('s', 'v', 'q', '1') },
  326. ^
  327. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:220:7: error: ‘CODEC_ID_TSCC’ was not declared in this scope
  328. { CODEC_ID_TSCC, MKTAG('t', 's', 'c', 'c') },
  329. ^
  330. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:221:7: error: ‘CODEC_ID_ULTI’ was not declared in this scope
  331. { CODEC_ID_ULTI, MKTAG('U', 'L', 'T', 'I') },
  332. ^
  333. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:222:7: error: ‘CODEC_ID_VIXL’ was not declared in this scope
  334. { CODEC_ID_VIXL, MKTAG('V', 'I', 'X', 'L') },
  335. ^
  336. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:223:7: error: ‘CODEC_ID_QPEG’ was not declared in this scope
  337. { CODEC_ID_QPEG, MKTAG('Q', 'P', 'E', 'G') },
  338. ^
  339. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:224:7: error: ‘CODEC_ID_QPEG’ was not declared in this scope
  340. { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '0') },
  341. ^
  342. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:225:7: error: ‘CODEC_ID_QPEG’ was not declared in this scope
  343. { CODEC_ID_QPEG, MKTAG('Q', '1', '.', '1') },
  344. ^
  345. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:226:7: error: ‘CODEC_ID_WMV3’ was not declared in this scope
  346. { CODEC_ID_WMV3, MKTAG('W', 'M', 'V', '3') },
  347. ^
  348. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:227:7: error: ‘CODEC_ID_LOCO’ was not declared in this scope
  349. { CODEC_ID_LOCO, MKTAG('L', 'O', 'C', 'O') },
  350. ^
  351. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:228:7: error: ‘CODEC_ID_THEORA’ was not declared in this scope
  352. { CODEC_ID_THEORA, MKTAG('t', 'h', 'e', 'o') },
  353. ^
  354. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:230:7: error: ‘CODEC_ID_WNV1’ was not declared in this scope
  355. { CODEC_ID_WNV1, MKTAG('W', 'N', 'V', '1') },
  356. ^
  357. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:231:7: error: ‘CODEC_ID_AASC’ was not declared in this scope
  358. { CODEC_ID_AASC, MKTAG('A', 'A', 'S', 'C') },
  359. ^
  360. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:232:7: error: ‘CODEC_ID_INDEO2’ was not declared in this scope
  361. { CODEC_ID_INDEO2, MKTAG('R', 'T', '2', '1') },
  362. ^
  363. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:233:7: error: ‘CODEC_ID_FRAPS’ was not declared in this scope
  364. { CODEC_ID_FRAPS, MKTAG('F', 'P', 'S', '1') },
  365. ^
  366. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:234:7: error: ‘CODEC_ID_TRUEMOTION2’ was not declared in this scope
  367. { CODEC_ID_TRUEMOTION2, MKTAG('T', 'M', '2', '0') },
  368. ^
  369. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:237:7: error: ‘CODEC_ID_FLASHSV’ was not declared in this scope
  370. { CODEC_ID_FLASHSV, MKTAG('F', 'S', 'V', '1') },
  371. ^
  372. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:238:7: error: ‘CODEC_ID_JPEGLS’ was not declared in this scope
  373. { CODEC_ID_JPEGLS,MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - encoder */
  374. ^
  375. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:239:7: error: ‘CODEC_ID_VC1’ was not declared in this scope
  376. { CODEC_ID_VC1, MKTAG('W', 'V', 'C', '1') },
  377. ^
  378. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:240:7: error: ‘CODEC_ID_VC1’ was not declared in this scope
  379. { CODEC_ID_VC1, MKTAG('W', 'M', 'V', 'A') },
  380. ^
  381. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:241:7: error: ‘CODEC_ID_CSCD’ was not declared in this scope
  382. { CODEC_ID_CSCD, MKTAG('C', 'S', 'C', 'D') },
  383. ^
  384. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:242:7: error: ‘CODEC_ID_ZMBV’ was not declared in this scope
  385. { CODEC_ID_ZMBV, MKTAG('Z', 'M', 'B', 'V') },
  386. ^
  387. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:243:7: error: ‘CODEC_ID_KMVC’ was not declared in this scope
  388. { CODEC_ID_KMVC, MKTAG('K', 'M', 'V', 'C') },
  389. ^
  390. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:246:7: error: ‘CODEC_ID_VP5’ was not declared in this scope
  391. { CODEC_ID_VP5, MKTAG('V', 'P', '5', '0') },
  392. ^
  393. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:247:7: error: ‘CODEC_ID_VP6’ was not declared in this scope
  394. { CODEC_ID_VP6, MKTAG('V', 'P', '6', '0') },
  395. ^
  396. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:248:7: error: ‘CODEC_ID_VP6’ was not declared in this scope
  397. { CODEC_ID_VP6, MKTAG('V', 'P', '6', '1') },
  398. ^
  399. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:249:7: error: ‘CODEC_ID_VP6’ was not declared in this scope
  400. { CODEC_ID_VP6, MKTAG('V', 'P', '6', '2') },
  401. ^
  402. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:250:7: error: ‘CODEC_ID_VP6F’ was not declared in this scope
  403. { CODEC_ID_VP6F, MKTAG('V', 'P', '6', 'F') },
  404. ^
  405. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:251:7: error: ‘CODEC_ID_JPEG2000’ was not declared in this scope
  406. { CODEC_ID_JPEG2000, MKTAG('M', 'J', '2', 'C') },
  407. ^
  408. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:252:7: error: ‘CODEC_ID_VMNC’ was not declared in this scope
  409. { CODEC_ID_VMNC, MKTAG('V', 'M', 'n', 'c') },
  410. ^
  411. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:256:7: error: ‘CODEC_ID_TARGA’ was not declared in this scope
  412. { CODEC_ID_TARGA, MKTAG('t', 'g', 'a', ' ') },
  413. ^
  414. /home/pi/opencv-2.4.10/modules/highgui/src/ffmpeg_codecs.hpp:258:7: error: ‘CODEC_ID_NONE’ was not declared in this scope
  415. { CODEC_ID_NONE, 0 },
  416. ^
  417. In file included from /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg.cpp:45:0:
  418. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp: In member function ‘double CvCapture_FFMPEG::getProperty(int)’:
  419. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp:774:33: error: ‘AVStream’ has no member named ‘r_frame_rate’
  420. return av_q2d(video_st->r_frame_rate);
  421. ^
  422. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp: In member function ‘double CvCapture_FFMPEG::get_fps()’:
  423. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp:821:49: error: ‘AVStream’ has no member named ‘r_frame_rate’
  424. double fps = r2d(ic->streams[video_stream]->r_frame_rate);
  425. ^
  426. In file included from /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg.cpp:45:0:
  427. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp: In function ‘int icv_av_write_frame_FFMPEG(AVFormatContext*, AVStream*, uint8_t*, uint32_t, AVFrame*)’:
  428. /home/pi/opencv-2.4.10/modules/highgui/src/cap_ffmpeg_impl.hpp:1237:72: error: ‘avcodec_encode_video’ was not declared in this scope
  429. out_size = avcodec_encode_video(c, outbuf, outbuf_size, picture);
  430. ^
  431. modules/highgui/CMakeFiles/opencv_highgui.dir/build.make:215: recipe for target 'modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o' failed
  432. make[2]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/src/cap_ffmpeg.cpp.o] Error 1
  433. CMakeFiles/Makefile2:1874: recipe for target 'modules/highgui/CMakeFiles/opencv_highgui.dir/all' failed
  434. make[1]: *** [modules/highgui/CMakeFiles/opencv_highgui.dir/all] Error 2
  435. Makefile:137: recipe for target 'all' failed
  436. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement