#wpqr-control
A simple Windows Phone control library for offering a camera preview surface that can find and read QR codes. A simplified version of other similar libraries.
For Windows Phone 7.5 (this library targets the Windows Phone 7.1 SDK)
Control implementation created by Jeff Wilcox
Sample code and concept provided by Michael Osthege
Based on the Silverlight zxing port (http://silverlightzxing.codeplex.com/)
Uses the zxing multi-format barcode image processing library (http://code.google.com/p/zxing/)
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
1.0.1:
- Updates the generic XAML to not stretch the video brush (maintaining a natural aspect ratio)
1.0:
- Initial implementation