So we don't know how many cameras he has at first.
let's say he has N cameras.
Then...
They each cost 224/N since N * cost = 224
If instead he had 8 more and they cost 14 less then
He would have N + 8 cameras
and they would cost (224/N - 14)
the cost of all cameras now should be 224 again.
This can be written as (N + 8) (224/N - 14) = 224
FOIL to find N
224 + 1792/N - 14N - 112 = 224
1792/N -14N - 112 = 0
Multiply everything by N
1792 - 14N2 - 112N = 0
Rearange
14N2 + 112N - 1792 = 0
Solve with quadratic formula.
only positive answer is
8 cameras.
He started with 8 cameras for $28 each
With 16 cameras he sold them for $14 each.