Everything works well if I don't use camera properties. When I include one like in the example I always get an error for any of the cam properties.
0:00:06.052153760 295933 0x2e1e7980 ERROR GST_PIPELINE grammar.y:453:gst_parse_element_set: could not set property "cam::PixelSize" in element "pylonsrc0" to "Bpp8!" 0:00:06.065198464 295933 0x2e1e7980 WARN rtspmediafactory rtsp-media-factory.c:1659:default_create_element: recoverable parsing error: could not set property "cam::PixelSize" in element "pylonsrc0" to "Bpp8!"
The Camera I'm using is Basler daA1280-54uc (24803162).
I have a class for a simple RTSP Server:
`
class BaslerRTSPServer: def init(self, port = "8554", device_serial_number=None):
Everything works well if I don't use camera properties. When I include one like in the example I always get an error for any of the cam properties.
0:00:06.052153760 295933 0x2e1e7980 ERROR GST_PIPELINE grammar.y:453:gst_parse_element_set: could not set property "cam::PixelSize" in element "pylonsrc0" to "Bpp8!" 0:00:06.065198464 295933 0x2e1e7980 WARN rtspmediafactory rtsp-media-factory.c:1659:default_create_element: recoverable parsing error: could not set property "cam::PixelSize" in element "pylonsrc0" to "Bpp8!"
The Camera I'm using is Basler daA1280-54uc (24803162).
Any help would be appreciated.