Hi,
I don't understand why you are using m_camera.GetFrame().GetImage() to get
original image if you are using cvcamdemo example.
You can just use "image" for original image and creating new variable with
IplImage structure for conversion RGB to HSV.
If you don't find the function for creating, let me know.
For error part, could you try to set the parameter to CV_BGR2HSV?
Thanks
Eunkwang Park