you need to connect the camera to a USB host device. The host device will communicate with the usb device and make it possible for you to access the system.
There could be two options for you.
1. You can use the PIC24 series micro-controller to make a USB host system, bit this will involve a lot of work (USB part),the bluetooth part is relatively easy, but the USB host part will be a bit difficult, but Microchip provides tools and code for this, you see their site for more info.
2. If size is not a constraint, you could use a raspberry pi computer, or a beaglebone black computer. These are full fledged computers running on linux operating system, with support for numerous functions like, wireless , ethernet, USB etc.
But you do need to invest in a computer, either beaglebone black or raspberry (I use beaglebone black). And you also have to learn to interface the BL module to the computer, apart from that if you are not familiar with linux, also learn to use the linux OS. But then that should not be a problem as there are many tutorials and help pages for both the systems.
The raspberry has better user support than the beaglebone black, so you may consider going for that.If you need moe I/Os use the beaglebone black. Interfacing either of that should not be a problem.
But make sure the USB camera module is supported on linux, many manufacturers do not provide support for linux OS.
thanks
a