Mostafa Sholkamy

Results 9 comments of Mostafa Sholkamy

@JosephSamela Your solution is working perfectly, but the image is flipped horizontally

fixed by adding `-vf hflip` ``` ffmpeg -f flv -listen 1 -i rtmp://localhost:1935/live/test -vf hflip -f v4l2 -vcodec rawvideo /dev/video0 ```

@dodas I've created a pr here solving this issue https://github.com/gramps-graphql/gramps/pull/116

I think `executeRaw` executes one operation at a time. I've tried the following with graphql aliases : ``` mutation { selectDB: executeRaw(query: "use `prisma`") showTables: executeRaw(query: "show tables;") showProjects: executeRaw(query:...

I am using php from ampps /usr/local/ampps/php-5.6 and copied it to : ./bin/php directory in my node application path

Hi, Well, this just a demo showing how to use react with cornerstone. So, React.js itself won't put any limitation on the cornerstone library and you can use all of...

I am using this library for parsing dicom files https://github.com/rii-mango/Daikon You can check its documentation along with this file here: https://github.com/shalkam/react-cornerstone-example/blob/master/src/dicom-viewer/dicom-loader.js To checkout out how I am using it along...

the file extension doesn't matter, the dicom parser will parse the file binaries and give the image data back