Giter Club home page Giter Club logo

foscamapi's People

Contributors

hypothermic avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

foscamapi's Issues

Issues in getting image from the Foscam

Hello again ! First thanks for the help with the other issue !

I would like to get an image from the foscam camera. I found your SnapPicture method but as I saw that we only get the http line to access to the image with an explorer.
I read the foscam class and I feel like this is the only method to get an image, am I right ? If not what would be the other option.
Moreover I tried this method and I just got some unreadalble characters :

image

Kind regards,

Martin

Struggling to get FoscamAPI running

Hello,
I am a true newbie in java and I can't get FoscamAPI to work on my computer.

After installing the latest java update and running the latest release of foscamAPI in my command prompt, I get the following error : java.lang.ClassNotFoundException: jar (my command was : java jar foscamlib-1.08-RELEASE.jar)

Any help would be greatly appreciated

Problem of importation for the FoscamAPI

Hello !
I'm trying to import this library on Eclipse or IntelliJ but it's not working. IntelliJ or Eclipse don't find the dependency.
Do you have any clue for beginners ?

Unable to retrieve snapPicture jpeg even on following the exact recommended steps

                              `Foscam camera = new Foscam(ip.add.here, 88, username, password);
                                System.out.println("CHECKING.." + camera.getName());
				String ret = camera.snapPicture();
				FileOutputStream fout = new FileOutputStream("testfoscam.jpg");
				byte[] rawBytes = ret.getBytes();
				
				fout.write( rawBytes , 0, rawBytes.length );
				fout.close();`

............................................................................................................................................................
OUTPUT>
CHECKING..FI9800P
............................................................................................................................................................
The output shows name of the camera . But the file foscam.jpg "can not be opened" since its damaged.
Also, I tried retrieving the picture as bufferedImage but it came out as null. The ImageIO can not decipher the bytes!


Maven:

foscamlib-mvn-repo https://raw.github.com/hypothermic/foscamapi/mvn-repo/ nl.hypothermic foscamlib 1.08-RELEASE

There is something wrong with the snapPicture() bytes
Q)

  1. How to convert snapPicture() to a viewable BufferedImage in the application itself.

  2. Is there any way to access the live video itself?

Thanks! Please help. Have been stuck on this since 2 days

Calling the setContrast method applies a zero value to the contrast parameter on the camera

Camera model and configuration :

  • Foscam camera model : FI9816P
  • IP configuration: static address
  • Dev environment: Android mobile application

I encountered this problem when i was try to set the camera video settings from my android app, the other settings such as brightness, hue, saturation and sharpness all work except for the contrast. i checked the source code of the library, but i don't think there was a problem with it. is there any suggestion about the solution for this?

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.