If your using kinetic zoom camera from Niicodemus, and u got blank space, u can try this
print( " Device Width ".. application:getDeviceWidth() )
print( " Device Height ".. application:getDeviceHeight() )
local h=application:getDeviceHeight()
local w=application:getDeviceWidth()
application:setLogicalDimensions(w, h)