<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Ready-To-Fly video capture issues in Items with no label</title>
    <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575605#M10364</link>
    <description>&lt;P&gt;GStreamer related problems can be difficult to diagnose.  As a starting point in heling you, I'd like to ask if you have read this guide on video streaming with Aero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel-aero/meta-intel-aero/wiki/06-Cameras-and-Video"&gt;https://github.com/intel-aero/meta-intel-aero/wiki/06-Cameras-and-Video&lt;/A&gt; 06 Cameras and Video · intel-aero/meta-intel-aero Wiki · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that guide, the example ffmpeg instruction that they use is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo gst-launch-1.0 -e v4l2src device=/dev/video13 num-buffers=2000 ! autovideoconvert format=i420 width=1920 height=1080 framerate=30/1 ! vaapih264enc rate-control=cbr tune=high-compression ! qtmux ! filesink location=encoded_video.mp4&lt;/P&gt;&lt;P&gt;ffmpeg -i encoded_video.mp4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This instruction is used to output a list of the specification of the video.&lt;/P&gt;</description>
    <pubDate>Tue, 12 Dec 2017 16:23:06 GMT</pubDate>
    <dc:creator>MartyG</dc:creator>
    <dc:date>2017-12-12T16:23:06Z</dc:date>
    <item>
      <title>Ready-To-Fly video capture issues</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575604#M10363</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I'm working with RTF drone with RealSense R200 and I'm trying to capture video stream.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I type command on my drone:&lt;/P&gt;&lt;P&gt;sh-4.3#  gst-launch-1.0 v4l2src device=/dev/video13 ! video/x-raw, width=640, height=480, framerate=30/1 ! xvimagesink&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I get video stream in uppel left corner of my screen.&lt;P&gt;But when I try to save the stream using this command:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;sh-4.3#  gst-launch-1.0 v4l2src device=/dev/video13 ! video/x-raw, width=640, height=480, framerate=30/1 ! filesink location=video13.mp4&lt;P&gt;and try to open it (after copying onto my computer) via VLC media player, it doesn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So I tried capturing images with this command:&lt;/P&gt;&lt;P&gt;sh-4.3#  C=10 INPUT=1 MODE=PREVIEW /home/root/sample-apps/capturev4l2/capturev4l2 --userp -d /dev/video13&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;Then I copied output files onto my computer and tried to convert them with ffmpeg with command:&lt;P&gt;my-linux&amp;gt; ffmpeg -f rawvideo -s 640x480 -pix_fmt yuv420p -i Image-video2-620x480-7.yuv420 test.jpg&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;I get this output:&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;ffmpeg version 2.8.11-0ubuntu0.16.04.1 Copyright (c) 2000-2017 the FFmpeg developers&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 20160609&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  configuration: --prefix=/usr --extra-version=0ubuntu0.16.04.1 --build-suffix=-ffmpeg --toolchain=hardened --libdir=/usr/lib/x86_64-linux-gnu --incdir=/usr/include/x86_64-linux-gnu --cc=cc --cxx=g++ --enable-gpl --enable-shared --disable-stripping --disable-decoder=libopenjpeg --disable-decoder=libschroedinger --enable-avresample --enable-avisynth --enable-gnutls --enable-ladspa --enable-libass --enable-libbluray --enable-libbs2b --enable-libcaca --enable-libcdio --enable-libflite --enable-libfontconfig --enable-libfreetype --enable-libfribidi --enable-libgme --enable-libgsm --enable-libmodplug --enable-libmp3lame --enable-libopenjpeg --enable-libopus --enable-libpulse --enable-librtmp --enable-libschroedinger --enable-libshine --enable-libsnappy --enable-libsoxr --enable-libspeex --enable-libssh --enable-libtheora --enable-libtwolame --enable-libvorbis --enable-libvpx --enable-libwavpack --enable-libwebp --enable-libx265 --enable-libxvid --enable-libzvbi --enable-openal --enable-opengl --enable-x11grab --enable-libdc1394 --enable-libiec61883 --enable-libzmq --enable-frei0r --enable-libx264 --enable-libopencv&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavutil      54. 31.100 / 54. 31.100&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavcodec     56. 60.100 / 56. 60.100&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavformat    56. 40.101 / 56. 40.101&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavdevice    56.  4.100 / 56.  4.100&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavfilter     5. 40.101 /  5. 40.101&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libavresample   2.  1.  0 /  2.  1.  0&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libswscale      3.  1.101 /  3.  1.101&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libswresample   1.  2.101 /  1.  2.101&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  libpostproc    53.  3.100 / 53.  3.100&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[rawvideo @ 0xdd9400] Estimating duration from bitrate, this may be inaccurate&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Input # 0, rawvideo, from 'Image-video2-640x480-7.yuv420':&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  Duration: 00:00:00.04, start: 0.000000, bitrate: 92569 kb/s&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;    Stream # 0:0: Video: rawvideo (I420 / 0x30323449), yuv420p, 640x480, 92160 kb/s, 25 tbr, 25 tbn, 25 tbc&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[swscaler @ 0xdeacc0] deprecated pixel format used, make sure you did set range correctly&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Output # 0, image2, to 'test.jpg':&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  Metadata:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;    encoder         : Lavf56.40.101&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;    Stream # 0:0: Video: mjpeg, yuvj420p(pc), 640x480, q=2-31, 200 kb/s, 25 fps, 25 tbn, 25 tbc&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;    Metadata:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;      encoder         : Lavc56.60.100 mjpeg&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Stream mapping:&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;  Stream # 0:0 -&amp;gt; # 0:0 (rawvideo (native) -&amp;gt; mjpeg (native))&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Press [q] to stop, [?] for help&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;[rawvideo @ 0xde2ba0] Invalid buffer size, packet size 2048 &amp;lt; expected frame_size 460800&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;Error while decoding stream # 0:0: Invalid argument&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;frame=    1 fps=0.0 q=1.6 Lsize=N/A time=00:00:00.04 bitrate=N/A    &lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;B&gt;video:6kB audio:0kB subtitle:0kB other streams:0kB global headers:0kB muxing overhead: unknown&lt;/B&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I also tried using website "&lt;A href="http://rawpixels.net"&gt;rawpixels.net&lt;/A&gt;" to convert file, but it didn't work.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;My intel aero version is 1.6.0&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;How can I get converted file (image and video)?</description>
      <pubDate>Tue, 12 Dec 2017 14:19:04 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575604#M10363</guid>
      <dc:creator>MFind</dc:creator>
      <dc:date>2017-12-12T14:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Ready-To-Fly video capture issues</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575605#M10364</link>
      <description>&lt;P&gt;GStreamer related problems can be difficult to diagnose.  As a starting point in heling you, I'd like to ask if you have read this guide on video streaming with Aero.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/intel-aero/meta-intel-aero/wiki/06-Cameras-and-Video"&gt;https://github.com/intel-aero/meta-intel-aero/wiki/06-Cameras-and-Video&lt;/A&gt; 06 Cameras and Video · intel-aero/meta-intel-aero Wiki · GitHub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In that guide, the example ffmpeg instruction that they use is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sudo gst-launch-1.0 -e v4l2src device=/dev/video13 num-buffers=2000 ! autovideoconvert format=i420 width=1920 height=1080 framerate=30/1 ! vaapih264enc rate-control=cbr tune=high-compression ! qtmux ! filesink location=encoded_video.mp4&lt;/P&gt;&lt;P&gt;ffmpeg -i encoded_video.mp4&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This instruction is used to output a list of the specification of the video.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Dec 2017 16:23:06 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575605#M10364</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-12-12T16:23:06Z</dc:date>
    </item>
    <item>
      <title>Re: Ready-To-Fly video capture issues</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575606#M10365</link>
      <description>&lt;P&gt;Thank you  I'm now able to record a video, but I have one more problem.. still with gstreamer. (?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I use command to make a photo:&lt;/P&gt;&lt;P&gt;sh-4.3#  sudo gst-launch-1.0 v4l2src device=/dev/video13 num-buffers=1 ! jpegenc ! filesink location=test.jpg"&lt;/P&gt;&lt;P&gt;and then I test it with 'file':&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;sh-4.3#  file test.jpg&lt;P&gt;I get:&lt;/P&gt;&lt;P&gt;test.jpg: empty&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;any suggestion what am I doing wrong?&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 15:40:30 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575606#M10365</guid>
      <dc:creator>MFind</dc:creator>
      <dc:date>2017-12-13T15:40:30Z</dc:date>
    </item>
    <item>
      <title>Re: Ready-To-Fly video capture issues</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575607#M10366</link>
      <description>&lt;P&gt;I wasn't able to find a clear answer to your new question but did find a guide to using jpegenc.  Please copy and paste the link below into your browser.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://technomancy.org/gstreamer/mjpeg-gstreamer-encoding/"&gt;technomancy.org/gstreamer/mjpeg-gstreamer-encoding/&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 16:51:19 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575607#M10366</guid>
      <dc:creator>MartyG</dc:creator>
      <dc:date>2017-12-13T16:51:19Z</dc:date>
    </item>
    <item>
      <title>Re: Ready-To-Fly video capture issues</title>
      <link>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575608#M10367</link>
      <description>&lt;P&gt;I couldn't find anything about capturing single frames and saving them as an image in this tutorial, but thanks for the link &lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2017 18:38:32 GMT</pubDate>
      <guid>https://community.intel.com/t5/Items-with-no-label/Ready-To-Fly-video-capture-issues/m-p/575608#M10367</guid>
      <dc:creator>MFind</dc:creator>
      <dc:date>2017-12-13T18:38:32Z</dc:date>
    </item>
  </channel>
</rss>

