Image importing

IM new to Openmv IDE, Python in particular. Can someone help me??
My Image in located in desktop.



template = image.Image(‘C:\Users****\Desktop\rr.jpg’)

(NOTE I replaced my name with ****)

ERROR: invalid syntax

Thanks.

Hi, please try to load an RGB565 BMP file, or in better yet, PNM or PPM files.

Still same thing after converting image, but if I remove "C:" from path error says “Could not find path”.
Could you send a full example of the image path??

Thanks!

The image has to be on the camera.

I.e. please put the image on the SD card that is inserted into the camera. The image path is then “/folder/file.extension”

Thanks for the help!!