• set up

Can you please give online session for how to conenct and capture images, means how to see the images in that above demo, what all softwares needs install and all

  • erik replied to this.

    mEANS I WANT TO KNOW , FOR WORKING WITH THIS CAMERA, WHICH ALL THINGS NEED TO INSTALL,?
    ALSO, BASICALLY HOW TO CAPTURE IMAGES USING THAT SOFTWARE, THEN WILL TAKECARE OF REMAINING THINGS, , CAN YOU PLEASE HELP ME TO SORT IT OUT?

    one more thing i connected poe injector to the system , to the camera, and one pin to power supply,
    so apart from this one extra wire and one programming wire is with the kit,so where to connect those two? (image of both is attached)

    What is the use of that programming board, ididnt see anything related to it in documentation

    1. Basically i want to check whether the camera which i bought is working or not? initially? how to do this

    2. currently, when am connecting the camera to poe of poe injector, then its lan to the system, but system only having one port, so how to match the ip address for all? i am using neutrik poe, so i how come i will match all ip adress while using this device

    Hi erik,
    thank you for your help
    i completed the installation succesfully, but while running demo, ir led s are not turning on? how to make it turning on ?
    i want to capture some monocamera images using i, how to do it

    • erik replied to this.
      2 months later

      hi erik, without saving images into the system , here we can use mobile nn, so i found some example with person object detection, so is there any models for detecting face ??

      if any examples are there, kindle please share me, i need to do gaze detection without svaing images into the system

        jakaskerl

        i saw this sir, but this is by saving video or directly?? bcausae when i pass arguments it is showing the frame, but how come i know which kind of results it is saving instaed of showing video to me?

          Hi ThasnimolVSam22d007
          This example works by running gaze estimation on either live camera feed or pre-saved video on your machine. Either way, nothing gets saved back to your machine. It is only used to display the results.

          -cam will use your camera and run neural network models on the live video;
          -vid will load a saved video file and use it instead of live video from camera

          Hope this helps,
          Jaka

            8 days later

            jakaskerl

            Hi,

            i have one more query, this camera is actually for edge computing knw (means need to do all processing in camera itself), i am using gaze estimation code and face detection codes, but how can i verify whether that code processing is happening in camera ? not consuming cpu??

            • erik replied to this.

              Hi ThasnimolVSam22d007 ,
              You can just check in the Task Manager how much the python script consumes CPU/GPU. All the AI happens on the camera itself for this demo. Note that it sends the results back to the host computer for decoding, and for that I already started working on PR here that also does decoding+cropping on the device (via script node). Thoughts?
              Thanks, Erik

                erik

                1. the pr link you given know? i didnt get any data from that page
                2. with that code i can only preview , i tried to save video but not saving bbox in it, so if i want to save result only to the file, how to do it?? is it possible
                3. by using openvino mobile ssd models only detecting person, and some other objects, is it possible to detect face,shoes, goggles and all using it? if you have any ideas regarding this just let me know
                • erik replied to this.

                  erik

                  1. no i was asked, what is the purpose that link i couldnt find anything there

                  2. okay images am saving actually, in that color camera code but size is set to 300, when am trying to change it it is showing error only not changing the size? is possible to change the size of image or fixed??i mean is it possible to increase the field of view of image

                  3. from where i should get the objects pretrained in that network obkjects from that model, if you have any links please share here, am checking it also

                    Hi ThasnimolVSam22d007

                    1. Its a link to a pull request which has the code that aims to do decoding/cropping via script node.
                    2. Your preview img size is (usually) set to whatever your NN expects. You can instead save video/still/isp to get a larger frame size. Info here. Basically have one stream (preview) go through NN, and the second (video) go directly through xlink/encoder to a file.
                    3. i'm sorry, what object are you referring to?

                    Thanks,
                    Jaka