Giter Club home page Giter Club logo

Comments (7)

victor-david avatar victor-david commented on September 27, 2024 1

Hi, you must select a plugin. On your screenshot, no plugin is selected. There are three plugins as part of the code, and the idea was that people could develop their own for other cameras.

Also, the IP address should be simply the ip, not a url. The plugin takes care of constructing a url appropriate for the camera the plugin is designed for.

I wrote three plugins with the app because that's what kind of cameras I have/had access to.

from camera-eye.

guytechNet avatar guytechNet commented on September 27, 2024

Hi Mr. Victor David,

I saw you written at readme.md (red line -> Supports RTSP and MJPEG but I can not use it your project)
Screenshot 2023-06-12 100116
Do you miss plugin RTSP and MJPEG?

from camera-eye.

victor-david avatar victor-david commented on September 27, 2024

Are you saying that there are no plugin options in the drop down list on the camera settings? Because of the nature of how plugins work, after a build, they must be copied into the Plugins directory. This is handled by PostBuild.cmd

https://github.com/victor-david/camera-eye/blob/master/src/Camera.App/PostBuild.cmd

Also, you'd need to follow what it says here about Ffmpeg:

https://github.com/victor-david/camera-eye/blob/master/src/Camera.App/Ffmpeg/README.md

from camera-eye.

guytechNet avatar guytechNet commented on September 27, 2024

Hi victor david,
I have *.dll plugin as follow
Screenshot 2023-06-12 133850
And plugin saw at box as
Screenshot 2023-06-12 133747
But my rtsp do not working at your Cam Eye, however it work at RtspClientSharp project.
What's happen?

from camera-eye.

victor-david avatar victor-david commented on September 27, 2024

There's a couple of things to keep in mind:

  1. Make sure you've installed the FFMPEG .dlls. They are not in the project. After build, one level up from Plugins, along with the main .exe, you should see avcodec-58.dll, avdevice-58.dll, avfilter-7.dll, etc.
  2. Make sure you've selected a Plugin. I don't know what camera you have. An appropriate plugin might not be included. If not, you can create one if you want to.
  3. According to your latest screenshot, you've still got a URL in the ip address field. It should be only the IP.

from camera-eye.

guytechNet avatar guytechNet commented on September 27, 2024

Hi Mr. Victor David,
I saw you written at readme.md (red line -> Supports RTSP and MJPEG but I can not use it your project)
245003612-2fba84d2-a3ed-4785-88d9-e35d7985eb0e
Did you miss a plugin RTSP link in your project? Please help me plugin RTSP!

from camera-eye.

victor-david avatar victor-david commented on September 27, 2024

Yes, the app supports RTSP and MJPEG in the underlying transport protocols. The underlying protocols are used by a plugin, which is designed for a certain type of camera. In an attempt to help, I've posed various questions and suggestions for you, and also pointed out what was wrong with your config screen, but haven't received any answers as to whether you followed those suggestions. It is mandatory to:

  1. Select a plugin
  2. Use only an ip address, not a URL
  3. Install the ffmpeg .dlls

And once again, the plugins that are included may not work for your camera. That's why it's a plugin architecture, so others can develop plugins for other cameras.

from camera-eye.

Related Issues (14)

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.