pylon gstreamer: Could not make x264enc encoder
Hi All:
I'm not sure if this is the right place but I am having trouble getting my pylon gstreamer working.
When I run it, I get the following error...
pi@raspberrypi:~/Downloads/pylon_gstreamer-0.2-beta/source $ ./pylongstreamer ! queue leaky=1 ! -aoi 640 480 ! -framerate 15 -rescale 320 240 -h264file mymovie.h264 100
Press CTRL+C at any time to quit.
Initializing camera and driver...
Using Camera : Basler daA2500-14um (22386872)
Camera Area Of Interest : 640x480
Camera Speed : 14.9999 fps
Images will be scaled to : 320x240
Creating Pipeline for saving images as h264 video on local host: mymovie.h264...
Could not make omxh264enc encoder. Trying imxvpuenc_h264...
Could not make imxvpuenc_h264 encoder. Trying x264enc...
Could not make x264enc encoder.
An exception occurred in main():
Pipeline building failed!
Press Enter to exit.
I am trying to stream video from my Basler Camera to my laptop from a raspberry pi. Anyhelp would be greatly appreciated as I have been struggling with this issue for a week now.
Thanks,
Dave :)