Webkaz & JavaKazCam

Welcome to the Webkaz & JavaKazCam page. Webkaz is a program that allows to grab images from a video source and upload them to a website throught FTP protocol. JavaKazCam is an applet that can display on a web browser the images sent by Webkaz. Used together it's possible (and fairly easy) to broadcast live images on the web.
Currently both programs are in testing phase.
Webkaz and JavaKazCam can both be used at no expense and cannot be sold (at least without my authorizarion 8).

Enjoy,
Davide - kazzuya.com

News
Thursday, January 25, 2001
Changed archive from ZIP to self-extracting EXE. Should be more user friendly !
So far no complaints, should I call it final ? Umm umm

Thursday, January 18, 2001
Releasing Webkaz 1.0 Beta 1:
- Added Built-in Page Generation a feature that allows to have a webcamera in place without having to edit or upload anything manually (includes JavaKazCam 0.7).
- Added E-Mail Snapshot button. Let's the user take a quick shot and E-Mail it using the default mail program.
- Many other little details and bug fixes..
Also released new JavaKazCam 0.7 with just minor improvements.

Friday, November 10, 2000

Releasing Webkaz 1.0 Alpha 5:
- Fixed crash bug when switching resolution.
- Improved noise reduction algorithm (it's only a tuned motion blur !).

 


Webkaz
Current Version:
1.0 Beta !
Downloadable File:
webkaz10b1.exe
Installation
1- Unzip and run 8)
2- Click on the "Settings..." button and provide all the informations.
Notes
- The program's settings are kept in the plain text file named webkaz.cfg (the password is also in plain text !). You may choose to provide the password only at connection time, in that case it will not be stored in the configuration file.
- You can help setting up a web-camera by sending a prepared webkaz.cfg to place in the directory where Wabkaz is located (don't replace the config file while the program is running !).
- While uploading, a temporary JPEG file is created on the current program path. Webkaz doesn't erase that when closing.
- When sending a snapshot throught E-Mail the picture will be stored in the directory EmailedPics inside the Webkaz directory.
Known Bugs
- No documentation provided

 


JavaKazCam
Current Version:
0.7
Downloadable File:
JavaKazCam07.zip
Installation
1- Unzip and read the jkc_readme.txt file
2- Place JavaKazCam.jar in the directory of the web-page where you want to insert the applet.
3- Insert the following piece of HTML code anywhere in the body of the page that will run the applet (you need to substitute the URL value with the one for your site and path !):

<applet archive="JavaKazCam.jar"
code="JavaKazCam.class"
width="320" height="240">

<param name="URL" value="webkaz_picture.jpg">
<param name="RELOAD_INTERVAL" value="10">
<param name="FADE_INTERVAL" value="3">
<param name="SHOW_TITLE" value="YES">
<param name="SHOW_COUNTER" value="YES">
<param name="SHOW_MESSAGES" value="NO">

</applet>

Notes
- The fading effect is pretty computationally intensive. Make sure that the browser that is displaying the applet is running a good Java VM. In some cases the JIT (Just In Time) compile option could be disabled in Internet Explorer.. in that case the applet will crawl !
Known Bugs
- Sometimes only shows a black screen ! In that case you need to hit "Reload" on the browser.