Announcement

Collapse
No announcement yet.

Training Data Manager not displaying images

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Training Data Manager not displaying images

    I have setup the app to work off of a network camera. I believe that this is working in that it connects, and the number of face detected goes to 1 when I am in the frame. When I launch the training data manager I just get a Grey screen with an Add image button, dropdown for name, and the Delete and Add buttons.

    There is no video or no images displayed to choose from.

    The only thing odd about my homeseer installation is my homeseer directory is in c:\Program Files (x86)\HomeSeer HS3

    not sure if this would make a difference or not.

    I am very interested in this plugin, if I can get it working.

    Thank You

    Justin

    #2
    what does your url look like? if you paste it in a browser do you see your network camera feed

    you can try to launch the training data manager manually:
    - open a cmd prompt
    - cd to your HS3 directory
    - start TrainingDataManager.exe with your url and snapshot_mode as parameters:
    TrainingDataManager.exe video_source_type=stream stream_url=<your_stream_url> stream_snapshot_mode=<true or false>
    Click image for larger version

Name:	console_tdm.jpg
Views:	1
Size:	40.1 KB
ID:	1178102

    Comment


      #3
      Turns out the issue was due to & or = in the URL string (which is common for many cameras)..

      I wrote a proxy script though my apache server so that

      /vid7.jpg

      would proxy to my more complicated url:

      http://192.168.0.97/snapshot.cgi?use...wd=qwsljs&.jpg

      and it worked... it would be great if the URL was passed though a configuration file that than on the command line.

      Thanks

      Comment

      Working...
      X