<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0"
 xmlns:blogChannel="http://backend.userland.com/blogChannelModule"
>

<channel>
<title><![CDATA[Dobrica Pavlinušić's random unstructured stuff: seven segment ocr]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?seven_segment_ocr</link>
<description></description>
<pubDate>Tue, 29 Jan 2019 08:05:27 -0000</pubDate>
<webMaster>root@saturn.ffzg.hr</webMaster>
<generator>Socialtext Workspace v2.19.0.2</generator>

<item>
<title><![CDATA[seven segment ocr]]></title>
<link>https://saturn.ffzg.hr/rot13/index.cgi?seven_segment_ocr</link>
<description><![CDATA[<div>Creator: Dobrica Pavlinušić</div><hr/><div class="wiki">
<h1 id="seven_segment_optical_character_recognition">Seven Segment Optical Character Recognition</h1>
<p>
<a target="_blank" title="(external link)" href="https://github.com/jiweibo/SSOCR">https://github.com/jiweibo/SSOCR</a></p>
<h1 id="digitizes_numbers_from_videos_images_of_seven_segment_displays">Digitizes numbers from videos &amp; images of seven segment displays</h1>
<p>
opencv + python: <a target="_blank" title="(external link)" href="https://github.com/suyashkumar/seven-segment-ocr">https://github.com/suyashkumar/seven-segment-ocr</a></p>
<pre>



dpavlin@x200:/mnt/nuc/seven-segment-ocr/seven-segment-ocr$ sudo apt-get install python-opencv python-matplotlib

dpavlin@x200:/mnt/nuc/seven-segment-ocr/seven-segment-ocr$ python seven_segment_ocr.py --video /dev/video1 --output /mnt/nuc/Tegra/usb-charging.txt --period 1
VIDEOIO ERROR: V4L2: Pixel format of incoming image is unsupported by OpenCV
Unable to stop the stream: Device or resource busy
VIDEOIO(cvCreateFileCapture_Images (filename)): raised C++ exception:


v4l2-ctl -d /dev/video0 --list-formats

dpavlin@x200:/mnt/nuc/seven-segment-ocr/seven-segment-ocr$ v4l2-ctl -d /dev/video1 --list-formats
ioctl: VIDIOC_ENUM_FMT
        Type: Video Capture

        [0]: 'YUYV' (YUYV 4:2:2)
        [1]: 'H264' (H.264, compressed)
        [2]: 'MJPG' (Motion-JPEG, compressed)


</pre>
</div>
]]></description>
<author>Dobrica Pavlinu&#x161;i&#x107;</author>
<category></category>
<guid isPermaLink="true">https://saturn.ffzg.hr/rot13/index.cgi?seven_segment_ocr</guid>
<pubDate>Tue, 29 Jan 2019 08:05:27 -0000</pubDate>
</item>
</channel>
</rss>