0
I Use This!
Inactive

Commits : Listings

Analyzed about 5 hours ago. based on code collected about 10 hours ago.
Apr 19, 2023 — Apr 19, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Adding the bugfix, and new camera support for Axis 207M and 207MW from David Bird. Thanks for your help David! His email included with the patch follows: More... over 15 years ago
Cleaned up the pom, including updating the team, how javadocs are published, and how the site is pushed to sf.net. More... over 15 years ago
further cleanup of unused files from cvs2svn More... over 15 years ago
Cleaning up from cvs2svn import. Note to other SF.net developers: when using the SF SVN migration tool to import a CVS dump to an empty SVN repo, there's no need to specify a "desination" subdirectory for the import, as the CVS dump file will have the natural "trunk", "branches", and "tags" directories already. More... over 15 years ago
created for cvs2svn import More... over 15 years ago
updated cobertura files More... over 16 years ago
This commit was manufactured by cvs2svn to create tag 'rel-0_9_4'. More... over 16 years ago
updated cobertura files More... over 16 years ago
simplified project naming to pull ${project.name} from the pom.xml file. More... over 16 years ago
simplified project naming to pull ${project.name} from the pom.xml file. More... over 16 years ago
added maven-assembly-plugin to package the core as an executeable jar file running some main class with all dependancies included More... over 16 years ago
added maven-assembly-plugin to package the core as an executeable jar file running some main class with all dependancies included More... over 16 years ago
added configuration for maven-javadoc-plugin, added Axis 2130 PZT support to description. More... over 16 years ago
added configuration for maven-javadoc-plugin, added Axis 2130 PZT support to description. More... over 16 years ago
updated documentation to more clearly show how to use JMFStudio, added Axis 2130 PZT, and list supported cameras in one place. More... almost 17 years ago
updated documentation to more clearly show how to use JMFStudio, added Axis 2130 PZT, and list supported cameras in one place. More... almost 17 years ago
added sample MJPEG video from Axis 2130 PZT camera More... almost 17 years ago
added sample MJPEG video from Axis 2130 PZT camera More... almost 17 years ago
created to test Axis2130 More... almost 17 years ago
created to test Axis2130 More... almost 17 years ago
Created, Add this file to the same location as the jipCam jar files (and dependancies) to enable log output to a file. This makes it much easier to debug JMF related issues becase you can see what requests are being made to the cameras. More... almost 17 years ago
Created, Add this file to the same location as the jipCam jar files (and dependancies) to enable log output to a file. This makes it much easier to debug JMF related issues becase you can see what requests are being made to the cameras. More... almost 17 years ago
added support for multiple cameras at the same physical device (like a video server, or quad camera) for the JPEG (/jpg/CAM_NUMBER/image.jpg) request and MJPEG (/mjpg/CAM_NUMBER/video.mjpg) request. The "CAM_NUMBER" is the index of the desired device. Added documentation. Changed getProperties() method to not flush the list of properties if the device throws an IOException (the properties cache will be preserved). Changed getProperty(String name) method to search for all properties, ignoreing the capitalization (so we don't have to manage every capitalization permutation, like in ProductName for 2xxx vs 2xx devices). More... almost 17 years ago
added support for multiple cameras at the same physical device (like a video server, or quad camera) for the JPEG (/jpg/CAM_NUMBER/image.jpg) request and MJPEG (/mjpg/CAM_NUMBER/video.mjpg) request. The "CAM_NUMBER" is the index of the desired device. Added documentation. Changed getProperties() method to not flush the list of properties if the device throws an IOException (the properties cache will be preserved). Changed getProperty(String name) method to search for all properties, ignoreing the capitalization (so we don't have to manage every capitalization permutation, like in ProductName for 2xxx vs 2xx devices). More... almost 17 years ago
added documentation, and changed how registerDevice() works. registerDevice() now returns true if the device is registered, but it doesn't try to re-register a device that's allready been registered. This bug was permitting a CaptureDevice from getting registered an unlimited number of times. Setting the device name to something other than null will allow connections to different physical devices with the same camera model number (like multiple Axis 207 devices, each with a different name). More... almost 17 years ago
added documentation, and changed how registerDevice() works. registerDevice() now returns true if the device is registered, but it doesn't try to re-register a device that's allready been registered. This bug was permitting a CaptureDevice from getting registered an unlimited number of times. Setting the device name to something other than null will allow connections to different physical devices with the same camera model number (like multiple Axis 207 devices, each with a different name). More... almost 17 years ago
added support for Axis 2130 PZT camera. This allows JMFStudio to determine the camera type based on the URL alone since the DataSource uses the camera's properties to determine the CaptureDevice type. If your camera has the admin username and password set, it may not allow us to query the device type for auto-configuration in JMF, so set the user/pass values to empty in the camera's admin interface to test it this way. More... almost 17 years ago
added support for Axis 2130 PZT camera. This allows JMFStudio to determine the camera type based on the URL alone since the DataSource uses the camera's properties to determine the CaptureDevice type. If your camera has the admin username and password set, it may not allow us to query the device type for auto-configuration in JMF, so set the user/pass values to empty in the camera's admin interface to test it this way. More... almost 17 years ago
added support for Axis 2130 PZT camera More... almost 17 years ago
added support for Axis 2130 PZT camera More... almost 17 years ago