Code Monkey home page Code Monkey logo

Comments (4)

dddomodossola avatar dddomodossola commented on June 21, 2024

Hello, you can ask me all the questions you want. I'm pleased to help. Can you please show me the code of your script?

from remi.

WC802 avatar WC802 commented on June 21, 2024

Sure, I uploaded it here https://github.com/WC802/Incuscope/blob/main/app.py. I'm sorry if it's not very clean and for the messages in spanish. Some of the lines are muted because it's meant to be run in a RaspberryPi that's very old so it's faster to edit it in my computer. The idea is to have a preview of the raspberry camera and take pictures but work on the files with another computer because the pi it's too slow. The stream works just fine with the picamera and my webcam but by accesing the webpage remotely you can't see anything. The buttons do pause or play the video though.

from remi.

dddomodossola avatar dddomodossola commented on June 21, 2024

Hello @WC802,

No problem for the code, it looks fine. Messages in spanish are also ok ;-)
The problem in your script is that you are using the wrong method to grab video. The method you used allows to get video frames by using the browser, specifically the browser of the client machine.
You instead need to grab video from the "server", the raspberrypi, to which other machines will connect.
The correct method is to use opencv. Remi has an opencv_video widget, you can find it in the editor.
First install python opencv, than you can see the widgets in the remi gui editor.

Here is a little example for you that allows to grab video with opencv.
opencv_video.zip

Please let me know if you need further information.
Have a nice day

from remi.

WC802 avatar WC802 commented on June 21, 2024

I forgot to reply. It worked just fine. Thank you very much!

from remi.

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.