Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python > #38271

Fwd: Recording live video stream from IP camera issue

Path csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.xs4all.nl!newsfeed2.news.xs4all.nl!xs4all!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail
Return-Path <spaxe85@gmail.com>
X-Original-To python-list@python.org
Delivered-To python-list@mail.python.org
X-Spam-Status OK 0.048
X-Spam-Evidence '*H*': 0.91; '*S*': 0.00; 'python,': 0.02; 'python': 0.09; 'vast': 0.09; 'from:addr:xavierho.com': 0.16; 'from:name:xavier ho': 0.16; 'sender:addr:spaxe85': 0.16; 'subject:Recording': 0.16; 'subject:issue': 0.16; '\xc2\xa0if': 0.16; 'wrote:': 0.17; 'sender:addr:gmail.com': 0.18; 'to:name :python-list@python.org': 0.20; 'bit': 0.21; 'cheers,': 0.23; "i've": 0.23; 'header:In-Reply-To:1': 0.25; 'necessary.': 0.27; 'message-id:@mail.gmail.com': 0.27; 'code': 0.31; 'file': 0.32; 'to:addr:python-list': 0.33; 'knowledge': 0.33; 'received:google.com': 0.34; 'open': 0.35; 'but': 0.36; 'subject:: ': 0.38; 'several': 0.39; 'to:addr:python.org': 0.39; 'save': 0.61; 'video': 0.65; 'camera': 0.65; 'sam': 0.65; 'header:Reply- To:1': 0.68; 'reply-to:no real name:2**0': 0.72; '2013': 0.84; 'berry': 0.84; 'cameras': 0.84; 'reply-to:addr:contact': 0.84; 'subject:live': 0.84
DKIM-Signature v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:mime-version:reply-to:sender:in-reply-to:references:from :date:x-google-sender-auth:message-id:subject:to:content-type; bh=meq2CXw9OJRq2aNQYaz8bWZpwgqoTIKDnUueM51Er94=; b=z8drarxPjdBC4Bqd2roGJvflBuofB4ZDzUOku6KPPkHLwLknZPF++OuN/uNVSGdIQF gt2d765Z01wLrNmr+j/JbPPTZ6iCguUUxFa2B0C9ifwIxwKRss5clAAd68Pvo4QoJZh5 aaolK26ALCQ8ngkhoIuTr2QjQ0dfHVO1aLSek1FD/4DuIJIpQnMFmAH2UhcWoNRfRpAY BxMnbGpkN133QUuXRqIw1BzKo15uYbo3TAQ7pWM3I8OHyCjqoGI5y9tBO2jG8PWF9qpc toBL9ufpBXb6yaZe3ZsDzfI3MtBJAa2yvWibs9vqIproSJihodXrwGeTpXu1n6wKX69Z 7Ozg==
X-Received by 10.152.145.8 with SMTP id sq8mr26316305lab.21.1360154387870; Wed, 06 Feb 2013 04:39:47 -0800 (PST)
MIME-Version 1.0
Sender spaxe85@gmail.com
In-Reply-To <CALWePYzjYYHErKdd=ZNw78rn5kZv2uQMKLSvJ4Fm_qH=sv3yRQ@mail.gmail.com>
References <ffa5fb6e-2d2c-484c-bfae-1014f1d0ebcc@googlegroups.com> <CALWePYzjYYHErKdd=ZNw78rn5kZv2uQMKLSvJ4Fm_qH=sv3yRQ@mail.gmail.com>
From Xavier Ho <contact@xavierho.com>
Date Wed, 6 Feb 2013 23:39:27 +1100
X-Google-Sender-Auth c1x_OzNykrZ6jivqIS1cnKahg1E
Subject Fwd: Recording live video stream from IP camera issue
To "python-list@python.org" <python-list@python.org>
Content-Type multipart/alternative; boundary=e89a8f22bc2920f21b04d50d9faa
X-BeenThere python-list@python.org
X-Mailman-Version 2.1.15
Precedence list
Reply-To contact@xavierho.com
List-Id General discussion list for the Python programming language <python-list.python.org>
List-Unsubscribe <http://mail.python.org/mailman/options/python-list>, <mailto:python-list-request@python.org?subject=unsubscribe>
List-Archive <http://mail.python.org/pipermail/python-list/>
List-Post <mailto:python-list@python.org>
List-Help <mailto:python-list-request@python.org?subject=help>
List-Subscribe <http://mail.python.org/mailman/listinfo/python-list>, <mailto:python-list-request@python.org?subject=subscribe>
Newsgroups comp.lang.python
Message-ID <mailman.1407.1360154390.2939.python-list@python.org> (permalink)
Lines 50
NNTP-Posting-Host 2001:888:2000:d::a6
X-Trace 1360154390 news.xs4all.nl 6926 [2001:888:2000:d::a6]:32833
X-Complaints-To abuse@xs4all.nl
Xref csiph.com comp.lang.python:38271

Show key headers only | View raw


[Multipart message — attachments visible in raw view] - view raw

On 6 February 2013 23:12, Sam Berry <sambez_14@hotmail.co.uk> wrote:

> I have no vast knowledge of python, but i came across this code to capture
> video from my IP camera
>
> This code works, however when i try to playback the .avi file in VLC
> player...


I've been working with several IP cameras with Python and OpenCV.  It's a
bit of a hassle, but it is not difficult.

However I will say that VLC can open a network location and save the video
at the same time.  If all you want to do is capture and save, Python is not
necessary.

Cheers,
Xav

Back to comp.lang.python | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-06 04:12 -0800
  Re: Recording live video stream from IP camera issue Steven D'Aprano <steve+comp.lang.python@pearwood.info> - 2013-02-06 23:26 +1100
    Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-06 04:36 -0800
  Fwd: Recording live video stream from IP camera issue Xavier Ho <contact@xavierho.com> - 2013-02-06 23:39 +1100
    Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-06 05:12 -0800
      Re: Recording live video stream from IP camera issue Xavier Ho <contact@xavierho.com> - 2013-02-07 01:35 +1100
        Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-17 06:15 -0800
          Re: Recording live video stream from IP camera issue Xavier Ho <contact@xavierho.com> - 2013-02-18 06:57 +1100
        Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-17 06:15 -0800
    Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-06 05:12 -0800
  Re: Recording live video stream from IP camera issue Sam Berry <sambez_14@hotmail.co.uk> - 2013-02-18 05:03 -0800

csiph-web