VeriLook Surveillance SDK images AddToWatchList

General information about Neurotechnology and its software

VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 02, 2010 05:49

hello,
When I use VeriLook Surveillance SDK, I do not want to directly use the camera images, I can separately take anface image as a template AddToWatchList , and then the camera to identify , if so, then what we have to write this code, I use C #,
Code: Select all
private void buttonAddToWatchList_Click(object sender, EventArgs e)
      {
         TreeNode selected = treeView.SelectedNode;
         SubjectInfo si = (SubjectInfo)selected.Tag;
         AddToWatchListForm addForm = new AddToWatchListForm();
         if (addForm.ShowDialog(si) == DialogResult.OK)
         {
            if (addForm.SubjectId != String.Empty)
            {
               try
               {
                  byte[] features = si.Template.Save();
                  surveillance.AddTemplate(features, addForm.SubjectId);

If I were to use a new picture, how do I get the "byte[] features ="?
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 04, 2010 09:38

Hello,

if you need to add the template to the Surveillance engine from your images (not the camera used by the Surveillance), then you need to load this image and to extract the template from this. Then you will be able to add the template into the Surveillance engine. Check the tutorial in Surveillance SDK: FaceEnrollFromImage.
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 05, 2010 03:39

hello,
Thank you for your reply, and another question, we would like VeriLook Surveillance SDK and VeriLook Extended SDK used together, Whether we can use Extended SDK get the image template and
use VeriLook Surveillance SDK to identify,Whether the two sdk extract the template from image is the same and can be generic,"FaceEnrollFromImage"?
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 05, 2010 08:58

Hello,

VeriLook Surveillance SDK has all VeriLook SDK functionalities, so you can use template extraction as in VeriLook SDK.
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 09, 2010 09:00

hello,
Whether VeriLook Surveillance SDK support network cameras? How do I do if I want to use network camera?
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 09, 2010 09:06

Hi,

VeriLook Surveillance at the moment supports only these IP cameras: Prosilica GigE, CISCO IP 4xxx and Mobotix cameras.
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 09, 2010 10:02

if I want to use CISCO CISCO IP 4xxx ,how do I use VeriLook Surveillance SDK connet to the camera?
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 09, 2010 10:08

Hello,

documentation of the VeriLook Surveillance SDK has a description how to make a configuration file CmmCiscoIPCameras.ini, which is needed to be placed in the Cmm folder. Example of this file is below:

Code: Select all
http://192.168.1.2 Username Password 1 Channel1
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 09, 2010 10:18

thank you,Whether VeriLook Surveillance SDK suppot osprey capture card ?and we use osprey capture card ,but can not get the Camera Image.
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 09, 2010 10:54

Hello,

does your capture card is detected with AmCap application (http://amcap.en.softonic.com/) and showing the video from it?
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 09, 2010 11:14

we can get the video with AmCap,but we open Faces_Algorithm_Demo_Win32\demo.exe,we can found the Camera in the list,but can not open the video;
-----
loaded database with 0 face records.
wxNException: Operation failed
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby vono » Mar 09, 2010 14:03

hello,
just, I found in VeriLook Surveillance SDK open SurveillanceSampleCS.exe can get the video ,but Faces_Algorithm_Demo_Win32\demo.exe or VeriLook Extended SDK,we can not open the video,why?
vono
 
Posts: 12
Joined: Feb 01, 2010 08:04

Re: VeriLook Surveillance SDK images AddToWatchList

Postby Martynas » Mar 09, 2010 16:35

Hello,

I have sent to your email address, which was used for registration on this forum, a diagnostic tool with instructions.
Best regards,

Martynas
Support Manager
Neurotechnology
Martynas
Neurotechnology
 
Posts: 496
Joined: Sep 19, 2008 11:02
Location: Vilnius, Lithuania


Return to Public

Who is online

Users browsing this forum: No registered users and 1 guest

cron