GithubHelp home page GithubHelp logo

Show camera about speed-camera HOT 4 CLOSED

pageauc avatar pageauc commented on May 13, 2024
Show camera

from speed-camera.

Comments (4)

ZIKO94ZIKO avatar ZIKO94ZIKO commented on May 13, 2024

``'gui_window_on':True,`

`'show_thresh_on':True,`

`'show_crop_on':True,`

`'verbose':True,``

`if gui_window_on:

        cv2.imshow('Difference Image',differenceimage)

        image2 = speed_image_add_lines(image2, cvRed)

        image_view = cv2.resize(image2, (image_width, image_height))

        cv2.imshow('Movement (q Quits)', image_view)

        if show_thresh_on:

            cv2.imshow('Threshold', differenceimage)
        if show_crop_on:
            cv2.imshow('Crop Area', image_crop)
        # Close Window if q pressed
        if cv2.waitKey(1) & 0xFF == ord('q'):
            cv2.destroyAllWindows()
            logging.info("End Motion Tracking ......")
            vs.stop()
            still_scanning = False
    if display_fps:   # Optionally show motion image processing loop fps
        fps_time, frame_count = get_fps(fps_time, frame_count)

`

from speed-camera.

pageauc avatar pageauc commented on May 13, 2024

You need to set the variables in the config.py file. Seems like you are setting them in the default_settings dictionary variable. The dictionary variables are just used as a backup in case the config.py is missing or some variables are not in the config.py file. I added this just as a backup not intending that users would modify the speed-cam.py source code. So change the config.py file and you should be OK as long as you run from a RPI GUI desktop and a monitor attached.
Let me know how you make out.
Claude ...

from speed-camera.

ZIKO94ZIKO avatar ZIKO94ZIKO commented on May 13, 2024

Hello my dear sir
Thank you so much for your reply, it's work very well hh , You are a true genius .. i have a question Sir : how can be integrate source code about Real-time license plate recognition with 'openalpr' in your project , i find this project in GitHub i try to run openalpr_camera.py it's work , https://gist.github.com/jkjung-avt/790a1410b91c170187f8dbdb8cc698c8 .
So i want to detect the speed and LPR of vehicle in real time using the caméras IP

from speed-camera.

ZIKO94ZIKO avatar ZIKO94ZIKO commented on May 13, 2024

@pageauc

from speed-camera.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.