Sensoray 1012

I WANTED TO START CODING IN PYTHON FOR APILAS IMX6 SO MY QUERY IS THAT,IS THEIR ENOUGH HELP AVAILABLE LIKE C/C++ HAS , ENOUGH LIBRARIES , ACTUALLY I WANTED TO INTERFACE SENSORAY 1012 WITH APILAS IMX6 IXORA CARRIER BOARD, OS LINUX SO WHAT ALL CONCEPTS I NEED TO KNOW BEFORE DOING THIS TASK IN PYTHON

Hi

You first would need to add the Sensoray 1012 video ADC drivers. There are already some posts in the community of people who started on that endeavour. E.g. have a look here, use the search function to find the others.

Once that is done you will get new video 4 linux devices from which you can feed your video application.

One common framework supported on Apalis iMX6 is gstreamer-1.0. One way to start is using gst-launch-1.0, a command line tool to experiment with different pipelines processing your video stream.

You could then use the python gstreamer bindings to control the gstreamer framework and implement your python application.

You likely will have to build your own image to add the needed python packages.

Max

should i build linux image in order to add sensoray 1012 adc driver and also python packages using yocto project or using open embedded ?

Have a look at the existing community posts here and here.