Kinda, we can't modify anything in the camera.msm7x30 file. I can't even open it to see what calls it supports. I've been working on getting the camera working over the last few days. I've had to teach myself everything(with some help from g60), so it was a slow start. I now have a better understanding of the issue. The camera.msm7x30 is the driver. We are asking it things like how many cameras it has, right now it's not returning a number. I am trying to get that to work(so we can move to the next step) and one possible fix it to manually tell it there are 2 cameras. But that may cause other issues. I don't believe the fb0 file works at all on our device.(I could be wrong, and I might try that down the road). I did find a typo in tj's code, but after correcting it, it still won't boot.
This will be a slow process as every change and update requires a complete rebuild of the code, that even with a fast computer(4Ghz quadcore with 12GB ram) takes over an hour! So I make a change, try it, log the results, compare, make a new change, wait for rebuild, and repeat. So I can only get 3-4 updates a day

I'm sure I will eventually get the camera working, it will just take some time