how to take a snapshot of IP camera

3,693 views
Skip to first unread message

Ghazanfer

unread,
May 23, 2012, 2:15:23 AM5/23/12
to Marvin Developers, ghazanf...@gmail.com
I have been assigned a task to take the snap from IP camera and then
save it in Database. but i have no idea to take snap from IP camera. i
have to work in java. i have made an application. When i press the
button the Camera should take a snap and then save it in database.

thanks in advance.

regards
Ghazanfer

Gabriel Archanjo

unread,
May 25, 2012, 7:56:55 AM5/25/12
to Marvin Developers
Hi,


Unfortunately, Marvin does not support IP cameras yet. We are looking
for new contributors to address this issue.

Peter Gardner

unread,
Jun 13, 2012, 11:16:10 AM6/13/12
to Marvin Developers
Hi Ghazanfer,

I am working on a similar project using IP cameras. I can optain an
image using for example an easyN IP Camera

BufferedImage img = ImageIO.read(new URL("http://192.168.0.10/
snapshot.jpg?user=admin&pwd=&resolution=32&rate=0"));

This can then be loaded into a Marvin image and modified using Marvin
Plug-ins

Note i would not store the image in a database but simply a file
reference to it. Keeps things simple and the database fast.

Hope this helps a little

Peter

Kumail Haider

unread,
Aug 14, 2013, 3:38:40 PM8/14/13
to marvin-...@googlegroups.com
Hello Peter. 
Is it possible for you to post a sample program to grab feed from an IP camera? Im looking for sample programs to either Stream video from an IP camera using eclipse or take snapshots of a feed. Highly appreciate your help in this regard.

Kumail Haider

Richard Osmar Leon Ingaruca

unread,
Aug 14, 2013, 10:59:58 PM8/14/13
to marvin-...@googlegroups.com

--
You received this message because you are subscribed to the Google Groups "Marvin Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email to marvin-projec...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.



--
Richard Leon Ingaruca
Analista de Integracion SOA ESB Java
web github.com Java Tutoriales

Kumail Haider

unread,
Aug 15, 2013, 4:29:00 AM8/15/13
to marvin-...@googlegroups.com

Thanks! Will get back with hopefully positive results!

> Richard Leon Ingaruca
> Analista de Integracion SOA ESB Java
> Email: import...@gmail.com
>

Gabriel Archanjo

unread,
Aug 15, 2013, 8:12:18 AM8/15/13
to marvin-...@googlegroups.com
Marvin architecture allows the addition of interfaces for new devices. The project goal is to provide the minimum set of features inside the framework core. Therefore we expect to have new image processing and machine learning algorithms as third-party plug-ins. The next step is to do the same for hardware interfaces.

This pluggable architecture help us to make the framework available for more operating systems, architectures and devices. The support for Android devices is the next on the line.

MarvinVideoInterface specifies how Marvin applications should interact with video capture devices:

Implemetation of this interface as an Adapter might be done using any third-party technology. Below is presented an example using JavaCV/OpenCV implemented by Anshul Katta:


In the case of anyone is able to implement an adapter for ip cameras, contact us: marvinproj at gmail dot com
Reply all
Reply to author
Forward
0 new messages