Raman.seasia
Posts: 4
Joined: Tue Jul 15, 2014 11:59 am

Raspberry pi (java web control interface)

Tue Jul 15, 2014 12:04 pm

Hi,

We are developing a web application interface for raspberry pi. We are able to get live stream and other controls from the IP camera using command line.
I am not able to control the raspberry pi camera controls from the web using java. Can we have any java API or third party interface to control the all camera controls from the web using java?

Actually we want to build a web control panel in JAVA with Raspberry Pi.
Some functionalists which we want to achieve are:
1. Start/Stop Camera
2. Zoom in/out
3. Face Recognition
4. Motion detection etc.

So can you please provide any guidance or documentation which can help us to achieve functionalists mentioned above?

Thanks in advance.

elatllat
Posts: 1337
Joined: Sat Dec 17, 2011 5:05 pm

Re: Raspberry pi (java web control interface)

Thu Jul 17, 2014 6:06 pm

1) java can write to fifos and run shell commands.
2) there is no optical zoom on the picam but other usb cams can be used like (1)
3) https://www.google.ca/search?q=open+sou ... n+software
4) http://www.lavrsen.dk/foswiki/bin/view/Motion/WebHome
SBC with 32GB RAM: https://hardkernel.com

FAQ : https://raspberrypi.stackexchange.com

Unanswered: https://www.raspberrypi.org/forums/search.php?search_id=unanswered

Raman.seasia
Posts: 4
Joined: Tue Jul 15, 2014 11:59 am

Re: Raspberry pi (java web control interface)

Fri Jul 18, 2014 12:51 pm

@elatllat- Thanks for posting a reply. The things you have mentioned are the later part of my application. My only concern is create a web application dashboard to monitor the video steams of different IP camera's using java and control the camera features on the same using Java.
If you have any documentation for this purpose please share.

Thanks,
Raman

Return to “Java”